-
Notifications
You must be signed in to change notification settings - Fork 10
doc: tokenomics research #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
fix: add PR comments feat: scalar-decomposition Signed-off-by: Claudia Bartoli Duncan <[email protected]> WIP WIP
Signed-off-by: Claudia Bartoli Duncan <[email protected]>
Co-authored-by: Mario Cao <[email protected]> Co-authored-by: Claudia Bartoli Duncan <[email protected]>
tokenomics/issuance.md
Outdated
| @@ -0,0 +1,106 @@ | |||
| # The issuance of the Wit token | |||
| ## Exploring different Wit token issuance cases | |||
| The Wit token plays a central role in the Witnet Decentralized Oracle Network. The Wit token plays the following roles within the network: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The Wit token plays a central role in the Witnet Decentralized Oracle Network. The Wit token plays the following roles within the network: | |
| The Wit token plays a central role in the Witnet Decentralized Oracle Network. |
tokenomics/issuance.md
Outdated
|
|
||
| $InitialSupply + \sum_{i=0}^{\infty} \cfrac{InitialReward*HalvingPeriod}{2^i} = TotalSupply$ | ||
|
|
||
| Here we have [here](https://github.com/girazoki/tokenomics) scripts that automatically generate values for a given Initial Supply and Total Supply. The following graphs have been generated assuming 2,500,000,000 of total supply and an initial supply of 750,000,000. Here we assume we have a base InitialReward=500 and HalvingPeriod=1,750,000, which we will multiply/divide respectively by a multiplier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Here we have [here](https://github.com/girazoki/tokenomics) scripts that automatically generate values for a given Initial Supply and Total Supply. The following graphs have been generated assuming 2,500,000,000 of total supply and an initial supply of 750,000,000. Here we assume we have a base InitialReward=500 and HalvingPeriod=1,750,000, which we will multiply/divide respectively by a multiplier. | |
| We have [here](https://github.com/girazoki/tokenomics) scripts that automatically generate values for a given Initial Supply and Total Supply. The following graphs have been generated assuming 2,500,000,000 of total supply and an initial supply of 750,000,000. Here we assume we have a base InitialReward=500 and HalvingPeriod=1,750,000, which we will multiply/divide respectively by a multiplier. |
| # Conclusions | ||
| We reviewed different type of issuances for the Wit token, with their corresponding pros/cons. There seems to be a clear call to adopt a decreasing issuance in order to favour early adoption of the network while still maintaining data request price stability on equilibrium. The impredictability of what would happen on an only-fee blockchain makes us question whether to adopt a Monero-like issuance or stay with the classic Bitcoin-like issuance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't sound like a conclusion to me 😛
Add Tokenomics research
Solve #98