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

# Deposits 🌱

### Table Details

| Property     | Value                       |
| ------------ | --------------------------- |
| Table Name   | `beacon_hoodi.raw.deposits` |
| Table Status | Beta 🌱                     |

### Table Columns

| Column Name             | Data Type         | Description                                                                                                                                    |
| ----------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| slot\_number            | NUMBER(38,0)      | Beacon Chain slot the block.                                                                                                                   |
| slot\_timestamp         | TIMESTAMP\_NTZ(9) | Beacon Chain slot timestamp of the block.                                                                                                      |
| deposit\_amount         | VARCHAR(16777216) | Amount of ETH deposited, normalized                                                                                                            |
| deposit\_amount\_raw    | VARCHAR(16777216) | Amount of ETH deposited in raw format (gwei). To convert to ETH, divide by 10^9.                                                               |
| pubkey                  | VARCHAR(16777216) | BLSPubkey.                                                                                                                                     |
| withdrawal\_credentials | VARCHAR(16777216) | Commitment to pubkey for withdrawals. Withdrawal prefixes relate to the withdrawal credentials provided when deposits are made for validators. |
| withdrawal\_prefix      | VARCHAR(16777216) | The first byte of this credential is known as the withdrawal prefix. This value is currently either 0x00 or 0x01.                              |
| withdrawal\_address     | VARCHAR(16777216) | #N/A                                                                                                                                           |
| signature               | VARCHAR(16777216) | Deposit signature.                                                                                                                             |
| proofs                  | ARRAY             | Array of proof                                                                                                                                 |
| eth1\_block\_hash       | VARCHAR(16777216) | The block hash of the Ethereum 1.0 block.                                                                                                      |
| eth1\_block\_number     | NUMBER(38,0)      | The block number of the Ethereum 1.0 block.                                                                                                    |
| eth1\_block\_timestamp  | TIMESTAMP\_NTZ(9) | The Unix timestamp of the Ethereum 1.0 block.                                                                                                  |
| unique\_id              | VARCHAR(16777216) | Unique ID for the deposit event.                                                                                                               |
| \_created\_at           | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                                                       |
| \_updated\_at           | TIMESTAMP\_NTZ(9) | Timestamp of the attestation data update.                                                                                                      |

### Related Docs

* [Beacon Chain Raw Deposits](/historical-data/supported-blockchains/evm/beacon-chain/raw/deposits)
