Skip to content
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

[todo] rteo supply Reward Consensus change. #3

Open
trustfarm-dev opened this issue May 6, 2019 · 1 comment
Open

[todo] rteo supply Reward Consensus change. #3

trustfarm-dev opened this issue May 6, 2019 · 1 comment

Comments

@trustfarm-dev
Copy link
Member

trustfarm-dev commented May 6, 2019

rteo supply reward consensus change.

https://forum.tao.foundation/topic/44/teo-new-economy-model-asking-to-the-community-about-supply-limitation

Annual supply is about 11M TEO.

So, We asking the idea of Total supply limit to about 200M ~ 210M TEO.

And, inflation will be 20% / 5Year.
image


@trustfarm-dev
Copy link
Member Author

Scale to align blockheights to 5M.

        blocks: [
          /* 
          /* TEO Supply Limitation Schema , After 45000000 BLK, Realistic NO Rewards to miner, 
             Just for Maintenance */
          { start:        1, reward: 5e+18, uncle: 0.90625 },
          { start:  5000000, reward: 4e+18, uncle: 0.0625 },
          { start: 15000000, reward: 3e+18, uncle: 0.0425 },
          { start: 25000000, reward: 2e+18, uncle: 0.0325 },
          { start: 35000000, reward: 1e+18, uncle: 0.0225 },
          { start: 45000000, reward: 1e+15, uncle: 0.01 },
        ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant