Skip to content

Commit d35dc46

Browse files
authored
Update tokenomics parameters (#786)
1 parent 8f6e68d commit d35dc46

5 files changed

Lines changed: 25 additions & 27 deletions

File tree

docs/learn/dapp-staking/dapp-staking-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following chapters will provide an overview of the functionality and termino
1818

1919
Eras are the basic _time unit_ in dApp staking and their length is measured in the number of blocks.
2020

21-
Eras are not expected to last long, e.g. current production networks era length is roughly 1 day (7200 blocks).
21+
Eras are not expected to last long, e.g. current production networks era length is roughly 1 day (14400 blocks).
2222
After an era ends, it's usually possible to claim rewards for it, if staker or dApp are eligible.
2323

2424
### Periods

docs/learn/dapp-staking/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To understand how dApp staking v3 works, it’s essential to grasp the following
7171

7272
#### Era
7373

74-
`Eras` is a basic time unit in dApp Staking. The length of an Era is 7200 blocks, equivalent to roughly 1 day.
74+
`Eras` is a basic time unit in dApp Staking. The length of an Era is 14400 blocks, equivalent to roughly 1 day.
7575

7676
#### Period & Subperiods
7777

@@ -110,10 +110,10 @@ As an user or a dApp owner, you need to take the following parameters into consi
110110

111111
| Parameters | Astar Network | Shiden Network | Shibuya |
112112
| ------------------------------ | ------------------- | ------------------- | ------------------- |
113-
| Eras Per Period | 122 (~122 days) | 61 (~61 days) | 28 (~7 days) |
114-
| Eras Per Voting Subperiod | 11 (~11 days) | 6 (~6 days) | 8 (~48 hours) |
115-
| Eras Per Build&Earn Subperiod | 111 (~111 days) | 55 (~55 days) | 20 (~120 hours) |
116-
| Blocks Per Era | 7200 (~24 hours) | 7200 (~24 hours) | 1800 (~6 hours) |
113+
| Eras Per Period | 365 (~365 days) | 183 (~183 days) | 28 (~7 days) |
114+
| Eras Per Voting Subperiod | 1 (~1 day) | 1 (~1 day) | 1 (~6 hours) |
115+
| Eras Per Build&Earn Subperiod | 364 (~364 days) | 182 (~182 days) | 27 (~162 hours) |
116+
| Blocks Per Era | 14400 (~24 hours) | 14400 (~24 hours) | 3600 (~6 hours) |
117117
| Unlocking Period | 9 Eras (~9 days) | 4 Eras (~4 days) | 4 Eras (~1 day) |
118118
| Minimum Amount to Stake | 500 ASTR | 50 SDN | 5 SBY |
119119

@@ -133,8 +133,6 @@ A dApp must gain enough support to enter a tier, with thresholds defined as fixe
133133

134134
Within a tier, dApps can also have a **rank (0..10)**. Tokenomics 3.0 uses a deterministic `tier_rank_multipliers` weight model so a dApp's rewards can depend on **tier + rank** (not on empty slots). For the technical details and formulas, see the [technical overview](/docs/learn/dapp-staking/dapp-staking-protocol.md).
135135

136-
Within a tier, dApps can also have a **rank (0..10)**. Tokenomics 3.0 uses a deterministic `tier_rank_multipliers` weight model so a dApp's rewards can depend on **tier + rank** (not on empty slots). For the technical details and formulas, see the [technical overview](/docs/learn/dapp-staking/dapp-staking-protocol.md).
137-
138136
You can always view in what tier the dApp is in the Projects Leaderboard on the Astar Portal.
139137

140138
:::tip

docs/learn/tokenomics2/Inflation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Each **period** is divided up into multiple **eras**.
4242

4343
### Example
4444

45-
* Block is produced every 12 seconds
46-
* **Era length** is 7200 blocks which equals 24 hours (1 day) (This is _standard_ era length)
47-
* `Voting` subperiod length is 10 eras (This is the single _voting_ era which lasts 10 x 7700 blocks)
48-
* `Build&Earn` subperiod length is 81 eras
49-
* Cycle length is **4 periods**
45+
* Block is produced every 6 seconds
46+
* **Era length** is 14400 blocks which equals 24 hours (1 day) (This is _standard_ era length)
47+
* `Voting` subperiod length is 1 era (This is the single _voting_ era which lasts 1 x 14400 blocks)
48+
* `Build&Earn` subperiod length is 364 eras
49+
* Cycle length is **1 period**
5050

51-
With such configuration, we'd end up with a cycle lasting 364 days (roughly a year), and each period taking around 3 months to complete.
51+
With such configuration, we'd end up with a cycle lasting 365 days (roughly a year), with a single period spanning the entire cycle.
5252

5353
## Recalculation
5454

@@ -145,11 +145,11 @@ a single cycle.
145145

146146
| Parameter | Astar | Shiden | Shibuya |
147147
|------------------------------|-------|--------|---------|
148-
| Periods Per Cycle | 3 | 6 | 2 |
149-
| Eras Per Voting Subperiod | 11 | 6 | 8 |
150-
| Eras Per Build&Earn Subperiod| 111 | 55 | 20 |
151-
| Blocks Per Era | 7200 (~24 hours) | 7200 (~24 hours) | 1800 (~6 hours) |
152-
| Cycle Inflation Rate | 7% | 7% | 1% |
148+
| Periods Per Cycle | 1 | 2 | 1 |
149+
| Eras Per Voting Subperiod | 1 | 1 | 1 |
150+
| Eras Per Build&Earn Subperiod| 364 | 182 | 27 |
151+
| Blocks Per Era | 14400 (~24 hours) | 14400 (~24 hours) | 3600 (~6 hours) |
152+
| Cycle Inflation Rate | 5.5% | 7% | 1% |
153153
| Treasury Part | 5% | 5% | 5% |
154154
| Collators Part | 3.2% | 3.2% | 3% |
155155
| dApps Part | 13% | 13% | 20% |

docs/use/how-to-guides/layer-1/dapp-staking/for-stakers/move-staked-tokens/faqs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ description: FAQs section related to the Move function
88
Welcome to the **Move FAQs** section. Here you’ll find answers to the most common questions about how Move works in Astar dApp Staking.
99

1010
## Q: How many safe moves do I get?
11-
A: 2 in each cycle. In the next cycle, it will refresh to allow 2 moves.
11+
A: There is no longer a move limit. Since Tokenomics 3.0 removed bonus rewards, the cap that previously restricted moves to 2 per cycle no longer applies. You can move your stake as many times as you want throughout the year without any penalty.
1212

1313
## Q: Does moving always cost a safe move?
14-
**A: Yes**, moving always consumes a safe move when done during **Build & Earn** and to **any registered dApp**.
14+
**A: No.** The safe move concept has been removed in Tokenomics 3.0. Moving your stake does not consume any allowance or affect your rewards in any way other than the era-level staking eligibility rule described below.
1515

1616
## Q: What if I split my move across 2 dApps?
17-
A: Each target counts as one move. If you move in total more than your allowance, bonus might be lost on last.
17+
A: Each target counts as one move operation, but there is no limit on how many moves you can perform. You can split and reallocate freely across as many dApps as you want.
1818

1919
## Q: Why did I lose my bonus?
20-
A: You went over the safe-move limit. If it’s still the same cycle, wait for next cycle and stake fresh to regain it.
20+
A: Bonus rewards no longer exist as of Tokenomics 3.0. If you are seeing references to bonuses in older tooling or interfaces, treat them as legacy content. There is no bonus pool or bonus APR to lose.
2121

2222
## Q: Do I still earn staking rewards in the era I Move my tokens?
2323
A: **No.** Since Move triggers an unstake followed by a stake, your tokens are considered *unstaked* during that era. As a result, **you won’t earn staking rewards for that era**.
2424

2525
## Q: What happens if I move from an unregistered dApp?
26-
A: When moving from an **unregistered dApp**, your **bonus is preserved** and the move **does not count** toward your safe move limit.
26+
A: When moving from an **unregistered dApp**, the move **does not affect your staking rewards** and operates the same as any other move. There is no bonus to preserve or move limit to track.

docs/use/how-to-guides/layer-1/dapp-staking/for-stakers/move-staked-tokens/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Welcome to the **Move** section.
44

55
In this part of the documentation, you'll find all the guidance you need to understand and use **Move**, a feature that allows you to:
66

7-
* Reallocate your already staked ASTR from one dApp to another without losing your bonus (as long as you're within your safe move limit);
7+
* Reallocate your already staked ASTR from one dApp to another freely, with no move limit or bonus mechanics to track;
88
* Optimize your staking strategy based on performance, registration status, or market conditions;
9-
* Learn how staking rewards behave during move actions and how to avoid losing your bonus;
10-
* Combine stakes, handle partial unstakes, and manage bonus logic across dApps.
9+
* Learn how staking rewards behave during move actions and how to avoid missing rewards for the current era;
10+
* Combine stakes, handle partial unstakes, and manage your staking positions across dApps.
1111

1212
This feature is part of the Astar dApp Staking experience and is especially powerful during the **Build & Earn** period.
1313

0 commit comments

Comments
 (0)