Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new shield collateral provision reward #379

Closed
3 tasks
yoongbok-lee opened this issue May 25, 2022 · 0 comments · Fixed by #380
Closed
3 tasks

Implement new shield collateral provision reward #379

yoongbok-lee opened this issue May 25, 2022 · 0 comments · Fixed by #380

Comments

@yoongbok-lee
Copy link
Collaborator

Summary

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant