> For the complete documentation index, see [llms.txt](https://academy.hyblockcapital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.hyblockcapital.com/indicators/liquidity-indicators/liqlevels.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.hyblockcapital.com/indicators/liquidity-indicators/liqlevels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
