You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Node/slashing/slashing-fee.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Slashing penalties are generally incurred because a node fails to successfully p
13
13
* 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.
14
14
* 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.
15
15
* 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.
17
17
18
18
## 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.
20
20
21
21
### Evidence Validation
22
22
* 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
25
25
* The validator should be in the set of current round’s validators.
26
26
27
27
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.
29
29
2. The slashed validator would be jailed and barred from the network forever
30
30
3.**500** of slashed CORE would be allocated to the submitter as a reward
31
31
4. The rest of slashed CORE will transfer into System Reward Pool
0 commit comments