BEP86
Note: this feature is only available in Testnet after Lagrange Upgrade.
Motivations
This BEP is designed to increase the rewards for relayer operators.
Extra Rewards From SystemReward
This new BEP will introduce a new agovernable parameter dynamicExtraIncentiveAmount
to the RelayerIncentivize Contract. These extra amount of NT which will be transferred from the SystemReward
to the bsc relayer reward pool.
Claim Extra Rewards
- Claim
dynamicExtraIncentiveAmount
from the SystemReward contract. - Add the new claimed reward to the existing reward.
- Add the total reward to the relayer reward pool.
You can see the implementation in this PR