Hot to Get Validator Reward
This tutorial explains how validators in InfraBlockchain can receive rewards.
Last updated
This tutorial explains how validators in InfraBlockchain can receive rewards.
Last updated
Before you start, make sure to:
In InfraBlockchain, validators are rewarded for block creation and verification. The reward for validators is composed of the fees submitted by users.
This document explains how validators receive rewards.
In Infra RelayChain, validators receive a portion of the transaction fees generated in each chain as a reward. Each time a reward is generated, the relay chain can confirm the following event. This event provides information about when (era) and how much reward was generated for which token (asset).
You can check how much reward a validator can receive by querying the ValidatorManagement
storage.
Access the Portal.
Go to Developer
> Chain State
> Storage
.
Select RewardInfo
in the validatorManagement
palette.
Enter the address you want to check and confirm.
If it is confirmed that a validator can receive a reward through the above process, you can generate a transaction to actually receive the reward.
Access the Portal.
Go to Developer
> Extrinsic
> Submission
.
Select claim
in the validatorManagement
palette.
Enter the appropriate value and submit the transaction.
A validator can only receive a reward for one type of system token ID in one extrinsic. If a validator can receive multiple types of tokens, you need to generate multiple extrinsics.