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

# Pending Deposits

> Pending deposits to the Beacon Chain at a given Epoch

This models provide epoch-level data on the amount of pending deposits waiting to process in the beacon chain.

This data is only available post-electra update.

### Table Column

Unique Key: `epoch_number`, `pubkey`, `pending_deposit_index`

| Column Name             | Description                                                                                                                                                                              |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| epoch\_number           | Epoch number of when the pending deposit state was indexed                                                                                                                               |
| slot\_number            | Beacon Chain slot number of when the pending deposit state was indexed                                                                                                                   |
| slot\_timestamp         | Beacon Chain slot timestamp of slot when the pending deposit state was indexed                                                                                                           |
| pubkey                  | The validator's BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive.                                                                       |
| amount                  | The amount of ETH deposited in gwei (1e9 gwei = 1 ETH on Beacon Chain).                                                                                                                  |
| slot                    | The slot number where the deposit is made into beacon chain.                                                                                                                             |
| withdrawal\_credentials | Withdrawal credentials is a 32-byte field associated with every validator, initially set during deposit, for verifying the destination of valid withdrawals.                             |
| signature               | The BLS signature that aggregates the signatures of individual validators.                                                                                                               |
| execution\_optimistic   | It's true if the response references an unverified execution payload. The optimistic information may be invalidated at a later time. If the field is not present, assume the false value |
| finalized               | Indicates whether the response data is finalized                                                                                                                                         |
| pending\_deposit\_index | Array index of the pending deposit for the given epoch.                                                                                                                                  |
| \_created\_at           | Timestamp of the pending deposit data creation.                                                                                                                                          |
| \_updated\_at           | Timestamp of the pending deposit data update.                                                                                                                                            |
