# Staking Ratio

The *Staking Ratio* in the context of staking is a metric that represents the proportion of the total token supply that is currently staked in comparison to the total supply that is eligible to be staked. It is expressed as a percentage and is calculated using the formula:<br>

$$Staking Ratio=(Staked Tokens / Eligible Supply)×100%Staking Ratio=(Eligible SupplyTotal Staked Tokens​)×100%$$

\
Where:

* **Staked Tokens** is the amount of tokens that are currently locked in staking contracts.
* **Eligible Supply** refers to the portion of the total token supply that can be staked. This may exclude tokens that are not yet in circulation, such as those still locked in vesting schedules, or tokens that are reserved for other purposes.

This metric is useful for understanding the level of participation in the staking process within a blockchain network. A higher staking ratio typically indicates a stronger commitment from token holders to the network, as a larger proportion of the total supply is being used to secure the network and/or generate staking rewards. Conversely, a lower staking ratio might suggest a lower level of commitment or a preference for liquidity over staking.

In the case of networks with governance mechanisms tied to staked tokens, the staking ratio can also be an indicator of the degree of decentralization or centralization in decision-making processes. For example, a high staking ratio with a diverse range of stakers could imply a more decentralized governance structure.


---

# 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/metrics/staking-ratio.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.
