Staking
Validator Stake Daily
Daily aggregation of validator stakes and related metrics on the Polygon Proof of Stake (PoS) network
Use Cases
- Analyze validator performance and stake trends over time
- Track network participation and decentralization metrics
- Monitor changes in commission rates
- Perform historical analysis of staking rewards
This table provides a daily snapshot of validator stakes and related metrics on the Polygon Proof of Stake (PoS) network, including self-stake, delegated stake, rewards, and validator status.
Table Schema
Column Name | Data Type | Description |
---|---|---|
date | DATE | The date of the stake snapshot (UTC) |
validator_id | INTEGER | Unique identifier assigned to the validator by the Polygon network |
total_stake | DECIMAL | Total amount of MATIC (POL) tokens staked (validator self-stake + delegated stake) |
validator_stake | DECIMAL | Amount of MATIC (POL) tokens self-staked by the validator |
delegator_stake | DECIMAL | Total amount of MATIC (POL) tokens staked by delegators to this validator |
reward | DECIMAL | Accumulated validator rewards in MATIC (POL), including block rewards and commission from delegators |
delegators_reward | DECIMAL | Accumulated rewards in MATIC (POL) for delegators, excluding validator commission |
validator_status | INTEGER | Current status of validator (0=Inactive, 1=Active, 2=Locked, 3=Unstaked) |
commission_rate | INTEGER | Percentage of delegator rewards claimed by validator as commission (in basis points, 100 = 1%) |
last_commission_update | INTEGER | Block number when validator last updated their commission rate |
last_block_timestamp | TIMESTAMP | Timestamp of the block when the validator stake was recorded |
last_block_number | INTEGER | Block number of the block when the validator stake was recorded |
last_block_hash | STRING | Hash of the block when the validator stake was recorded |
last_transaction_hash | STRING | Hash of the transaction when the validator stake was recorded |
_created_at | TIMESTAMP | Timestamp of when the record was created |
_updated_at | TIMESTAMP | Timestamp of when the record was updated |