Skip to content

Commit e44de76

Browse files
authoredNov 1, 2023
Shiden fee alignment update (#493)
1 parent 56704d9 commit e44de76

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed
 
98.3 KB
Loading

Diff for: ‎docs/learn/tokenomics2/tokenomics2-network-fees.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ rent\_fee &= storage\_items*price\_per\_item + storage\_bytes*price\_per\_byte
4747
\end{align}
4848
$$
4949

50+
- $base\_weight$ - fixed base weight of each transaction included in the block.
5051
- $base\_fee$ - a fixed fee that needs to be paid for every transaction included in the block.
5152
- $weight\_fee$ - is the fee related to the weight of the transaction.
5253
- $c$ - fee multiplier; if network utilization is above ideal, `c` factor will increase, forcing users to pay more. And vice-versa, when network congestion is low, fee multiplier will decrease.
@@ -115,21 +116,21 @@ Values of all the Fee Model parameters are listed in the table below.
115116

116117
| Parameter name | Value on Shibuya | Value on Shiden | Value on Astar |
117118
| --------------------------------------------------------- |------------------ |---|- -|
118-
| $base\_fee$ | 0.00000000098974 SBY | | |
119-
| $weight_{factor}$ (per byte) | 0.030855 SBY | | |
120-
| $length_{factor}$ (per byte) | 0.0000235 SBY | | |
121-
| $max\_block\_normal\_dispatch\_weight$ | 375,000,000,000 | | |
122-
| $s*$ | 0.25 | | |
123-
| $v$ | 0.000015 | | |
124-
| $c_{min}$ | 0.1 | | |
125-
| $c_{max}$ | 10 | | |
126-
| $price\_per\_item$ | 0.00004 SBY | | |
127-
| $price\_per\_byte$ | 0.000001 SBY | | |
128-
| $base\_fee\_per\_gas_{min}$ | 0.0000008 SBY | | |
129-
| $base\_fee\_per\_gas_{max}$ | 0.00008 SBY | | |
130-
131-
132-
The values for the parameters above are set so that EVM fee and the Native fee are equal and equal to 0.5 ASTR for an average weight and length transaction with no rent fee.
119+
| $base\_weight$ | 98974 | 98974 | |
120+
| $weight_{factor}$ (per byte) | 0.030855 SBY | 0.00030855 SDN | |
121+
| $length_{factor}$ (per byte) | 0.0000235 SBY | 0.000000235 SDN | |
122+
| $max\_block\_normal\_dispatch\_weight$ | 375,000,000,000 | 375,000,000,000 | |
123+
| $s*$ | 0.25 | 0.25 | |
124+
| $v$ | 0.000015 | 0.000015 | |
125+
| $c_{min}$ | 0.1 | 0.1 | |
126+
| $c_{max}$ | 10 | 10 | |
127+
| $price\_per\_item$ | 0.00004 SBY | 0.0000004 SDN | |
128+
| $price\_per\_byte$ | 0.000001 SBY | 0.00000001 SDN | |
129+
| $base\_fee\_per\_gas_{min}$ | 0.0000008 SBY | 0.000000008 SDN | |
130+
| $base\_fee\_per\_gas_{max}$ | 0.00008 SBY | 0.0000008 SDN | |
131+
132+
133+
The values for the parameters above are set so that EVM fee and the Native fee are equal and equal to 0.5 ASTR or 0.005 SDN for an average weight and length transaction with no rent fee.
133134

134135
## Fee Alignment Transition Period
135136

0 commit comments

Comments
 (0)
Please sign in to comment.