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
Add parameters to distribute parts of the block reward to the shield collateral providers.
Proposal
Use the non-linear model
/* The non-linear model:
* c+n l d
* r = -------- ( a + 2(b - a) * ------- + -----)
* c+n+d l + L c+n
*/
Where a and b can vary between 0~0.5. d is the staked tokens for purchase c is the total collateral n is bonded but not collateralized tokens L is the maximum shield leverage (currently 1) l is the current leverage r is thedistribution ratio from the block reward
Alternatives
Additional context
Groundwork for shield 2.0
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
The text was updated successfully, but these errors were encountered:
Summary
Add parameters to distribute parts of the block reward to the shield collateral providers.
Proposal
Use the non-linear model
Where
a
andb
can vary between0~0.5
.d
is the staked tokens for purchasec
is the total collateraln
is bonded but not collateralized tokensL
is the maximum shield leverage (currently 1)l
is the current leverager
is thedistribution ratio from the block rewardAlternatives
Additional context
Groundwork for shield 2.0
For Admin Use
The text was updated successfully, but these errors were encountered: