The beacon.raw.sync_committee_rewards contains rewards for individual validators participating in the sync committee after the Altair upgrade.

Beacon Chain Sync Committee Rewards

The sync committee, a key feature of the Altair hard fork, consists of 512 validators randomly selected every day. Validators in the sync committee sign the block header of the new head of the chain at each slot.

The sync committee helps light clients track the chain of beacon block headers. Unlike block proposal and attestation duties, which require access to the active validator set, sync committees are updated infrequently and stored in the beacon state.

More on Beacon Chain Sync Committee Rewards

Table Columns

This table is indexed from the/eth/v1/beacon/rewards/sync_committee/{block_id} RPC Method.

This table only contains finalized slots and includes slots from 2375680 (Epoch 74240) onwards. Sync reward is only present when a corresponding block is proposed in the slot on the ETH1 mainnet.

Column NameDescriptionExample
slot_numberSlot number.9237940
slot_timestampSlot timestamp in UTC.2024-06-06 13:08:23
validator_indexValidator index1110624
rewardSync committee reward.21968
execution_optimisticA boolean indicating whether the execution of rewards for the specified epoch is done optimistically or notFALSE
finalizedThe boolean field that signifies whether the rewards for the sync committee at the specified block have been finalized.TRUE
_created_atTimestamp where the entry was created2024-06-13 03:19:02.310
_updated_atTimestamp where the entry was updated at2024-06-13 03:19:02.310