Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dune.com/llms.txt

Use this file to discover all available pages before exploring further.

Table Description

The beacon.validators table stores data about validators on the Beacon network. This table is partitioned by block_date.

Column Descriptions

ColumnTypeDescription
indexbigintUnique identifier assigned to the validator upon registration.
slashedbooleanIndicates whether the validator has been slashed for misbehavior (true if slashed, false otherwise).
public_keyvarbinaryValidator’s BLS public key used for signing messages.
activation_eligibility_epochbigintEpoch when the validator became eligible for activation after meeting the minimum balance requirement.
activation_epochbigintEpoch when the validator was activated and began participating in the consensus process.
exit_epochbigintEpoch when the validator exited the active validator set.
withdrawable_epochbigintEpoch when the validator’s funds become withdrawable after exiting.
effective_balancebigintValidator’s balance used for reward calculations, capped at a maximum value, measured in Gwei.
withdrawal_credentialsvarbinaryCredentials used to specify the destination for withdrawn funds.
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample