Skip to content

Commit 130804c

Browse files
committed
Typo fix
1 parent 06a7410 commit 130804c

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

cad/020_tokenomics/README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tokenomics
22

3-
## IMPORTANT NOTE
3+
## IMPORTANT LEGAL NOTE
44

5-
This repository discusses hypothetical tokenomic specification and design decisions relating to the Convex network. It does not in any way represent a commitment to implement the Convex Network in precisely the manner described,
5+
This repository discusses hypothetical tokenomic specification and design decisions relating to the Convex network. It does not in any way represent a commitment to implement the Convex Network in precisely the manner described, and may be subject to change based on learnings from Protonet.
66

77
The information contained in this repository is provided on an "as is" basis for informational and discussion purposes only, with no guarantees of completeness, accuracy, usefulness or timeliness.
88

@@ -30,15 +30,15 @@ The Convex Coin is a utility token - it represents the right to use the coin to
3030

3131
### Means of exchange
3232

33-
The Convex Coin should serve as a means of exchange within the ecosystem, which can be used to facilitate efficient transactions between parties on a decentralised basis. As such, it must be convenient to use both by network users and autonomous actors / smart contracts as a digital currency.
33+
The Convex Coin serves as a means of exchange within the ecosystem, which can be used to facilitate efficient transactions between parties on a decentralised basis. As such, it must be convenient to use both by network users and autonomous actors / smart contracts as a digital currency.
3434

3535
### Capped maximum supply
3636

3737
We apply a capped maximum supply so that the value of the Convex Coin is not subject to long term inflationary risks. In the long term, we would expect the Convex Coin to achieve a stable value representing the utility of lattice technology powering a diverse ecosystem.
3838

3939
### Anti-dilution
4040

41-
We wish to provide a degree of assurance to coin holders that their holdings will not be diluted by large issuance of coins at a low price.
41+
We wish to provide a degree of assurance to coin holders that their holdings will not be diluted by large issuance of coins at a lower prices. Hence, the release curve will not offer coins for sale at a lower price than previous purchases.
4242

4343
### Equitable rewards for contribution
4444

@@ -57,7 +57,6 @@ It is necessary to protect the network against the risk of DoS attacks enabled b
5757
In the long term, the tokenomics should converge towards a stable steady state equilibrium, where the pricing of transactions is fair and balances the cost of providing services and infrastructure for the network.
5858

5959

60-
6160
## Solution Specification
6261

6362
### Overview
@@ -73,13 +72,13 @@ The following overall tokenomic flows are possible:
7372

7473
### Coin Supply
7574

76-
The Network MUST implement a fixed maximum coin supply of 1,000,000,000 Convex Coins.
75+
The Network MUST implement a fixed maximum coin supply cap of 1,000,000,000 Convex Coins. The number of issued coins at any time may be less than this amount, but can never exceed this amount.
7776

78-
Each Convex Coin MUST be sub-divided into 1,000,000,000 base units, referred to as "coppers"
77+
Each Convex Coin MUST be sub-divided into 1,000,000,000 base units, referred to informally as "coppers"
7978

8079
The Network must treat Convex Coins and coppers identically, i.e. the implementation should consider the range of possible coin values to be a value from `0` to `10^18`.
8180

82-
Note: The maximum supply is chosen so that all valid coin balances can be expressed within a 64-bit long value, which allows for efficient implementation on most modern CPU architectures.
81+
Note: The maximum supply cap is chosen so that all valid coin balances can be expressed within a 64-bit long value, which allows for efficient implementation on most modern CPU architectures.
8382

8483
### Genesis
8584

@@ -123,22 +122,31 @@ The funds raised from coin purchases MUST be used in accordance with the objecti
123122

124123
The funds raised SHOULD be managed as a long term fund by the Foundation to ensure the development of the network can be funded on a sustainable ongoing basis.
125124

126-
## Coin Awards
125+
### Coin Awards
127126

128-
The 25% allocation for awards MUST be distributed at the sole discretion of the Convex Foundation, in its role as the governance body of the Convex Network.
127+
The 25% allocation for awards MUST be distributed by the Convex Foundation, in its role as the governance body of the Convex Network.
129128

130129
The Convex Foundation MUST make awards in the interest of developing the ecosystem, with a focus on awards to:
131130
- Contributors who have made positive contributions to the development of Convex core technology
132131
- Contributors who make positive contributions the the development of the community and ecosystem
133132
- Infrastructure providers (such as peer operators) who help to ensure the security and reliability of the network
133+
- Organisations or startups that help build the ecosystem by developing effective use cases
134134

135135
The Convex Foundation MAY require contributors to sign a Contributor's Agreement before award or distribution of coins.
136136

137-
The Convex Foundation MAY requires to prove their legal identity (KYC requirement)
137+
The Convex Foundation MAY require contributors to verify their legal identity (KYC requirement)
138138

139139
The Convex Foundation SHOULD aim to ensure that the rate of awards remains broadly consistent with the ratio 25% : 75% relative to purchases from the release curve, with the understanding that this ratio may deviate from target in the short term.
140140

141-
The Convex Foundation SHOULD explore options for decentralised governance of awards.
141+
The Convex Foundation SHOULD explore options for decentralised governance of awards. In the long term, it is intended that decentralised governance will apply to all awards.
142+
143+
### Transaction Fees
144+
145+
Transactions executed on the Convex network are subject to fees that reflect the cost of providing underlying network infrastructure to maintain the consensus network and global state.
146+
147+
Transaction fees are intended to be small, to encourage adoption and use of the Convex network. Transaction fees MUST NOT be zero to mitigate against denial of service (DoS) attacks on the network.
148+
149+
Transaction fees MUST be collected at the point of transaction execution, and placed in a pool for subsequent distribution to peer operators. This process MUST occur automatically as part of the network protocol.
142150

143151
## Other considerations
144152

0 commit comments

Comments
 (0)