-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated doc with hybrid inflation pre phase * fixed dates * Pr comments * created subsection
- Loading branch information
1 parent
5084d69
commit 93b0faa
Showing
3 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
## Hybdrid Inflation model | ||
|
||
The new inflation model will be preceded by an intermediate phase known as the hybrid inflation model. This transitional phase encompasses these modifications: | ||
|
||
### Inflation Adjustment | ||
|
||
Inflation rates have been lowered. The maximum token reward per block, reached based on the optimal staking rate or staking TVL (Total Value Locked), has been reduced from 253.08 to 230.71. Please note that this is temporary until the next phase of Tokenomics 2.0 coming with dApp Staking v3. | ||
|
||
### Treasury rewards | ||
|
||
The dynamic treasury allocation has been removed in favor of a fixed annual inflation rate of 5%. Which correspond to a reward of 10.76 ASTR per block. | ||
|
||
### Collators rewards | ||
|
||
Collators will now receive a steady 3.2% of the annual inflation which correspond to a reward of 6.89 ASTR per block. Although this represents a reduction from the previous model, the upcoming alignment of EVM fees and Substrate native fees is expected to increase overall fee earnings for collators. | ||
|
||
### Stakers & dApp Rewards | ||
|
||
The rewards for dApp staking, both for users and dApps, will remain unchanged in absolute terms. No immediate modifications will be implemented in this area. Future updates, including the introduction of dApp staking v3, will occur in the third phase of Tokenomics 2.0. | ||
|
||
| | Percentage | Reward ASTR | | ||
|------------------|------------|-------------| | ||
| Block reward | 100% | 230.71 | | ||
| Treasury | 4.66% | 10.76 | | ||
| Collators | 2.99% | 6.89 | | ||
| dApp reward | 17.31% | 39,93 | | ||
| Base Staker | 23.09% | 53,27 | | ||
| Ajustable Staker | 51.95% | 119,85 | |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_position: 1 | ||
--- | ||
|
||
import Figure from "/src/components/figure" | ||
|