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

# Block Rewards

> Retrieve block reward info for blocks proposed on the Beacon chain.

The `beacon.raw.block_rewards` model provides block reward information for blocks proposed on the Beacon chain.\
This data is fetched from the `GET /eth/v1/beacon/rewards/blocks/{block_id}` endpoint.

For missed slots, there will be no proposer index or rewards present — these values will be \`null.

### Table Columns

**Unique key:** `slot_number`

| Column                | Description                                                            |
| --------------------- | ---------------------------------------------------------------------- |
| slot\_number          | Beacon Chain slot number of the proposed block.                        |
| slot\_timestamp       | Timestamp of the Beacon Chain slot.                                    |
| proposer\_index       | Index of the validator who proposed the block.                         |
| execution\_optimistic | Boolean indicating whether the reward execution was optimistic.        |
| finalized             | Boolean indicating whether the block rewards have been finalized.      |
| total                 | Total reward for the block, combining all reward components.           |
| attestations          | Total rewards from attestations included in the block.                 |
| sync\_aggregate       | Total rewards from sync committee participation included in the block. |
| proposer\_slashings   | Rewards from proposer slashings included in the block.                 |
| attester\_slashings   | Rewards from attester slashings included in the block.                 |
