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

# Consensus Income 🌱

### Table Details

| Property     | Value                                     |
| ------------ | ----------------------------------------- |
| Table Name   | `beacon_hoodi.validator.consensus_income` |
| Table Status | Beta 🌱                                   |

### Table Columns

| Column Name           | Data Type         | Description                                                                                                                                                                                                                                                                            |
| --------------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| slot\_number          | NUMBER(38,0)      | Slot number of the balance snapshot.                                                                                                                                                                                                                                                   |
| slot\_timestamp       | TIMESTAMP\_NTZ(9) | Slot timestamp of balance snapshot.                                                                                                                                                                                                                                                    |
| slot\_timestamp\_est  | TIMESTAMP\_NTZ(9) | Slot timestamp of balance snapshot in EST timezone                                                                                                                                                                                                                                     |
| validator\_index      | NUMBER(38,0)      | Unique index of the validator.                                                                                                                                                                                                                                                         |
| reward\_type          | VARCHAR(16777216) | Type of reward. Currently includes attestation\_total\_rewards (attestation rewards from beacon.raw\.total\_rewards), block\_rewards (block rewards from beacon.raw\.block\_rewards), and sync\_committee\_rewards (sync committee rewards from beacon.raw\.sync\_committee\_rewards). |
| raw\_amount           | VARCHAR(16777216) | Raw amount of reward, in string to retain precision.                                                                                                                                                                                                                                   |
| amount                | FLOAT             | Amount of reward normalized.                                                                                                                                                                                                                                                           |
| finalized             | BOOLEAN           | If the slot/epoch is finalized.                                                                                                                                                                                                                                                        |
| execution\_optimistic | BOOLEAN           | If the slot/epoch is executed optimistically.                                                                                                                                                                                                                                          |
| \_created\_at         | TIMESTAMP\_NTZ(9) | Timestamp of the entry creation.                                                                                                                                                                                                                                                       |
| \_updated\_at         | TIMESTAMP\_NTZ(9) | Timestamp of the entry update.                                                                                                                                                                                                                                                         |

### Related Docs

* [Beacon Chain Validator Consensus Income](/historical-data/supported-blockchains/evm/beacon-chain/validator/consensus-income)
