Open saumyakaran opened 4 years ago
GOAL: To return the "best" set of 16 validators for a nominator to stake on based on their budget (stake amount)
stake amount
Taking stake amount as input:
Future iterations: Improve the list by taking into account risk levels and probability of the validator being selected in the next era.
Helpful resources:
Min-norm max-flow Problem - https://research.web3.foundation/en/latest/polkadot/NPoS/2.%20The%20min-norm%20max-flow%20problem.html#-2.-the-min-norm-max-flow-problem--mnmf-
Sequential Phragmen - https://wiki.polkadot.network/docs/en/learn-phragmen
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:
Future iterations: Improve the list by taking into account risk levels and probability of the validator being selected in the next era.
Helpful resources:
Min-norm max-flow Problem - https://research.web3.foundation/en/latest/polkadot/NPoS/2.%20The%20min-norm%20max-flow%20problem.html#-2.-the-min-norm-max-flow-problem--mnmf-
Sequential Phragmen - https://wiki.polkadot.network/docs/en/learn-phragmen