Skip to content

Commit 9017ba3

Browse files
author
syrettaman
committed
rephrased block reward section
1 parent a841a9e commit 9017ba3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/concepts/staking/block_reward.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,18 @@ tags:
1111
## Block Reward
1212
---
1313

14-
Block rewards in blockchain are a form of incentive that is given to validators who participate in the process of adding new blocks to a blockchain network. The process of adding new blocks to a blockchain is known as validating in delegated proof-of-stake (DPoS) blockchains.
14+
Block rewards in a blockchain serve as an incentive for validators who actively contribute to the creation of new blocks within the blockchain network. This rewarding process, commonly referred to as validation, is particularly relevant in **delegated proof-of-stake (DPoS)** blockchains.
1515

16+
In DPoS blockchains, validators are selected to validate transactions and generate new blocks based on the quantity of XPLL they have staked within the network. As a reward for their contributions, validators receive a share of the transaction fees and a portion of the block rewards for successfully creating new blocks.
1617

17-
In DPoS blockchains, validators are chosen to validate transactions and create new blocks based on the amount of XPLL they have staked in the network. Validators are rewarded with a portion of the transaction fees and a portion of the block rewards for creating new blocks.
18-
19-
20-
Block rewards serve several purposes in blockchain networks. They incentivize miners and validators to participate in the network's consensus process, which helps to maintain the security and integrity of the network. Block rewards also provide a way to introduce new XPLL into circulation, which helps to ensure that the network is sustainable in the long term.
18+
Block rewards play a crucial role in blockchain networks by serving multiple purposes. They incentivize miners and validators' participation in the network's consensus process, thereby upholding the security and integrity of the network. Additionally, block rewards facilitate the introduction of new XPLL into circulation, ensuring the long-term sustainability of the network.
2119

2220

2321
Reward formulas can be found in the technical documentation [parallelchain-protocol](https://github.com/parallelchain-io/parallelchain-protocol/blob/master/Runtime.md).
2422

2523
### Reward Rate
2624

27-
Over time, the block reward amount decreases as more blocks are added to the blockchain. This is known as the block reward halving, and it is a feature of many blockchain networks, including Bitcoin. The block reward halving helps to control the supply of cryptocurrency and prevent inflation.
25+
Over time, the block reward amount decreases as more blocks are added to the blockchain. This is known as the **block reward halving**, and it is a feature of many blockchain networks, including Bitcoin. The block reward halving helps to control the supply of cryptocurrency and prevent inflation.
2826

2927
The reward rate is:
3028

0 commit comments

Comments
 (0)