# Estimated Leverage Ratio

#### 📌 **Variables Used in the Formula**

<figure><img src="/files/n1DJ7ifM5aQrNt9Q697b" alt=""><figcaption></figcaption></figure>

**1️⃣ Open Interest Value**

* The total size of all open futures positions.
* **Unit:** USDT or USD

**2️⃣ Funding Rate**

* The interest rate applied to balance long and short positions.
* **Unit:** % (expressed as a percentage)

**3️⃣ Mark Price**

* A price used to better represent the real market price and prevent liquidations.
* **Unit:** USDT or USD

#### 📌 **Summary: What Does the Formula Do?**

1️⃣ **Takes the size of open positions** (providing a fundamental understanding of leverage usage).\
2️⃣ **Uses the funding rate to determine the market’s leverage balance** (adjusting based on the short/long ratio).\
3️⃣ **Normalizes using the mark price**, ensuring it is not affected by price fluctuations.\
4️⃣ **Calculates the estimated average leverage ratio in the market.**

💡 **In general, the higher the ELR, the more leverage is being used in the market.** 🚀

***

#### 🔍 **Interpreting ELR & Risk Management**

The **Leverage Ratio (ELR)** is a crucial metric indicating whether the market is overheated or too cautious.\
**High leverage ratios** often lead to **sharp liquidations, sudden price movements, and significant market volatility.**

***

### 📊 **Interpreting ELR Values**

| **ELR Range** | **Meaning**       | **Risk Assessment**                                       |
| ------------- | ----------------- | --------------------------------------------------------- |
| **1 - 10**    | Low leverage      | Stable market, low liquidation risk. 🟢                   |
| **10 - 25**   | Moderate leverage | Healthy leverage ratio, but risks are increasing. 🟠      |
| **25 - 50**   | High leverage     | Greater volatility and increased liquidation risk. 🔴     |
| **50+**       | Extreme leverage  | Extremely risky market, major liquidations possible. ⚠️🔥 |

***

#### 📌 **General Rule:**

* **If ELR is below 10:** The market is stable. A low leverage ratio means large liquidation waves are unlikely.
* **If ELR is between 10-25:** A **healthy range**. Some volatility is possible, but excessive liquidations are less likely.
* **If ELR is between 25-50:** The market is highly leveraged. **Major liquidations may occur. Risk management is essential!**
* **If ELR is above 50:** **Extreme risk!** Large-scale liquidations, sharp crashes, or price pumps are likely.

<figure><img src="/files/fI6RasNcz3CLwU5yisdl" alt=""><figcaption></figcaption></figure>

***

### ⚠️ **Risk Management & Precautions**

#### 1️⃣ **What to Do When ELR is High (25+)?**

✅ **Use Stop-Loss:** Protect yourself from sudden liquidations by setting stop-loss orders.\
✅ **Reduce Leverage:** If ELR is high, lower leverage in your own positions.\
✅ **Avoid Risky Long/Short Entries:** The market can move violently when ELR is high, so be cautious.\
✅ **Monitor Liquidation Levels:** Analyze major liquidation points and adjust your strategy accordingly.

#### 2️⃣ **What to Do When ELR is Low (1-10)?**

✅ **Follow Trends:** A low leverage market is generally more stable; follow trends accordingly.\
✅ **Enter Trades Gradually:** Since the risk of sudden liquidations is low, you can open positions gradually.

***

### 🔥 **Conclusion: Understanding the Market & Strategy with ELR**

📌 **When ELR is decreasing:** The market has lower leverage, leading to more stable price movements.\
📌 **When ELR is increasing:** **Over-leveraging can cause sharp movements and liquidation waves.**\
📌 **If ELR suddenly jumps above 50:** **FOMO or excessive speculation is present. A major crash or pump is likely!**

💡 **By analyzing ELR values, you can manage your risk, determine whether the market is excessively leveraged, and execute safer trades.** 🚀


---

# 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://cddstamp.gitbook.io/cddstamp/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.
