Skip to content

Commit f3e2b8e

Browse files
authored
doc: update the number of misdemeanorThreshold and felonyThreshold (#712)
with shorter block interval, these values could be updated.
1 parent d340f43 commit f3e2b8e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/bnb-smart-chain/slashing/monitor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Validators should consistently monitor for potential slashes due to node unavail
1414
As best practice, it is advisable to keep monitoring the event log of the slash contract on the BSC scanner at
1515
<https://bscscan.com/address/0x0000000000000000000000000000000000001001#events>.
1616

17-
You can check your validator's slash indicator in the above contract. Pay attention to values above 30. If it goes over 50, the validator will be slashed. If it goes over 150, the validator will be jailed.
17+
You can check your validator's slash indicator in the above contract. Pay attention to values above 50. If it goes over 200, the validator will be slashed. If it goes over 600, the validator will be jailed.
18+
19+
Pls refer https://docs.bnbchain.org/bnb-smart-chain/slashing/slash-rules/ for more details.
1820

1921
## Unjail Validator
2022

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

Lines changed: 4 additions & 4 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 50 blocks in 24 hours, they will not receive the block reward; instead, it will be shared among other validators.
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.
4747

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

50-
1. **10BNB** would be slashed from the **self-delegated** BNB of the validator
50+
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)