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

ColumnDescription
checkpoint_dateDate and time of the checkpoint
epochThe epoch number
validator_addressAddress of the validator
commission_ratePercentage of rewards taken by the validator as commission
voting_powerValidator’s voting power in the consensus mechanism
aprAnnual Percentage Rate for staking with this validator
stakeTotal amount of SUI staked with this validator
staking_rewardTotal staking rewards earned by this validator’s pool in this epoch
pool_staking_rewardRewards from transaction fees and stake subsidies
storage_fund_staking_rewardAdditional rewards from the storage fund
pool_exchange_rateExchange rate between pool tokens and SUI
pool_token_amountAmount of pool tokens in this validator’s staking pool
sui_amountAmount of SUI tokens in this validator’s staking pool
reference_gas_survey_quoteGas price quote submitted by this validator
tallying_rule_global_scorePerformance score based on the tallying rule
tallying_rule_reportersList 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.