Skip to main content
The beacon.raw.validator_duties model provides all scheduled validators a block to propose for in the given epoch from the Beacon Node. This is fetched from the eth-v1-validator-duties-proposer-epoch endpoint.

Table Columns

Unique key: slot
ColumnDescription
slotThe slot at which the validator must propose block
slot_timestampBeacon Chain slot timestamp when the validator is scheduled to propose a block.
epochEpoch number of the validator duties.
epoch_timestampEpoch timestamp when the validator is scheduled to propose a block.
dependent_rootThe block root that this validator duties is dependent on.
validator_indexThe index of the validator in the validator registry.
pubkeyThe validator’s BLS public key, uniquely identifying them. _48-bytes, hex encoded with 0x prefix, case insensitive
execution_optimisticIt’s true if the response references an unverified execution payload. The optimistic information may be invalidated at a later time. If the field is not present, assume the false value
I