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

# Delegator Shares Transfers

> Record of delegator share token transfers between addresses on the Polygon PoS network

This table captures transfers of delegation share tokens between addresses on the Polygon Proof of Stake (PoS) network, representing changes in delegation ownership.

## Use Cases

* Track delegation ownership changes over time
* Identify large delegation movements between addresses
* Analyze validator popularity through delegation transfer behavior
* Detect delegation activity correlated with network events or governance changes

## Table Columns

| Column Name        | Data Type | Description                                                                |
| ------------------ | --------- | -------------------------------------------------------------------------- |
| from\_address      | VARCHAR   | Ethereum address transferring the delegation shares                        |
| to\_address        | VARCHAR   | Ethereum address receiving the delegation shares                           |
| raw\_amount\_str   | VARCHAR   | Amount of delegation shares transferred as a string (preserving precision) |
| validator\_id      | INTEGER   | ID of the validator whose delegation shares are being transferred          |
| transaction\_hash  | VARCHAR   | Unique hash of the Ethereum transaction containing the transfer            |
| transaction\_index | INTEGER   | Index of the transaction within its block                                  |
| log\_index         | INTEGER   | Index of the event log within the transaction                              |
| block\_timestamp   | TIMESTAMP | Timestamp when the block containing the transfer was mined                 |
| block\_number      | INTEGER   | Block number containing the transfer transaction                           |
| block\_hash        | VARCHAR   | Hash of the block containing the transfer transaction                      |
| \_created\_at      | TIMESTAMP | Timestamp of when the record was created                                   |
| \_updated\_at      | TIMESTAMP | Timestamp of when the record was updated                                   |
