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

A deposit is created when a user transfers one or more ETH to the deposit contract. When a deposit is validated, it will be updated in `beacon.raw.deposits.`

### Table Column

| Column Name             | Description                                                                                                                                    | Example                                                                                                                                                                                                                                                              |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| slot\_number            | Beacon Chain slot the block.                                                                                                                   | 6,470,743                                                                                                                                                                                                                                                            |
| slot\_timestamp         | Beacon Chain slot timestamp of the block.                                                                                                      | 2023-05-19 05:08:59                                                                                                                                                                                                                                                  |
| 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,372                                                                                                                                                                                                                                                           |
| eth1\_block\_timestamp  | The Unix timestamp of the Ethereum 1.0 block.                                                                                                  | 2023-05-19 05:08:59                                                                                                                                                                                                                                                  |
| deposit\_amount         | <p>Amount of ETH deposited, unnormalized. <br />(To convert to ETH1 amount, divide by 10^9)</p>                                                | 32,000,000,000                                                                                                                                                                                                                                                       |
| pubkey                  | BLSPubkey.                                                                                                                                     | 0xa6ed348c1c3503130581865318aa99d35929b1a7cbd3bd1bf86f02f79c4267d2fea08c9dc82f156d7e65dfe06e3c22e1                                                                                                                                                                   |
| signature               | Deposit signature.                                                                                                                             | 0x82a96e6e9a0ed5e55f6e6df5d1cb0c90d42ebf03b30dba2c202b8decc9261b077552794b89c8e330bb64256bbb9a5c9a012bb211bbd02ca01b2472cba8d5f033e0deef4de4617bcafa4c706db43333ba417c92a97c3bb9c9c1edfea088654c82                                                                   |
| withdrawal\_credentials | Commitment to pubkey for withdrawals. Withdrawal prefixes relate to the withdrawal credentials provided when deposits are made for validators. | 0x0100000000000000000000008e609ac80f4324e499a6efd24f221a2caa868224                                                                                                                                                                                                   |
| withdrawal\_address     | #N/A                                                                                                                                           | 0x08e609ac80f4324e499a6efd24f221a2caa86822                                                                                                                                                                                                                           |
| proofs                  | Array of proof                                                                                                                                 | *\<too long to display>*                                                                                                                                                                                                                                             |
| unique\_id              | Unique ID for the deposit event.                                                                                                               | slot\_number-6470743\_signature-0x82a96e6e9a0ed5e55f6e6df5d1cb0c90d42ebf03b30dba2c202b8decc9261b077552794b89c8e330bb64256bbb9a5c9a012bb211bbd02ca01b2472cba8d5f033e0deef4de4617bcafa4c706db43333ba417c92a97c3bb9c9c1edfea088654c82\_proofs\_hash-5749114292790100513 |
| \_updated\_at           | Timestamp of the attestation data update.                                                                                                      | 2023-05-19 07:03:19.493 +0000                                                                                                                                                                                                                                        |
