> ## 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_hoodi.raw.sync_committee_rewards` |
| Table Status      | Beta 🌱                                   |
| Clustering Key(s) | `to_date("slot_timestamp")`               |

### Table Columns

| Column Name           | Data Type         | Description                                                                                                             |
| --------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------- |
| slot\_number          | NUMBER(38,0)      | Slot number.                                                                                                            |
| slot\_timestamp       | TIMESTAMP\_NTZ(9) | Slot timestamp in UTC.                                                                                                  |
| validator\_index      | NUMBER(38,0)      | Validator index                                                                                                         |
| reward                | VARCHAR(16777216) | Sync committee reward.                                                                                                  |
| execution\_optimistic | BOOLEAN           | A boolean indicating whether the execution of rewards for the specified epoch is done optimistically or not             |
| finalized             | BOOLEAN           | The boolean field that signifies whether the rewards for the sync committee at the specified block have been finalized. |
| \_created\_at         | TIMESTAMP\_NTZ(9) | Timestamp where the entry was created                                                                                   |
| \_updated\_at         | TIMESTAMP\_NTZ(9) | Timestamp where the entry was updated at                                                                                |

### Related Docs

* [Beacon Chain Raw Sync Committee Rewards](/historical-data/supported-blockchains/evm/beacon-chain/raw/sync-committee-rewards)
