Skip to content

Commit 93b0faa

Browse files
authored
Added Hybrid inflation doc (#538)
* updated doc with hybrid inflation pre phase * fixed dates * Pr comments * created subsection
1 parent 5084d69 commit 93b0faa

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
## Hybdrid Inflation model
6+
7+
The new inflation model will be preceded by an intermediate phase known as the hybrid inflation model. This transitional phase encompasses these modifications:
8+
9+
### Inflation Adjustment
10+
11+
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.
12+
13+
### Treasury rewards
14+
15+
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.
16+
17+
### Collators rewards
18+
19+
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.
20+
21+
### Stakers & dApp Rewards
22+
23+
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.
24+
25+
| | Percentage | Reward ASTR |
26+
|------------------|------------|-------------|
27+
| Block reward | 100% | 230.71 |
28+
| Treasury | 4.66% | 10.76 |
29+
| Collators | 2.99% | 6.89 |
30+
| dApp reward | 17.31% | 39,93 |
31+
| Base Staker | 23.09% | 53,27 |
32+
| Ajustable Staker | 51.95% | 119,85 |

docs/learn/tokenomics2/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ The outline of the phased approach to Tokenomics 2.0:
1919
- ✅ ongoing throughtout all phases
2020
- Phase 1 - Fee Ajdustments:
2121
- ✅ Shibuya testnet - live since October 2023
22-
- Shiden - parameters defined, implementation in progress
23-
- Astar - parameters defined, implementation in progress
22+
- Shiden - live since November 2023
23+
- Astar - live since November 2023
2424
- Phase 2 - Hybrid Inflation Model (Reduction of collators' reward and treasury reward, reduction of inflation)
25-
- Shibuya testnet - parameters defined, implementation in progress
25+
- Shibuya testnet - live since November 2023
2626
- Shiden - parameters defined, implementation in progress
2727
- Astar - parameters defined, implementation in progress
2828
- Phase 3 - Full Inflation Model (activation of dAppStaking v3 which affects block reward calculation, further reduction of inflation)

docs/learn/tokenomics2/tokenomics2-network-fees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 1
33
---
44

55
import Figure from "/src/components/figure"

0 commit comments

Comments
 (0)