# 推定レバレッジ率NVT Ratio

## 定義

推定レバレッジ比率（Estimated Leverage Ratio: ELR）は、未決済建玉を取引所の準備金で割った比率と定義されます。

$$
\text{推定レバレッジ比率} = \frac{\text{未決済建玉
}}{\text{準備金}}
$$

## 解釈

デリバティブ取引所の推定レバレッジ比率は、ユーザーが平均してどのくらいのレバレッジを利用しているかを示します。この情報は、高いリスクを取るか、もしくは低リスクでトレードを行うかというトレーダーの感情を測定します。推定レバレッジ比率が過去2、3日と比べて高い場合、トレーダーが自分のポジションに自信を持っていることを示しています。資金調達率などの資金調達データは、トレーダーがこの情報をもとに強固な取引戦略を構築するのに役立つと考えられます。

また、推定レバレッジ比率は取引所リスクそのものを示す取引所の透明性の推定も可能にします。

## データへのリンク

* [CryptoQuant ライブチャートにおけるレバレッジ比率の推定値](https://cryptoquant.com/overview?search=estimated+leverage+ratio)
* [CryptoQuant データAPIドキュメントにおける推定レバレッジ率](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/ja/mketto/estimated-leverage-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.
