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

# Sync Committee Rewards

### Table Details

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

### Table Columns

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