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

# Validator Stake Daily

> Daily snapshots of validator stake metrics on Aptos, including active stake, pending stake, inactive stake, and delegation information. This model provides a comprehensive view of validator performance and stake distribution over time.

| Column Name               | Description                                                                                                                             |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| date                      | The date of the stake snapshot                                                                                                          |
| pool\_address             | The address of the validator's stake pool                                                                                               |
| operator\_address         | The address of the validator operator                                                                                                   |
| delegated\_voter          | The address of the delegated voter for this validator                                                                                   |
| operator\_commission\_pct | The commission percentage charged by the validator operator                                                                             |
| met\_minimum\_stake       | Boolean indicating if the validator meets the minimum stake requirement (1M APT)                                                        |
| is\_active\_node          | Boolean indicating if the validator has any active or inactive stake                                                                    |
| is\_delegation\_pool      | Boolean indicating if the validator accepts delegations                                                                                 |
| total\_stake              | The total amount of stake in the validator's pool (active\_stake + active\_pending\_stake + inactive\_stake + inactive\_pending\_stake) |
| total\_delegations        | The total amount of delegated stake in the validator's pool (active\_delegations + inactive\_delegations)                               |
| total\_rewards            | The total rewards earned by the validator on this date                                                                                  |
| active\_stake             | The amount of active stake in the validator's pool                                                                                      |
| active\_pending\_stake    | The amount of pending active stake in the validator's pool                                                                              |
| inactive\_stake           | The amount of inactive stake in the validator's pool                                                                                    |
| inactive\_pending\_stake  | The amount of pending inactive stake in the validator's pool                                                                            |
| active\_delegations       | The amount of active delegated stake in the validator's pool                                                                            |
| inactive\_delegations     | The amount of inactive delegated stake in the validator's pool                                                                          |
| \_created\_at             | Timestamp when this record was created                                                                                                  |
| \_updated\_at             | Timestamp when this record was last updated                                                                                             |
