# 예상 레버리지 비율

## 정의

예상 레버리지 비율 (Estimated Leverate Ratio) 은 선물 거래소의 미결제 약정을 해당 거래소의 코인 보유량(Reserve)로 나눈 값입니다.

﻿

$$
\text{예상 레버리지 비율} = \frac{\text{미결제 약정}}{\text{거래소의 코인 보유량}}
$$

﻿

## **해석**

예상 레버리지 비율은 투자자가 평균적으로 레버리지를 얼마나 사용하는지 나타냅니다.

파생상품거래소의 예상 레버리지 비율은 투자자들이 평균적으로 얼마나 많은 레버리지를 사용하는지를 알려줍니다.

또한 투자자들의 레버리지에 대한 심리를 가늠할 수 있게 해줍니다.

### 값 자체에 초점

시장이 어느정도의 레버리지에 노출되어 있는지 나타냅니다.

* **높은 값 :** 과도한 레버리지 + 변동성 리스크
* **낮은 값 :** 낮은 레버리지

### 추세 해석 시

전체 투자자들의 레버리지 사용을 쓰고 싶은 정도 혹은 성향을 나타냅니다.

* **증가 추세: 점점 더 많은 레버리지를 사용 중**

값의 상승 추세는 것은 파생상품 거래에서 레버리지 리스크를 감수하는 투자자들이 늘고 있다는 것을 의미합니다.

또한 예상 레버리지 비율의 값이 지난 며칠간 대비 높다면 투자자들이 자신의 포지션에 대해 확신이 점점 강해지는 상태의 해석도 가능합니다.

* **감소 추세: 레버리지를 축소 중**

값의 하락 추세는 파생상품 거래에서 레버리지 리스크에서 탈피하고 있는 투자자들이 늘고 있음을 의미합니다.

또한 최근 며칠간 대비 예상 레버리지 비율이 낮으면 투자자들이 관점을 전환하는 중인 상태 혹은 포지션을 마무리하고 있다는 것을 의미합니다.

## 크립토퀀트 데이터 링크

* [크립토퀀트 실시간 예상 레버리지 비율 차트](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)
* [크립토퀀트 실시간 예상 레버리지 비율 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/ko/cryptoquant-metrics/market/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.
