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

# Stakers 🌱

### Table Details

| Property     | Value                           |
| ------------ | ------------------------------- |
| Table Name   | `solana_devnet.staking.stakers` |
| Table Status | Beta 🌱                         |
| Unique Key   | `block_timestamp`, `unique_id`  |

### Table Columns

| Column Name               | Data Type         | Description                                                          |
| ------------------------- | ----------------- | -------------------------------------------------------------------- |
| stake\_account            | VARCHAR(44)       | The address of the stake account being modified                      |
| staker                    | VARCHAR(44)       | The authority address that can manage staking operations             |
| withdrawer                | VARCHAR(44)       | The authority address that can withdraw funds from the stake account |
| lockup\_custodian         | VARCHAR(44)       | The authority that can modify lockup parameters                      |
| lockup\_epoch             | VARCHAR(16777216) | The epoch until which the stake account is locked                    |
| lockup\_unix\_timestamp   | VARCHAR(16777216) | Unix timestamp until which the stake account is locked               |
| block\_timestamp          | TIMESTAMP\_NTZ(9) | Block timestamp of the last update                                   |
| txn\_index                | NUMBER(38,0)      | Transaction index of the last update                                 |
| txn\_id                   | VARCHAR(88)       | Transaction id of the last update                                    |
| instruction\_index        | NUMBER(38,0)      | Instruction index within the tx of the last update                   |
| inner\_instruction\_index | NUMBER(38,0)      | Inner instruction index of the last update, if available             |
| unique\_id                | VARCHAR(16777216) | Unique id of the record                                              |

### Related Docs

* [Solana Staking Stakers](/historical-data/supported-blockchains/solana/solana/staking/stakers)
