> ## 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

beacon.raw\.validator\_duties provides a list of validators scheduled to propose a block for a given epoch.

### Table Details

| Property          | Value                         |
| ----------------- | ----------------------------- |
| Table Name        | `beacon.raw.validator_duties` |
| Table Status      | Production-Ready              |
| Unique Key        | `slot_number`                 |
| Clustering Key(s) | `to_date("slot_timestamp")`   |

### Table Columns

| Column Name           | Data Type         | Description                                                                                        |
| --------------------- | ----------------- | -------------------------------------------------------------------------------------------------- |
| slot\_timestamp       | TIMESTAMP\_NTZ(9) | Slot timestamp of the state where the pending deposits to beacon chain is fetched.                 |
| 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)      | 916,865                                                                                            |
| pubkey                | VARCHAR(16777216) | 0xb20cbf80ded11e4089be8ff68c3150aa19f1a5dc064450a1a10097194f1d09d470261c183d8ca44717a4da7cafa11c4f |
| execution\_optimistic | BOOLEAN           | If the slot/epoch is executed optimistically.                                                      |
| \_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.                                      |
| slot\_number          | NUMBER(38,0)      | Slot number of the state where the pending deposits to beacon chain is fetched.                    |
| epoch\_number         | NUMBER(38,0)      | Epoch number of the state where the pending deposits to beacon chain is fetched.                   |
