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

# Stake Credit Balances

> Realtime balances of stake credit tokens for each delegator-validator pair on BSC

This table provides realtime balances of stake credit tokens for each delegator-validator pair on the BNB Smart Chain (BSC), representing the current state of staking positions.

### Table Details

| Property          | Value                                |
| ----------------- | ------------------------------------ |
| Table Name        | `bsc.staking.stake_credit_balances`  |
| Table Status      | Production-Ready                     |
| Unique Key        | `block_timestamp::date`, `unique_id` |
| Clustering Key(s) | `block_timestamp::date`              |

### Table Columns

| Column Name                     | Data Type          | Description                                                           |
| ------------------------------- | ------------------ | --------------------------------------------------------------------- |
| address                         | VARCHAR(42)        | The delegator's wallet address                                        |
| operator\_address               | VARCHAR(134217728) | The validator's operator address                                      |
| consensus\_address              | VARCHAR(134217728) | The validator's consensus address                                     |
| stake\_credit\_address          | VARCHAR(42)        | The address of the validator's stake credit token contract            |
| stake\_credit\_name             | VARCHAR(134217728) | The name of the validator's stake credit token                        |
| stake\_credit\_symbol           | VARCHAR(134217728) | The symbol of the validator's stake credit token                      |
| balance\_str                    | VARCHAR(134217728) | String representation of the stake credit token balance               |
| balance                         | FLOAT              | Float representation of the stake credit token balance                |
| block\_timestamp                | TIMESTAMP\_NTZ(9)  | Timestamp of the block where the balance was last updated             |
| block\_number                   | NUMBER(38,0)       | Block number where the balance was last updated                       |
| block\_hash                     | VARCHAR(134217728) | Hash of the block where the balance was last updated                  |
| unique\_id                      | VARCHAR(134217728) | Unique identifier for the balance record                              |
| \_created\_at                   | TIMESTAMP\_NTZ(9)  | Timestamp of when the entry was created in the database.              |
| \_updated\_at                   | TIMESTAMP\_NTZ(9)  | Timestamp of when the entry was last updated in the database.         |
| \_changed\_since\_full\_refresh | BOOLEAN            | Indicates if the record has changed since the last full data refresh. |

### Use Cases

* Monitor current staking positions across validators
* Track realtime changes in validator market share
* Analyze delegation concentration and distribution
* Calculate current staking rewards and returns
* Identify large staking position movements
* Measure validator popularity through current stake
