Skip to content

Commit fb8685f

Browse files
foriequal0majecty
authored andcommitted
Add mention to MIN_DEPOSIT to point out nothing-at-stake problem
1 parent 747a308 commit fb8685f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Dynamic-Validator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ The election is a process that elects validators of a term according to the foll
7474
4. Select the top **MIN_NUM_OF_VALIDATORS** accounts; they become validators.
7575
5. Among the rest of them, drop the accounts that received less than **DELEGATION_THRESHOLD**; the remaining accounts become validators.
7676

77-
This process guarantees two things:
77+
This process guarantees these things:
78+
79+
* Candidates who are deposited less than **MIN_DEPOSIT** cannot be validators. This prevents the *nothing-at-stake* problem.
7880
* There are at least **MIN_NUM_OF_VALIDATORS** validators only if the number of candidates is larger than **MIN_NUM_OF_VALIDATORS**.
7981
* The candidates that are not in **MIN_NUM_OF_VALIDATORS** and not receiving delegation of more than **DELEGATION_THRESHOLD** will not be validators.
8082

0 commit comments

Comments
 (0)