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

Integrate MP calculations from StakingRewardStreamer and check feasiblity #116

Open
0x-r4bbit opened this issue Sep 16, 2024 · 0 comments
Open

Comments

@0x-r4bbit
Copy link
Collaborator

There's been some experimenting by @gravityblast to implement an "epoch-less" staking algorithm.
The work is happening here: https://github.com/gravityblast/staking-rewards-streamer

Basically, it eliminates the need of fixed sized epochs and simplifies the calculation of multiplier points significantly by using a scale factor.

This would result in accounts no longer needing to "catch up" to epochs. Instead they can always calculate/claim rewards for any amount of time adhoc (or at any state changing function, like staking, unstaking etc).

This issue is about integrating the core of this algorithm into our existing protocol and see how it performs and whether it gives the expected results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant