Skip to content

Commit 2d55f5b

Browse files
authored
Update overview.md (#675)
1 parent 4c5a4af commit 2d55f5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/bnb-smart-chain/validator/overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ Validator's rewards come from transaction fees and commission fees from delegato
4444
Let us also assume that the reward for a block is 100 BNB and that a certain validator has **20%** of self-bonded BNB and sets its commission rate to **20%**. These tokens do not go directly to the proposer. Instead, they are shared among validators and delegators. These **100 BNB** will be distributed according to each participant's stake:
4545

4646
```
47-
Commission: 80*20%= 16 BNB
48-
Validator gets: 100\*20% + Commission = 36 BNB
49-
All delegators get: 100\*80% - Commission = 64 BNB
47+
Commission: 100 BNB × 20% = 20 BNB (goes directly to validator)
48+
Remaining for All Delegators: 100 BNB - 20 BNB = 80 BNB (distributed proportionally)
49+
Validator's Share of Remaining: 80 BNB × 20% = 16 BNB
50+
Other Delegators' Share: 80 BNB × 80% = 64 BNB
51+
Total Validator Reward: 20 BNB (commission) + 16 BNB (self-delegation share) = 36 BNB
5052
```
5153

5254
The rewards for motivating validators to vote for Fast Finality also comes from transaction fees. The specific rules can refer to [BEP126](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP126.md#43-reward)

0 commit comments

Comments
 (0)