Skip to content

Commit 5b9ade8

Browse files
authored
Update overview.adoc (#1373)
1 parent df2dfe5 commit 5b9ade8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

components/Starknet/modules/staking/pages/overview.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,6 @@ The staking protocol features two main options:
3838

3939
Validators and delegators can both unstake their funds, subject to network-defined latencies for security.
4040

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:
44-
45-
[stem]
46-
++++
47-
\begin{align}
48-
\text{Validators: } & \; \left[\text{self_stake} + \text{total_stake_delegated} \times CP\right] \times \text{rewards_constant} \times \text{time_interval} \\
49-
\text{Stake Delegators: } & \; \text{stake_delegated} \times (1 - CP) \times \text{rewards_constant} \times \text{time_interval}
50-
\end{align}
51-
++++
52-
53-
Here, stem:[\text{rewards_constant}] is determined by the minting curve, which adjusts rewards based on the total staked amount.
54-
5541

5642
=== Minting Curve
5743

@@ -70,6 +56,20 @@ Where:
7056

7157
For the first stage, stem:[C] is proposed to be 1.6%.
7258

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:
62+
63+
[stem]
64+
++++
65+
\begin{align}
66+
\text{Validators: } & \; \left[\text{self_stake} + \text{total_stake_delegated} \times CP\right] \times \frac{M}{S} \\
67+
\text{Stake Delegators: } & \; \text{stake_delegated} \times (1 - CP) \times \frac{M}{S}
68+
\end{align}
69+
++++
70+
71+
M and S are the same as described above in the minting curve section.
72+
7373
=== Latencies
7474

7575
* **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:
8787
* **Minimum STRK for Staking:** 20,000 STRK
8888
* **Withdrawal Security Lockup:** 21 days
8989
* **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.
9191

9292
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.
9393

0 commit comments

Comments
 (0)