-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update computation method for staker rewards #145
Comments
This will need some slight clarification, it may be necessary to add a constant modifier or other formula adjustment in order to avoid depleting the reward pool too quickly. |
Sorry I actually also updated the formula to include a reward percentage for each payment. We will input a certain |
As mentioned in issue #123 - calculation for staker rewards should take into account the holdings of the user. Formula will be updated to:
(staked SLM / total Staked SLM) * reward pool * reward percentage
Each user holding and total holdings will be recorded in the Staker contracts.
The text was updated successfully, but these errors were encountered: