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

Protocol-level withdrawal events from liquid staking protocols — liquid staking tokens redeemed for native tokens.

### Table Columns

| Column Name                 | Data Type | Description                                                                            |
| --------------------------- | --------- | -------------------------------------------------------------------------------------- |
| project                     |           | Liquid staking project associated with this record (e.g. lido, binance\_staked\_eth).  |
| action\_type                |           | Type of action that produced this record (e.g. deposit, withdrawal).                   |
| contract\_type              |           | Type of contract that emitted the event (e.g. staking pool, withdrawal queue).         |
| withdrawer                  |           | Address that withdrew native tokens from the liquid staking protocol.                  |
| native\_token\_address      |           | Contract address of the native (staked) token. Zero address for the chain's gas token. |
| native\_token\_name         |           | Name of the native token.                                                              |
| native\_token\_symbol       |           | Symbol of the native token.                                                            |
| native\_token\_decimals     |           | Decimal precision of the native token.                                                 |
| native\_token\_amount\_raw  |           | Native token amount in the smallest indivisible unit.                                  |
| native\_token\_amount       |           | Decimal-adjusted native token amount.                                                  |
| native\_token\_amount\_usd  |           | USD value of the native token amount.                                                  |
| native\_token\_price\_usd   |           | USD price of one unit of the native token.                                             |
| staking\_token\_address     |           | Contract address of the liquid staking receipt token (e.g. stETH, wBETH).              |
| staking\_token\_name        |           | Name of the liquid staking token.                                                      |
| staking\_token\_symbol      |           | Symbol of the liquid staking token.                                                    |
| staking\_token\_decimals    |           | Decimal precision of the liquid staking token.                                         |
| staking\_token\_amount\_raw |           | Liquid staking token amount in the smallest indivisible unit.                          |
| staking\_token\_amount      |           | Decimal-adjusted liquid staking token amount.                                          |
| staking\_token\_amount\_usd |           | USD value of the liquid staking token amount.                                          |
| staking\_token\_price\_usd  |           | USD price of one unit of the liquid staking token.                                     |
| block\_timestamp            |           | Timestamp (UTC) of the block that contains this record.                                |
| block\_number               |           | Sequential number of the block that contains this record.                              |
| transaction\_hash           |           | Hash of the transaction that produced this record.                                     |
| log\_index                  |           | Zero-based position of this event log within its transaction.                          |
| contract\_address           |           | Address of the smart contract that emitted this event.                                 |
