Skip to main content
The beacon.validator.consensus_income combines all the rewards that can be earned by validators on the Beacon chain. Currently, this includes attestation rewards (distributed each Epoch), block rewards (distributed each slot) for the validator that successfully proposed a block, and sync committee rewards (post Altair upgrade) for the validator that is selected to sync committee. This table does NOT contain execution rewards that are received by validators on the execution layer.
Refer to the ethereum.raw.block_rewards model for execution layer rewards.

Query Example

Fetching validator income for a list of validators between 2 timestamps.

Table Columns