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

# Withdrawals

**Staking withdrawals** refer to transfers of ETH from a validator account on Ethereum's consensus layer (the Beacon Chain), to the execution layer where it can be transacted with.

**Reward payments of excess balance** over 32 ETH will automatically and regularly be sent to a withdrawal address linked to each validator, once provided by the user. Users can also **exit staking entirely**, unlocking their full validator balance.

[https://ethereum.org/en/staking/withdrawals/](https://ethereum.org/en/staking/withdrawals/)

### Table Columns

| Column Name            | Description                                                                                       | Example                                                            |
| ---------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| slot\_number           | Beacon Chain slot the block.                                                                      | 6,471,201                                                          |
| slot\_timestamp        | Beacon Chain slot timestamp of the block.                                                         | 2023-05-19 06:40:35                                                |
| eth1\_block\_hash      | The block hash of the Ethereum 1.0 block.                                                         | 0x228977a6be8b8a0c8063c0300771400451ffb49c11179cbf6e8dd783b1cf9dcb |
| eth1\_block\_number    | The block number of the Ethereum 1.0 block.                                                       | 17,291,823                                                         |
| eth1\_block\_timestamp | The Unix timestamp of the Ethereum 1.0 block.                                                     | 2023-05-19 06:40:35                                                |
| withdrawal\_index      | Withdrawal Index.                                                                                 | 4,111,065                                                          |
| validator\_index       | Validator Index.                                                                                  | 403,653                                                            |
| withdrawal\_address    | Ethereum 1.0 Withdrawal address.                                                                  | 0x7e2a2fa2a064f693f0a55c5639476d913ff12d05                         |
| withdrawal\_amount     | <p>Amount of Ether withdrawn, unnormalized. <br />(To convert to ETH1 amount, divide by 10^9)</p> | 12,697,795                                                         |
| unique\_id             | Unique ID for the withdrawal event.                                                               | slot\_number-6471201\_withdrawal\_index-4111065                    |
| \_updated\_at          | Timestamp of the data update.                                                                     | 2023-05-19 07:03:19.495 +0000                                      |
