File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ The candidate who deposits less than **MIN_DEPOSIT** cannot participate in the e
5757The candidate can deposit more than ** MIN_DEPOSIT** , but they cannot withdraw it manually.
5858
5959## Delegation
60- The stakeholders have the right to choose validators as much as their shares.
61- This is called delegation, and the stakeholders who have delegated called delegators.
62- The delegation is valid only when the delegatee is not an eligible or not banned.
60+ The stakeholders have the right to choose validators in proportion to their shares.
61+ This is called delegation, and the stakeholders who have delegated are called delegators.
62+ The delegation is valid only when the delegatee is eligible and not banned.
6363The delegated stakes are returned when the account becomes an eligible account or a banned account.
6464
6565## Election
6666The election is a process that elects validators of a term according to the following rule:
6767
68681 . Select the candidates who deposited ** MIN_DEPOSIT** or more.
69- 2 . Pick ** MAX_NUM_OF_VALIDATORS** candidates in order of having received many delegations.
69+ 2 . Pick ** MAX_NUM_OF_VALIDATORS** candidates in order of the amount of received delegations.
70703 . Select ** MIN_NUM_OF_VALIDATORS** accounts; they become validators.
71714 . Among the rest of them, drop the accounts that received less than ** DELEGATION_THRESHOLD** ; the remaining accounts become validators.
7272
You can’t perform that action at this time.
0 commit comments