Skip to content

Commit 3b844ed

Browse files
authored
Tokenomics refactor (#1657)
* init&finish * minor fix * minor fix * minor fix
1 parent 61d8e51 commit 3b844ed

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,4 @@ RewriteRule ^architecture-and-concepts/smart-contracts/contract-classes/$ https:
420420
RewriteRule ^architecture-and-concepts/smart-contracts/cairo-and-sierra/$ https://book.cairo-lang.org/appendix-09-sierra.html [R=301,L]
421421
RewriteRule ^architecture-and-concepts/smart-contracts/serialization-of-cairo-types/$ https://book.cairo-lang.org/ch102-04-serialization-of-cairo-types.html [R=301,L]
422422
RewriteRule ^architecture-and-concepts/(.*)$ /architecture/$1 [R=301,L]
423+
RewriteRule ^architecture/economics-of-starknet/$ /architecture/strk? [R=301,L]

components/Starknet/modules/architecture/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
** xref:messaging.adoc[L1-L2 messaging]
88
** xref:staking.adoc[Staking]
99
** xref:state.adoc[State]
10-
** xref:economics-of-starknet.adoc[Tokenomics]
10+
** xref:strk.adoc[STRK]
1111
** xref:transactions.adoc[Transactions]
1212
* Stack
1313
** https://book.cairo-lang.org/[Cairo ↗^]
Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,47 @@
1-
[id="economics_of_starknet"]
2-
= The token economics of Starknet
1+
= The STRK token
32
:description: How token economics work in a block chain in general, and specifically in Starknet. The purpose of the Starknet token, its supply, and distribution.
43
:keywords: tokenomics, STRK, token economics, economic mechanisms of Starknet
54

6-
Starknet is a developing decentralized protocol and the economic mechanisms described here, also known as tokenomics, are subject to change based on governance decisions made by the larger community of Starknet. For more details on Starknet’s governance processes see the link:https://governance.starknet.io/[Starknet Governance Hub]. This document describes certain economic fundamentals of the Starknet token. This document is intended for informational purposes only and is meant to outline the usage and functionalities of the asset within Starknet. It is important to understand that the primary purpose of the Starknet token, STRK, is to facilitate operations and activities on Starknet and it is not intended to serve as an investment.
5+
== Overview
76

7+
xref:background[Similar to other blockchains], Starknet uses the STRK token for xref:purposes[paying fees to enable operation of the network, maintaining and securing the network by enabling staking for consensus, and deciding on Starknet's values and technology goals by voting for governance proposals], of which xref:supply_and_distribution[ten billion tokens are planned to or have already been distributed].
88

9-
[#why_are_economics_relevant]
10-
== Why are economics relevant?
9+
[IMPORTANT]
10+
====
11+
The primary purpose of the Starknet token, STRK, is to facilitate operations and activities on Starknet and it is not intended to serve as an investment.
12+
====
1113

12-
Blockchains work through a combination of cryptography and economic incentives. Cryptography limits what actors in the system can do, for example, transactions must be validly signed to be included in the chain. Economic incentives encourage actors to voluntarily perform actions that maintain the network’s capabilities when spending their own resources, for example, miners or stakers actively publish new blocks to the chain because they can receive fees and new tokens as a reward. Blockchains are valuable because they are data structures maintained by diverse and, ideally, large groups of otherwise unaffiliated persons. This gives them resilience: Any one participant can disappear, but the data structure is preserved. This also gives them censorship resistance: No single person can unilaterally decide to forbid certain persons from using the network.
14+
The economic mechanisms of STRK, also known as _tokenomics_, xref:risks_and_disclaimers[are subject to change based on governance decisions made by the larger community of Starknet and are described here for informational purposes only].
1315

14-
Starknet operates as a Layer 2 (L2) network on top of Ethereum. Today, Starknet achieves secure low-cost transactions by using the STARK cryptographic proof system to reduce the size of transaction data while preserving and verifying the integrity of that data. Still under development, Starknet will achieve resilience and censorship resistance by using a token, the Starknet token (STRK), to incentivize network participants to sequence transactions for users of the network and to ensure that there is a provably fair mechanism, a proof-of-stake mechanism, to determine who should sequence and submit a proof for the network blocks. A proof-of-stake mechanism might also be used to facilitate data availability solutions and other significant services required for network operations.
16+
[TIP]
17+
====
18+
For more details on Starknet's governance processes, see the https://governance.starknet.io/[Starknet Governance Hub^].
19+
====
1520

16-
[#purpose_of_the_token]
17-
== The purpose of the STRK token
21+
== Background
1822

19-
STRK is the mechanism for paying fees to enable operation of the network, maintaining and securing the network by enabling staking for consensus, and deciding on Starknet’s values and technology goals by voting for governance proposals.
23+
Blockchains are valuable because they are data structures maintained by diverse and, ideally, large groups of otherwise unaffiliated persons. This gives them resilience: Any one participant can disappear, but the data structure is preserved. This also gives them censorship resistance: No single person can unilaterally decide to forbid certain persons from using the network.
24+
25+
To achieve this, blockchains work through a combination of cryptography and economic incentives: Cryptography limits what actors in the system can do (for example, transactions must be validly signed to be included in the chain) and economic incentives encourage actors to voluntarily perform actions that maintain the network's capabilities when spending their own resources (for example, miners or stakers actively publish new blocks to the chain because they can receive fees and new tokens as a reward).
26+
27+
Starknet achieves secure low-cost transactions by using the STARK cryptographic proof system to reduce the size of transaction data while preserving and verifying the integrity of that data. To achieve resilience and censorship resistance, Starknet uses the STRK token to incentivize network participants to sequence transactions for users of the network and to ensure that there is a provably fair proof-of-stake mechanism to determine who should sequence and submit a proof for the network blocks.
28+
29+
== Purposes
2030

2131
* *Transaction fees:* Originally, fees in Starknet were paid only in Ether (ETH). As of v.0.13.0, fees for transactions on the network can be paid using STRK, as well as ETH.
2232
+
2333
A portion of the fees paid in STRK are converted to ETH by the receiving sequencer, in order to cover Ethereum L1 gas costs, which, due to the specifications of the Ethereum protocol, must be paid in ETH.
2434

2535
* *Staking:* Certain services that are critical to the liveness and security of Starknet may require the staking of Starknet tokens. These services might be offered by multiple providers, and could include sequencing, reaching temporary L2 consensus before L1 finality is reached, STARK-proving services, and data availability provisioning, to name a few examples. These https://starkware.co/resource/starknet-decentralization-a-roadmap-in-broad-strokes/[protocol changes] are still under discussion within the larger governance community and are targeted for https://starkware.co/resource/starknet-decentralization-a-roadmap-in-broad-strokes/[2024 -2025].
2636

27-
* *Governance:* Proposals for improving Starknet might require a minimal token support threshold. Voting, either directly or via delegation, will be required for changes to the protocol that are essential to Starknets liveness, security, and maintenance. Today, for example, major updates to the Starknet Operating System require the approval of token holders.
37+
* *Governance:* Proposals for improving Starknet might require a minimal token support threshold. Voting, either directly or via delegation, will be required for changes to the protocol that are essential to Starknet's liveness, security, and maintenance. Today, for example, major updates to the Starknet Operating System require the approval of token holders.
2838
For more information about Governance see the https://governance.starknet.io/[Starknet Governance Hub]
2939

3040
[IMPORTANT]
3141
====
3242
As discussed above, the Starknet tokens are digital assets intended to support the operation and usage of Starknet and are not offered as an investment. As such, the Starknet tokens do not represent any equity in StarkWare or the Starknet Foundation, nor do they provide any participation right in StarkWare or grant any right of claim from StarkWare or the Starknet Foundation.
3343
====
3444

35-
36-
[#supply_and_distribution]
3745
== Supply and distribution
3846

3947
Ten billion Starknet tokens were initially created by StarkWare in May 2022 and minted onchain on November 30, 2022.
@@ -44,14 +52,14 @@ The existing ten billion tokens have been or are planned to be distributed accor
4452
|===
4553
// |Percentage of total| Recipients | Details
4654

47-
|*20.04%: Early Contributors* |Tokens allocated for StarkWares team members and early contributors. These tokens are subject to a lock-up schedule, as further detailed below.
48-
|*18.17%: Investors* |Tokens allocated for StarkWares investors. These tokens are subject to a lock-up schedule, as further detailed below.
55+
|*20.04%: Early Contributors* |Tokens allocated for StarkWare's team members and early contributors. These tokens are subject to a lock-up schedule, as further detailed below.
56+
|*18.17%: Investors* |Tokens allocated for StarkWare's investors. These tokens are subject to a lock-up schedule, as further detailed below.
4957
|*10.76%: StarkWare* |Tokens allocated for StarkWare for operation services such as to pay fees, provide other services on Starknet, and engage other service providers.
5058
|*12.93%: Grants including Development Partners (aka DPs)* |Tokens allocated for grants for research or work done to develop, test, deploy and maintain the Starknet protocol. The process for applications and allocations related to Starknet Foundation Grants will be outlined in a post at a later date.
5159
|*9.00%: Community Provisions* |Tokens distributed to those who contributed to Starknet and powered or developed its underlying technology.
5260
|*9.00%: Community Rebates* |Tokens allocated for rebates in Starknet tokens to partially cover the costs of onboarding to Starknet from Ethereum. Community rebates are not yet available and will be announced in 2024 in a subsequent post.
53-
|*10.00%: Foundation Strategic Reserves* |Tokens allocated for the Starknet Foundation to fund ecosystem activities that are aligned with the https://www.starknet.io/en/content/introducing-the-starknet-foundation[Foundations mission].
54-
|*8.10%: Foundation Treasury* |Token allocated for the Starknet Foundations treasury available for operations and other future initiatives by the Starknet Foundation.
61+
|*10.00%: Foundation Strategic Reserves* |Tokens allocated for the Starknet Foundation to fund ecosystem activities that are aligned with the https://www.starknet.io/en/content/introducing-the-starknet-foundation[Foundation's mission].
62+
|*8.10%: Foundation Treasury* |Token allocated for the Starknet Foundation's treasury available for operations and other future initiatives by the Starknet Foundation.
5563
|*2.00%: Donations* |Tokens reserved for donations to institutions and organizations, such as universities, NGOs, etc, as decided by the Starknet Foundation.
5664
|===
5765

@@ -63,28 +71,26 @@ To align long-term incentives of the Investors and Early Contributors with the i
6371

6472
* Up to 1.27% (127 million tokens) will be unlocked on the 15th of each month, starting April 15, 2025, and going through March 15, 2027, for a total of 30.48% (3.048 billion tokens) unlocked by March 15, 2027.
6573

66-
.Estimated supply of STRK in circulation
67-
[#estimated_supply]
6874
image::STRK_estimated_circulating_supply.jpg[Estimated supply of STRK in circulation]
6975

76+
[NOTE]
7077
====
71-
_The graph, xref:#estimated_supply[], excludes newly circulating tokens resulting from inflation or staking (see below)._
78+
The above graph excludes newly circulating tokens resulting from inflation or staking (see below).
7279
73-
_Token allotments currently retained by the Starknet Foundation, while contractually unlocked, are not considered circulating unless granted, donated, or otherwise allocated out of originating wallets through future grants, provisions, donations, developer initiatives, or other programs._
80+
Token allotments currently retained by the Starknet Foundation, while contractually unlocked, are not considered circulating unless granted, donated, or otherwise allocated out of originating wallets through future grants, provisions, donations, developer initiatives, or other programs.
7481
====
7582

7683
Through this lock-up period, token holders cannot transfer, sell, or pledge their STRK tokens. Delegation of voting is permitted with locked tokens and, when available, staking might also be permitted.
7784

78-
The total circulating supply of tokens is planned to increase over time with the minting of new tokens by the protocol, as staking rewards, block rewards, or other rewards associated with the staking process. Such minting will be made pursuant to a schedule that will be determined with the community at a later point, not before Starknet services are more decentralized. The supply in circulation might not, therefore, remain fixed. However, as long as StarkWare is the sole operator of the Starknet sequencer, there will be no issuance of new tokens for the purpose of block rewards. For more information, see link:https://starkware.co/resource/a-token-minting-proposal-to-manage-inflation/[_A token-minting proposal to manage inflation_].
85+
The total circulating supply of tokens is planned to increase over time with the minting of new tokens by the protocol, as staking rewards, block rewards, or other rewards associated with the staking process. Such minting will be made pursuant to a schedule that will be determined with the community at a later point, not before Starknet services are more decentralized. The supply in circulation might not, therefore, remain fixed. However, as long as StarkWare is the sole operator of the Starknet sequencer, there will be no issuance of new tokens for the purpose of block rewards. For more information, see https://starkware.co/resource/a-token-minting-proposal-to-manage-inflation/[_A token-minting proposal to manage inflation_^].
7986

80-
[#risks_and_disclaimers]
8187
== Risks and disclaimers
8288

8389
Starknet is a developing decentralized protocol and the economic mechanisms described herein are subject to change based on decisions made by the larger community of Starknet builders and users. Starknet relies upon third parties to adopt and implement software and protocols as users and contributors of Starknet. It also relies, in whole or partly, on third parties to develop, supply and otherwise support it. There is no assurance or guarantee that such third parties will continue to participate in the network or that the network will continue to function as intended.
8490

8591
The technical documents provided herein describe certain planned and specified economic fundamentals of a digital asset, STRK. These materials are intended for informational purposes only and are meant to outline the usage and functionalities of the asset within Starknet. It is important to understand that the primary purpose of STRK is to pay for fees, provide a mechanism for securing consensus, and allow for decentralized governance on Starknet; it is not intended to serve as an investment.
8692

87-
Starknet relies upon third parties to adopt and implement the software and protocols as users of Starknet. It also relies, in whole or partly, on third parties to develop, supply and otherwise support it. As a Layer 2 network over Ethereum, Starknet also relies upon third parties maintaining and operating the Ethereum network. There is no assurance or guarantee that those third parties will complete their work, properly carry out their obligations, and/or otherwise meet anyones needs.
93+
Starknet relies upon third parties to adopt and implement the software and protocols as users of Starknet. It also relies, in whole or partly, on third parties to develop, supply and otherwise support it. As a Layer 2 network over Ethereum, Starknet also relies upon third parties maintaining and operating the Ethereum network. There is no assurance or guarantee that those third parties will complete their work, properly carry out their obligations, and/or otherwise meet anyone's needs.
8894

8995
STRK, as the native token of Starknet, may be subject to the risks of the Starknet network, including, without limitation, the following: (i) the technology associated with Starknet may not function as intended; (ii) the details of the Starknet token economics including the total supply and distribution schedule may be changed due to decisions made by the consensus of participants of the Starknet network; (iii) Starknet may fail to attract sufficient interest from key stakeholders or users; (iv) Starknet may not progress satisfactorily and Starknet tokens may not be useful or valuable; (v) Starknet may suffer from attacks by hackers or other individuals; and (vi) Starknet is comprised of open-source technologies that depend on a network of computers to run certain software programs to process transactions, and because of this model StarkWare and the Starknet Foundation have limited control over Starknet.
9096

@@ -98,4 +104,4 @@ Starknet, STRK, and blockchain technology are nascent, and there may be addition
98104

99105
This document and its contents are not, and should not be construed as, an offer to sell, or the solicitation of an offer to buy, any tokens, nor should it or any part of it form the basis or be relied on in connection with any contract or commitment whatsoever. This document is not advice of any kind, including legal, investment, financial, tax, or any other professional advice. Nothing in this document should be read or interpreted as a guarantee or promise of how the Starknet network or its STRK will develop, be utilized, or accrue value.
100106

101-
All information in this document is provided on an “as is” basis without any representation or warranty of any kind. This document only outlines current plans, which could change at the discretion of various parties, and the success of which will depend on many factors outside of Starknet Foundations control. Such future statements necessarily involve known and unknown risks, which may cause actual performance and results in future periods to differ materially from what we have described or implied in this document. StarkWare and the Starknet Foundation disclaim all warranties, express or implied, to the fullest extent permitted by law with respect to the functionality of Starknet and STRK.
107+
All information in this document is provided on an “as is” basis without any representation or warranty of any kind. This document only outlines current plans, which could change at the discretion of various parties, and the success of which will depend on many factors outside of Starknet Foundation's control. Such future statements necessarily involve known and unknown risks, which may cause actual performance and results in future periods to differ materially from what we have described or implied in this document. StarkWare and the Starknet Foundation disclaim all warranties, express or implied, to the fullest extent permitted by law with respect to the functionality of Starknet and STRK.

0 commit comments

Comments
 (0)