# 预估杠杆率

## 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

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. If ELR value is high compared to the last couple of days, it indicates traders are quite confident in their positions. Funding data such as funding rates may help traders to build a robust trading strategy with this information.

In addition, ELR can estimate the exchange's transparency indicating exchange risk itself.

## Link to Our Data

* [Estimated Leverage Ratio in CryptoQuant Live Chart](https://cryptoquant.com/overview?search=estimated+leverage+ratio)
* [Estimated Leverage Ratio in CryptoQuant Data API docs](https://cryptoquant.com/docs/#operation/getEstimatedLeverageRatio)


---

# 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://userguide.cryptoquant.com/zh/market-indicators/yu-gu-gang-gan-lv.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.
