Validators
Detailed overview of the metrics methodology used to track and measure the performance of validators.
Validators
Type: Validator
Description
The following table provides a detailed overview of the methodology used to track and measure the performance of validators.
Metrics
| Key | Description |
|---|---|
commission | On-Chain commission rate. |
delegated_tokens | On-chain number of tokens delegated to this validator. |
reward_rate | Best assumption of the reward rate using on-chain data. Variations will take other metrics' variations into account. |
self_staked_tokens | On-chain number of tokens self-staked by this validator. |
staked_tokens | Total Tokens staked with this validator (delegated + self staked, active or inactive). |
staking_share | validator.balance / asset.staked_tokens |
staking_wallets | Number of unique addresses delegating to this validator on-chain. |
Sample Query
{
validators(order: { address: asc }, limit: 5) {
id
address
metrics(limit: 20) {
metricKey
defaultValue
}
}
}