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

> Records of validator creation events on the BSC network

This table captures all validator creation events on the BNB Smart Chain (BSC), tracking when and how validators were established on the network.

## Table Schema

| Column Name        | Data Type | Description                                                      |
| ------------------ | --------- | ---------------------------------------------------------------- |
| consensus\_address | VARCHAR   | The validator's consensus address used for block validation      |
| credit\_contract   | VARCHAR   | The address of the validator's stake credit token contract       |
| operator\_address  | VARCHAR   | The validator's operator address used for managing the validator |
| vote\_address      | VARCHAR   | The validator's voting address                                   |
| unique\_id         | VARCHAR   | Unique identifier for the validator creation event               |
| transaction\_hash  | VARCHAR   | Hash of the transaction that created the validator               |
| transaction\_index | INTEGER   | Index of the transaction in the block                            |
| log\_index         | INTEGER   | Index of the event log in the transaction                        |
| block\_timestamp   | TIMESTAMP | Timestamp of the block containing the validator creation         |
| block\_number      | INTEGER   | Block number containing the validator creation                   |
| block\_hash        | VARCHAR   | Hash of the block containing the validator creation              |
