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

Automated selection of validators #68

Open
3 tasks
saumyakaran opened this issue Feb 17, 2020 · 0 comments
Open
3 tasks

Automated selection of validators #68

saumyakaran opened this issue Feb 17, 2020 · 0 comments
Labels
-size-l critical help wanted Extra attention is needed +P1 Priority 1 - Top priority - Fix ASAP research

Comments

@saumyakaran
Copy link
Member

saumyakaran commented Feb 17, 2020

GOAL: To return the "best" set of 16 validators for a nominator to stake on based on their budget (stake amount)

Taking stake amount as input:

  • Determine all possible combinations of 16 validators
  • Run offline phragmen to determine probable stake allocation for each possible combination of 16 validators to stake on
  • Accordingly return the highest rewarding set of validators for the nominator to stake on

Future iterations: Improve the list by taking into account risk levels and probability of the validator being selected in the next era.

Helpful resources:

@saumyakaran saumyakaran added this to the 1. Support for staking milestone Feb 17, 2020
@saumyakaran saumyakaran added -size-l +P1 Priority 1 - Top priority - Fix ASAP help wanted Extra attention is needed critical research labels Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-size-l critical help wanted Extra attention is needed +P1 Priority 1 - Top priority - Fix ASAP research
Projects
None yet
Development

No branches or pull requests

1 participant