> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Validator Duties 🌱

### Table Details

| Property          | Value                               |
| ----------------- | ----------------------------------- |
| Table Name        | `beacon_hoodi.raw.validator_duties` |
| Table Status      | Beta 🌱                             |
| Clustering Key(s) | `to_date("slot_timestamp")`         |

### Table Columns

| Column Name           | Data Type         | Description                                                                                                                                                                              |
| --------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| slot\_number          | NUMBER(38,0)      | Beacon Chain slot number when the validator is scheduled to propose a block.                                                                                                             |
| slot\_timestamp       | TIMESTAMP\_NTZ(9) | Beacon Chain slot timestamp when the validator is scheduled to propose a block.                                                                                                          |
| epoch\_number         | NUMBER(38,0)      | Epoch number when the validator is scheduled to propose a block.                                                                                                                         |
| epoch\_timestamp      | TIMESTAMP\_NTZ(9) | Epoch timestamp when the validator is scheduled to propose a block.                                                                                                                      |
| dependent\_root       | VARCHAR(16777216) | The block root that this validator duties is dependent on.                                                                                                                               |
| validator\_index      | NUMBER(38,0)      | The index of the validator in the validator registry.                                                                                                                                    |
| pubkey                | VARCHAR(16777216) | The validator's BLS public key, uniquely identifying them. \_48-bytes, hex encoded with 0x prefix, case insensitive                                                                      |
| execution\_optimistic | BOOLEAN           | It'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 |
| \_created\_at         | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                                                                                                 |
| \_updated\_at         | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                                                                                                            |

### Related Docs

* [Beacon Chain Raw Validator Duties](/historical-data/supported-blockchains/evm/beacon-chain/raw/validator-duties)
