Skip to content

Commit b429b26

Browse files
Update slashing-fee.md
1 parent 224afbd commit b429b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Node/slashing/slashing-fee.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Slashing penalties are generally incurred because a node fails to successfully p
1313
* If a validator node fails to mine **50 blocks** in a row, the CORE token rewards the validator has accrued so far are slashed completely.
1414
* If a validator node fails to mine the first **49 blocks** in a round, and then misses the last block of the same round, this will lead to slashing of the entire CORE token rewards the validator has accrued so far.
1515
* If they fail on the last **50** blocks of the round, they surrender everything they’ve earned.
16-
* If a validator fails to mine **150 blocks** in a row, they surrender their share of the daily CORE token rewards, they lose **10%** of the deposit made to become a validator, and they are jailed for **three** days, which means they aren’t eligible to be elected to the validator set.
16+
* If a validator fails to mine **150 blocks** in a row, they surrender their share of the daily CORE token rewards, they lose **10%** of the deposit made to become a validator, i.e., 1,000 CORE, and they are jailed for **three** days, which means they aren’t eligible to be elected to the validator set.
1717

1818
## Double Sign
19-
Anyone can submit a slash request on Core blockchain with the evidence of Double Sign activity on Core.
19+
Anyone can submit a slash request with the evidence of double signing activity on the Core blockchain.
2020

2121
### Evidence Validation
2222
* Two block headers have the same height and the same parent block hash
@@ -25,7 +25,7 @@ Anyone can submit a slash request on Core blockchain with the evidence of Double
2525
* The validator should be in the set of current round’s validators.
2626

2727
If the evidence is valid:
28-
1. **1,000 CORE** i.e., the entire self-margined CORE of the validator will be slashed.
28+
1. **10,000 CORE** i.e., the entire self-margined CORE of the validator will be slashed.
2929
2. The slashed validator would be jailed and barred from the network forever
3030
3. **500** of slashed CORE would be allocated to the submitter as a reward
3131
4. The rest of slashed CORE will transfer into System Reward Pool

0 commit comments

Comments
 (0)