# Chiliz SRB

CHZSRB is a benchmark representing the mean, annualized staking rate across all active Chiliz validators.

CHZSRB is calculated and published by Staking Rewards via the [Chiliz Profile](https://www.stakingrewards.com/asset/chiliz) and [Data API](https://www.stakingrewards.com/data-api).

> **TL;DR:** Chiliz staking rewards are derived from per-block token emissions annualized over a 3-second block time, with 65% of emissions allocated to validators and delegators, divided by total staked tokens. Validator-level rates are adjusted by individual commission.

### CHZ Staking Rewards Rate: CHZSRB

$$
CHZSRB = (bi \* bpy \* ss) / st
$$

<table><thead><tr><th width="149">Formula Key</th><th width="200">Metric Name</th><th>Description</th></tr></thead><tbody><tr><td>bi</td><td>Block Inflation</td><td>The per-block token emission on the Chiliz Chain.</td></tr><tr><td>bpy</td><td>Blocks Per Year</td><td>The estimated number of blocks produced per year, calculated as 365 * 24 * 3600 / 3 (based on a 3-second block time).</td></tr><tr><td>ss</td><td>Staker Share</td><td>The portion of block emissions allocated to validators and delegators (65%). The remaining 35% is split between community pool (10%) and ecosystem fund (25%).</td></tr><tr><td>st</td><td>Staked Tokens</td><td>The total CHZ tokens delegated across all active validators.</td></tr></tbody></table>

* CHZSRB is non-compounded, excluding returns from reinvestment of rewards.
* Both claimed and unclaimed rewards are included.
* The Chiliz Chain uses a Proof of Staked Authority (PoSA) consensus mechanism with 13 active validators and an epoch length of 28,800 blocks.

#### Slashing

* Slashing is not implemented on the Chiliz Chain. The PoSA consensus mechanism uses validator rotation and jailing as enforcement mechanisms instead of token slashing.

***

### CHZ Validator Staking Rewards Rate: CHZSRB(v)

Staking Rewards calculates the CHZSRB for each validator based on their individual commission rate.

$$
CHZSRB(v) = CHZSRB \* (1 - c)
$$

<table><thead><tr><th width="149">Formula Key</th><th width="216">Metric Name</th><th>Description</th></tr></thead><tbody><tr><td>c</td><td>Commission</td><td>The fee imposed by the validator on delegator rewards. Commission rates range from 1% to 10% across the 13 active validators.</td></tr></tbody></table>

***

#### Observation Period:

1. The CHZSRB is determined based on the latest block data at the point of evaluation.
2. This data is then annualized for a comprehensive year-long projection.

#### Calculation

The calculation happens every 6 hours and is immediately published via [Data API](https://www.stakingrewards.com/data-api).

#### Limitations

1. CHZSRB employs a 365-day convention for annualizing reward data. This convention remains consistent and does not accommodate adjustments for leap years.
2. Commission rates across validators range from 1% to 10% and may change over time. CHZSRB(v) reflects the commission at the time of evaluation.
3. Delegator count is not available on-chain and is therefore not tracked.

***

### CHZ Real Reward Rate: CHZSRB^R

The real reward rate calculates the CHZSRB adjusted for inflation in the network.

$$
CHZSRB^R = 1 + CHZSRB/(1+ir) -1
$$

<table><thead><tr><th width="147">Formula Key</th><th width="148">Metric Name</th><th>Description</th></tr></thead><tbody><tr><td>ir</td><td>Inflation Rate</td><td>The annualized rate of new CHZ token emissions relative to total supply.</td></tr></tbody></table>

**Inflation Rate Behavior**

* The Chiliz Chain inflation rate is determined by per-block token emissions. The annualized inflation is calculated as `(blockInflation * blocksPerYear) / totalSupply`, which is approximately 6.77%. Block emissions are fixed per block and are not dynamically adjusted based on staking participation, meaning inflation remains relatively stable as long as block time stays consistent.

***

### Other Chiliz metrics calculated by Staking Rewards:

<table><thead><tr><th width="212.99999999999994">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Staked Tokens</td><td>The total number of CHZ tokens staked across all active validators.</td></tr><tr><td>Delegated Tokens</td><td>The number of CHZ tokens delegated to validators by delegators.</td></tr><tr><td>Active Validators</td><td>The number of validators actively participating in consensus (currently 13).</td></tr><tr><td>Benchmark Commission</td><td>The median commission rate across all active validators.</td></tr><tr><td>Staking Ratio</td><td>The percentage of circulating CHZ supply that is staked.</td></tr></tbody></table>

***

Data Sources:

* Chiliz Chain 2.0 on-chain staking contract
* Chiliz Chain API
* CoinGecko for price and circulating supply

***

#### References:

* [Chiliz Chain Documentation](https://docs.chiliz.com/)
* [Chiliz Chain Explorer](https://chiliscan.com/)

***

:books: [Learn more about CHZ Staking](https://www.stakingrewards.com/asset/chiliz)

:bar\_chart: [Calculate your CHZ Staking Rewards](https://www.stakingrewards.com/calculator?asset=chiliz)

:gear: [Access historic Chiliz Staking Data via API](https://www.stakingrewards.com/data-api)

```
Last updated on 04/10/2026
```


---

# 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://docs.stakingrewards.com/staking-data/methodologies/chiliz-srb.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.
