# LiqLevels

Liquidation Levels are estimates of potential price levels where long or short liquidation events may occur. These predictions are based on factors such as leverage, position size, entry price, and margin requirements, offering insights into areas of potential liquidity concentration before they are triggered.

#### **Key Components:**

1. **Leverage Tiers:**\
   Predicted liquidation levels are categorized by the leverage used in positions:
   * **High Leverage:** Positions with high leverage, most sensitive to small price movements.
   * **Medium Leverage:** Positions with moderate leverage, balancing risk and exposure.
   * **Low Leverage:** Positions with lower leverage, requiring significant price moves to trigger liquidation.
2. **Size Tiers:** Predicted liquidation levels are divided into three tiers based on position size: **Tier 1** (small retail positions), **Tier 2** (medium-sized positions), and **Tier 3** (large positions).

&#x20;**LiqLevel Indicators:**

* **LiqLevels - Long \[High Leverage]**
* **LiqLevels - Long \[Medium Leverage]**
* **LiqLevels - Long \[Low Leverage]**
* **LiqLevels - Short \[High Leverage]**
* **LiqLevels - Short \[Medium Leverage]**
* **LiqLevels - Short \[Low Leverage]**


---

# 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://academy.hyblockcapital.com/indicators/liquidity-indicators/liqlevels.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.
