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

> Records of all stake deposit events on Aptos, tracking the amount of APT added to validator stake pools. These events are emitted when users add stake to a validator's pool.

| Column Name          | Description                                                     |
| -------------------- | --------------------------------------------------------------- |
| account\_address     | The address of the account that made the stake deposit          |
| pool\_address        | The address of the validator's stake pool receiving the deposit |
| amount\_str          | The normalized string representation of deposit amount in APT   |
| amount               | The amount of APT tokens deposited (normalized to APT)          |
| block\_timestamp     | The timestamp when the stake deposit occurred                   |
| block\_height        | The block height at which the stake deposit occurred            |
| block\_hash          | The hash of the block containing the stake deposit              |
| transaction\_version | The version of the transaction containing the stake deposit     |
| transaction\_hash    | The hash of the transaction containing the stake deposit        |
| transaction\_index   | The index of the transaction within the block                   |
| event\_index         | The index of the event within the transaction                   |
| sequence\_number     | The sequence number of the event                                |
| \_created\_at        | Timestamp when this record was created                          |
| \_updated\_at        | Timestamp when this record was last updated                     |
