# Yield

## Contents

* [Staking Yield Metrics](#staking-yield-metrics)
* [Validator Yield Metrics](#validator-yield-metrics)
* [Delegator Yield Metrics](#delegator-yield-metrics)

## Staking Yield Metrics <a href="#staking-yield-metrics" id="staking-yield-metrics"></a>

### Definition

Annual real and nominal percentage rates and yields for active stakers. A staker is an account that has staked native assets to participate in network consensus.

| Name                                 | MetricID          | Unit          | Interval      |
| ------------------------------------ | ----------------- | ------------- | ------------- |
| Nominal staking rate of stakers (%)  | StakingAPRNominal | Dimensionless | 1 day, 1 hour |
| Real staking yield of stakers (%)    | StakingAPYReal    | Dimensionless | 1 day, 1 hour |
| Nominal staking yield of stakers (%) | StakingAPYNominal | Dimensionless | 1 day, 1 hour |

### Details

* A real staking rate is adjusted to the network's inflation rate.
* APR metrics are calculated without taking compounding into account. APY metrics take compounding into account **for chains where this is available**. Otherwise the two should be identical.
* Hourly APR Metrics are annualized based on a 24h rolling period

### Availability for Assets

{% embed url="<https://coverage.coinmetrics.io/asset-metrics-v2/StakingAPRNominal>" %}

## Validator Yield Metrics <a href="#validator-yield-metrics" id="validator-yield-metrics"></a>

### Definition

Annual real and nominal percentage rates and yields for active validators. A validator is a staker account that has staked native assets and validates blocks in the network's consensus algorithm.

| Name                                    | MetricID            | Unit          | Interval      |
| --------------------------------------- | ------------------- | ------------- | ------------- |
| Nominal staking rate of validators (%)  | ValidatorAPRNominal | Dimensionless | 1 day, 1 hour |
| Real staking yield of validators (%)    | ValidatorAPYReal    | Dimensionless | 1 day, 1 hour |
| Nominal staking yield of validators (%) | ValidatorAPYNominal | Dimensionless | 1 day, 1 hour |

### Details

* A real staking rate is adjusted to the network's inflation rate.
* APR metrics are calculated without taking compounding into account. APY metrics take compounding into account **for chains where this is available**. Otherwise the two should be identical.
* Hourly APR Metrics are annualized based on a 24h rolling period

### Availability for Assets

{% embed url="<https://coverage.coinmetrics.io/asset-metrics-v2/ValidatorAPRNominal>" %}

## Delegator Yield Metrics <a href="#delegator-yield-metrics" id="delegator-yield-metrics"></a>

### Definition

Annual real and nominal percentage rates and yields for active validators. A delegator is a staker account that has entrusted its staked native assets to a validator to participate in network consensus.

| Name                                    | MetricID            | Unit          | Interval      |
| --------------------------------------- | ------------------- | ------------- | ------------- |
| Nominal staking rate of delegators (%)  | DelegatorAPRNominal | Dimensionless | 1 day, 1 hour |
| Real staking yield of delegators (%)    | DelegatorAPYReal    | Dimensionless | 1 day, 1 hour |
| Nominal staking yield of delegators (%) | DelegatorAPYNominal | Dimensionless | 1 day, 1 hour |

### Details

* A real staking rate is adjusted to the network's inflation rate.
* APR metrics are calculated without taking compounding into account. APY metrics take compounding into account **for chains where this is available**. Otherwise the two should be identical.
* Hourly APR Metrics are annualized based on a 24h rolling period

### Availability for Assets

{% embed url="<https://coverage.coinmetrics.io/asset-metrics-v2/DelegatorAPRNominal>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook-docs.coinmetrics.io/network-data/network-data-overview/staking/yield.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
