Skip to content

Commit 481eecb

Browse files
authored
Update slashing rules for block unavailability (#786)
1 parent 798f15f commit 481eecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/bnb-smart-chain/slashing/slash-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ If the evidence is valid:
4343

4444
There is an internal smart contract that records the missed blocking metrics of each validator.
4545

46-
If a validator misses over 200 blocks(governable) in 24 hours, they will not receive the block reward; instead, it will be shared among other validators.
46+
If a validator misses over 333 blocks(governable) in 24 hours, they will not receive the block reward; instead, it will be shared among other validators.
4747

48-
If a validator misses more than 600 blocks(governable) in 24 hours:
48+
If a validator misses more than 1000 blocks(governable) in 24 hours:
4949

5050
1. **10BNB**(governable) would be slashed from the **self-delegated** BNB of the validator
5151
2. The slashed BNB will be allocated to the credit addresses of validators participating in the next distribution
52-
3. Set the validator `jailed` with a duration of **2 days**, and remove it from the active validator set
52+
3. Set the validator `jailed` with a duration of **2 days**, and remove it from the active validator set

0 commit comments

Comments
 (0)