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

# Consolidations

The `beacon.raw.consolidations` provides details on the consolidation of validator accounts.
This feature was added post-pectra upgrade.

### Table Columns

Unique Key: `unique_id`

| Column Name              | Description                                                                              |
| ------------------------ | ---------------------------------------------------------------------------------------- |
| slot\_number             | Beacon Chain slot number.                                                                |
| slot\_timestamp          | Beacon Chain slot timestamp of slot.                                                     |
| array\_index             | Array index of the flatten consolidations field.                                         |
| source\_address          | The address of the source validator.                                                     |
| source\_pubkey           | The pubkey of the source validator.                                                      |
| source\_validator\_index | The index of the source validator in the validator registry.                             |
| target\_pubkey           | The pubkey of the target validator.                                                      |
| target\_validator\_index | The index of the target validator in the validator registry.                             |
| unique\_id               | Unique ID constructed with slot\_number, array\_index, source\_address & target\_pubkey. |
| \_created\_at            | Timestamp of the consolidation data creation.                                            |
| \_updated\_at            | Timestamp of the consolidation data update.                                              |
