Open
Conversation
fix: add PR comments feat: scalar-decomposition Signed-off-by: Claudia Bartoli Duncan <claudia@stampery.co> WIP WIP
Signed-off-by: Claudia Bartoli Duncan <claudia@stampery.co>
Co-authored-by: Mario Cao <mario@stampery.co> Co-authored-by: Claudia Bartoli Duncan <claudia@stampery.co>
clbartoli
reviewed
Mar 26, 2020
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: | |||
Contributor
There was a problem hiding this comment.
Suggested change
| 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. |
clbartoli
reviewed
Mar 26, 2020
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. |
Contributor
There was a problem hiding this comment.
Suggested change
| 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. |
clbartoli
approved these changes
Mar 30, 2020
aesedepece
reviewed
Mar 30, 2020
Comment on lines
+89
to
+90
| # 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. |
Member
There was a problem hiding this comment.
This doesn't sound like a conclusion to me 😛
mariocao
approved these changes
Apr 29, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Tokenomics research
Solve #98