Can I nominate multiple validators in my code?
- Edgeware Nominator Edgeware
Expert
I am working on a project where I need to validate user input. I have a list of validators that I want to use, but I am not sure if I can nominate multiple validators in my code. Is it possible to do so? If yes, how can I implement it? I am using Python for my project. Any help would be appreciated.
Answers 1
Yes, validators are chosen using the Phragmen Method, which is similar to approval voting. You have the option to approve zero, one, or multiple validators. However, if you don't nominate any validators, you won't receive any rewards. For a detailed explanation of Phragmen, please refer to the Phragmen page on the Polkadot Wiki.