Skip to content

Commit

Permalink
Update general-concepts.md (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
oncloudit committed Nov 30, 2021
1 parent 9bed4f9 commit 97c66a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/general-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Additionally, validators are expected to be active members of the community. The
## Validator Risks

- **Unavailability**: Validators are expected to keep signing votes for making new blocks. If a validator's signature has not been included in more than 30% of the last 34,560 blocks (which amounts to approximately 48 hours, assuming an average block-generating time of 5 seconds), this validator will get jailed and removed from current validatorset for 10 minutes, and their bonded tokens will get slashed by 0.03%.
- **Double Sign**: If the protocol detects that a validator voted multiple different opinions about the same block (same height/round), or voted for different blocks at the same height/round, this validator will get jailed and removed from current validatorset for 2 days. Their bonded tokens will get slashed by 1%.
- **Double Sign**: If the protocol detects that a validator voted multiple different opinions about the same block (same height/round), or voted for different blocks at the same height/round, this validator will get jailed and removed from current validatorset forever. Their bonded tokens will get slashed by 1%.
- **Censorship**: If the protocol detects that a proposer included invalid transactions in a block, this validator will get jailed and removed from current validatorset for 2 days.

All metrics mentioned can be adjusted by `parameter-change` proposals.

0 comments on commit 97c66a3

Please sign in to comment.