Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
NeuroWeb is implementing a collator staking feature to enhance decentralization and provide token holders with an opportunity to earn rewards. This feature will allow users to stake their NEURO tokens, contributing to network security while earning staking rewards. At the same time, it will promote decentralization by encouraging new community members to participate in running collator nodes.
The implementation will provide an easy way for NEURO token holders to stake and earn, while allowing collators to efficiently support the stability and growth of the network. The DPoS system is powered by the parachain staking pallet, allowing token holders (delegators) to express exactly which collator candidates they would like to support and with what quantity of stake. The design of the parachain staking pallet is such that it enforces shared risk/reward on chain between delegators and candidates. The parachain-staking pallet is initially developed by the Moonbeam team and funded by the Web3 Foundation.
Type of change