> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/cryptoquant-metrics/market/estimated-leverage-ratio.md).

# Estimated Leverage Ratio

## Definition

Estimated Leverage Ratio (ELR) is defined as the ratio of open interest divided by the reserve of an exchange.

$$
\text{Estimated Leverage Ratio} = \frac{\text{Open Interest}}{\text{Amount of Reserve}}
$$

## Interpretation

Estimated Leverage Ratio indicates how much leverage is used by users on average.&#x20;

ELR for a derivative exchange tells us how much leverage is used by users on average. This information measures traders' sentiment whether they take a high risk or low risk.

### By value itself <a href="#interpretation" id="interpretation"></a>

It could be interpreted as the degree of leverage of the market

* **High**: **Over Leveraged Market+ Possible Volatility**

* **Low**: **Low Leveraged Market**

### By examining trend <a href="#indicating-selling-or-buying-pressure" id="indicating-selling-or-buying-pressure"></a>

It shows the sentiment or tendency of total investors' urge to use leverage.

* **Increasing trend: Holding More Leverage**

  Increasing in values indicates more investors are taking high leverage risk in the derivatives trade.&#x20;

  Also, if ELR value is high compared to the last couple of days, it indicates traders are quite confident in their positions.&#x20;
* **Decreasing trend**: **Taking off Leverage**

  Decreasing in values indicates more investors are taking off leverage risk in the derivatives trade.&#x20;

  Also, if ELR value is low compared to the last couple of days, it indicates traders are changing their views or finishing their positions.&#x20;

## Link to Our Data

* [Estimated Leverage Ratio in CryptoQuant Live Chart](https://cryptoquant.com/asset/btc/chart/market-indicator/estimated-leverage-ratio?exchange=all_exchange\&window=DAY\&sma=0\&ema=0\&priceScale=linear\&metricScale=linear\&chartStyle=line)
* [Estimated Leverage Ratio in CryptoQuant Data API docs](https://cryptoquant.com/docs/#operation/getEstimatedLeverageRatio)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/cryptoquant-metrics/market/estimated-leverage-ratio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
