> 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/liquidations.md).

# Liquidations

The **Liquidation** measures the **actual amount of long and short liquidations** that occurred within a specific timeframe (e.g., candle period). It captures the total value of positions forcefully closed due to insufficient margin, providing insights into real-time liquidation activity rather than predicted price levels.

#### **Key Components:**

* **Long Liquidations:** The total value of long positions forcefully closed during the timeframe.
* **Short Liquidations:** The total value of short positions forcefully closed during the timeframe.
* **Delta Liquidations:** The difference between long positions and short positions forcefully closed during the timeframe.
* **Total Liquidations:** The combined value of long and short liquidations within the period.

**Trade Size Buckets**

Liquidations can be displayed for various size buckets. Users can choose from ranges like 0 to 100, 1k to 100k, and so on, up to 'Infinity'. This feature allows traders to analyze market behavior in different segments:

* **0 to 100 (Smallest)**
* **100 to 1k (Smaller)**
* **1k to 10k (Small)**
* **10k to 100k (Medium)**
* **100k to 1m (Large)**
* **1m to 10m (Larger)**
* **10m to Infinity (Largest)**


---

# 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/liquidations.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.
