You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/staking/pages/overview.adoc
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,6 @@ The staking protocol features two main options:
38
38
39
39
Validators and delegators can both unstake their funds, subject to network-defined latencies for security.
40
40
41
-
=== Staking Rewards
42
-
43
-
Rewards are distributed based on the amount staked and the commission policy constant stem:[CP] set by the validator. The rewards are calculated using the following formulas:
Here, stem:[\text{rewards_constant}] is determined by the minting curve, which adjusts rewards based on the total staked amount.
54
-
55
41
56
42
=== Minting Curve
57
43
@@ -70,6 +56,20 @@ Where:
70
56
71
57
For the first stage, stem:[C] is proposed to be 1.6%.
72
58
59
+
=== Staking Rewards
60
+
61
+
Rewards are distributed based on the amount staked and the commission policy constant stem:[CP] set by the validator. The yearly reward percentages are calculated using the following formulas:
M and S are the same as described above in the minting curve section.
72
+
73
73
=== Latencies
74
74
75
75
* **Current Version**: Immediate entry and exit from the staking protocol. However, funds are subject to a 21-day security lockup after signaling unstake intent.
@@ -87,7 +87,7 @@ The proposed economic parameters are:
87
87
* **Minimum STRK for Staking:** 20,000 STRK
88
88
* **Withdrawal Security Lockup:** 21 days
89
89
* **Minting Curve Yearly Inflation Cap (stem:[C]):** 1.6% (see link:https://community.starknet.io/t/staking-on-starknet-voting-proposal/114442/[here] for the relevant voting proposal)
90
-
* **Commission Policy Parameter (stem:[CP]):** Set by the validator (0 - 1), and can only be lowered once set.
90
+
* **Commission Policy Parameter (stem:[CP]):** Set by the validator (0 - 1). In this first version, it can only be lowered once set. In future versions, more elaborate commission policies would be enabled.
91
91
92
92
These values are our proposed starting points for this version of the protocol. As part of the rationale behind this version, they are subject to change and may be adjusted to better suit the protocol’s needs under the proper governance procedures.
0 commit comments