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

# Elector System Rewards

## Elector System Rewards

This `ton.staking.elector_system_rewards` model tracks system rewards distributed by the TON Elector smart contract. It captures transactions where the Elector contract distributes rewards to validators and participants in the TON staking system.

### Table Columns

Unique Key: `hash`

| Column Name         | Description                                                                               |
| ------------------- | ----------------------------------------------------------------------------------------- |
| workchain           | The workchain identifier where the transaction occurred                                   |
| mc\_block\_seqno    | The masterchain block sequence number                                                     |
| seqno               | The sequence number of the transaction                                                    |
| utime               | The Unix timestamp when the transaction occurred                                          |
| lt                  | Logical time of the transaction                                                           |
| account             | The account address (Elector contract address)                                            |
| amount\_str         | The reward amount as a string (normalized to 9 decimals)                                  |
| amount              | The reward amount as a float                                                              |
| usd\_amount         | The reward amount in USD                                                                  |
| balance\_str        | The Elector contract balance after the transaction as a string (normalized to 9 decimals) |
| balance             | The Elector contract balance after the transaction as a float                             |
| usd\_balance        | The Elector contract balance after the transaction in USD                                 |
| usd\_exchange\_rate | The USD exchange rate for the transaction                                                 |
| in\_msg             | The incoming message details in variant format                                            |
| hash                | The transaction hash                                                                      |
| transaction\_index  | The index of the transaction in the block                                                 |
| aborted             | Boolean indicating if the transaction was aborted                                         |
| \_created\_at       | Timestamp when the record was created                                                     |
| \_updated\_at       | Timestamp when the record was last updated                                                |
