We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608d585 commit 97f6a4fCopy full SHA for 97f6a4f
spec/Dynamic-Validator.md
@@ -66,7 +66,9 @@ The delegated stakes are returned when the account becomes an eligible account o
66
## Election
67
The election is a process that elects validators of a term according to the following rule:
68
69
-1. TBD
+1. Pick **MAX_NUM_OF_VALIDATORS** candidates in order of having received many delegations.
70
+2. Select **MIN_NUM_OF_VALIDATORS** accounts; they become validators.
71
+3. Among the rest of them, drop the accounts having received less than MIN_CCS_RATE_TO_BE_VALIDATOR; the remains become validators.
72
73
## Voting Power
74
Each elected validators has different voting power.
0 commit comments