| slot_number | Beacon Chain slot number for the end-of-day snapshot. |
| slot_timestamp | Timestamp of that slot (UTC), typically 23:59:59 on the snapshot calendar day. |
| validator_index | Index of the validator in the Beacon validator registry. |
| raw_balance | Validator balance as an integer in gwei (1e9 gwei = 1 ETH). |
| balance | Validator balance in ETH (float). |
| effective_balance | Effective balance at stake in ETH (used for reward and penalty calculations). |
| raw_effective_balance | Effective balance at stake in gwei. |
| status | Validator status (for example active_ongoing, withdrawal_done, exited_unslashed, exited_slashed, pending_queued, pending_initialized). |
| pubkey | Validator BLS public key (48 bytes, hex with 0x prefix). |
| withdrawal_credentials | 32-byte withdrawal credentials from the deposit (hex). |
| withdrawal_prefix | Credential type prefix (for example 0x01 for execution / address withdrawals). |
| withdrawal_address | Execution-layer withdrawal address when applicable (hex). |
| slashed | Whether the validator has been slashed. |
| activation_eligibility_epoch | Epoch when the validator became eligible for activation. |
| activation_epoch | Epoch when the validator was activated. |
| exit_epoch | Epoch when the validator exited or will exit (18446744073709551615 means “not set” / far future in consensus encoding). |
| withdrawable_epoch | Epoch when balance becomes withdrawable (same sentinel applies when not applicable). |
| execution_optimistic | Execution optimistic flag when present; may be empty depending on upstream payload metadata. |
| finalized | Whether the beacon data for this row is finalized. |
| unique_id | Stable row id, for example date-2026-03-28-validator_index-2067035. |
| _created_at | When this row was written in Allium. |
| _updated_at | When this row was last updated in Allium. |