Validator Commissions

The solana.staking.validator_commissions table contains the latest commission rate of validators. It is derived from the commission column of the solana.raw.rewards table.

Background

At the start of epoch, the rewards from the previous epoch are distributed to validators and stakers.

Validators rewards are recorded with reward_type = 'Voting' together with the commission rate they charge. This table is consolidated from the commission rate recorded during these reward distributions.

Table columns

Column Name
Description
Type
Example

validator_vote_account

The vote account of the validator

varchar

CKa9YSmnjrKx5nxYoa7ufbrVL9fEmt99w3ZCgv3DJfyo

commission

Commission charged by the validator for delegated stakers, in percent points.

bigint

8

last_updated_block_timestamp

Block timestamp of the last update

timestamp_ntz

2024-08-30 21:31:42.000

last_updated_block_height

Transaction index of the last update

varchar

302781222

last_updated_block_hash

Transaction id of the last update

varchar

Fjjdy7Fc5eKhcd7tdz9PXDeqtJpwuy8SibTooXgrjCuf

last_updated_block_slot

Instruction index within the tx of the last update

varchar

302781221

last_updated_epoch

Inner Instruction Index of the last update, if available

varchar

634

Last updated

Was this helpful?