Staking
Validator Rewards
Epoch level validator rewards.
Validator Rewards
The sui.staking.validator_rewards
model provides detailed information about rewards and performance metrics for each validator per epoch.
Table Columns
Unique Key: epoch, validator_address
Column | Description |
---|---|
checkpoint_date | Date and time of the checkpoint |
epoch | The epoch number |
validator_address | Address of the validator |
commission_rate | Percentage of rewards taken by the validator as commission |
voting_power | Validator’s voting power in the consensus mechanism |
apr | Annual Percentage Rate for staking with this validator |
stake | Total amount of SUI staked with this validator |
staking_reward | Total staking rewards earned by this validator’s pool in this epoch |
pool_staking_reward | Rewards from transaction fees and stake subsidies |
storage_fund_staking_reward | Additional rewards from the storage fund |
pool_exchange_rate | Exchange rate between pool tokens and SUI |
pool_token_amount | Amount of pool tokens in this validator’s staking pool |
sui_amount | Amount of SUI tokens in this validator’s staking pool |
reference_gas_survey_quote | Gas price quote submitted by this validator |
tallying_rule_global_score | Performance score based on the tallying rule |
tallying_rule_reporters | List of validator addresses that reported on this validator |
Understanding Validator Performance
Commission Rate
The percentage of rewards that validators keep for themselves. Lower commission rates mean more rewards for delegators.
Tallying Rule
The tallying rule is Sui’s mechanism for evaluating validator performance. Validators observe and report on each other’s behavior, resulting in a global score that reflects reliability and performance.
Gas Survey Quote
Each validator submits a gas price quote that contributes to determining the network-wide reference gas price.