Staking Data

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

KeyDescription
commissionOn-Chain commission rate.
delegated_tokensOn-chain number of tokens delegated to this validator.
reward_rateBest assumption of the reward rate using on-chain data. Variations will take other metrics' variations into account.
self_staked_tokensOn-chain number of tokens self-staked by this validator.
staked_tokensTotal Tokens staked with this validator (delegated + self staked, active or inactive).
staking_sharevalidator.balance / asset.staked_tokens
staking_walletsNumber of unique addresses delegating to this validator on-chain.

Sample Query

{
  validators(order: { address: asc }, limit: 5) {
    id
    address
    metrics(limit: 20) {
      metricKey
      defaultValue
    }
  }
}

On this page