# Liquidation Heatmap

## Background

A liquidation event occurs when a trader's position is closed out due to the price moving against them and their margin account balance becoming insufficient to cover their open positions. To prevent further losses to the trader and the exchange, most exchanges provide the liquidation level, which is the price at which the trade would be liquidated when entering a leveraged trade.

Traders who can estimate the locations of other traders' liquidation levels may gain an advantage similar to knowing high liquidity in the order book. The Liquidation Heatmap by Hyblock attempts to predict where large liquidations may occur to assist traders.

## Overview

The Liquidation Heatmap calculates the liquidation levels based on market data and different leverage amounts. The calculated levels are then added to a price bucket on the chart.&#x20;

As more estimated liquidation levels are added to a certain price the color of the heatmap changes. The color scale ranges from black to yellow, where yellow represents high amount of predicted liquidation levels, allowing traders to identify areas of high liquidity.

&#x20;

<figure><img src="https://1530390593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQYgDcppxxDvjwMKRcY%2Fuploads%2FpyNJJkEIThzChW97hLDW%2Fnewplot%20-%202023-02-07T160634.841.png?alt=media&#x26;token=076bf130-f379-4ad0-a1ae-657ce33eec14" alt=""><figcaption></figcaption></figure>

The Liquidation Heatmap predicts where liquidation levels are opening but not closing. Thus, the actual number of liquidations will be lower. When looking at the size, it's essential to read it as a relative number by comparing it to the other levels.

Users can filter on multiple major exchanges, ticker, and the level of lookback.

* Exchanges and coins supported:&#x20;
  * Binance Futures: BTCUSDT, ETHUSDT
  * Bitmex: XBTUSD, ETHUSD
  * Bybit: BTCUSD, ETHUSD
* Aggregated Exchanges - View combined liquidation levels across multiple exchanges
* Lookbacks Support:&#x20;
  * 12 Hours
  * 7 Days
  * 1 Month
  * 3 Months
  * 6 Months
  * 1 Year
  * 2 Years

<figure><img src="https://1530390593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQYgDcppxxDvjwMKRcY%2Fuploads%2Fi5onodrgw9a2g9fk2VIm%2FScreen%20Shot%202023-02-07%20at%204.04.59%20PM.png?alt=media&#x26;token=cd15a3ea-4c56-4c80-afe8-85219ee3234b" alt=""><figcaption></figcaption></figure>

## How traders use this

The Liquidation Heatmap enables traders to identify areas of high liquidity, which can be helpful in different ways:

Magnetic Zones:

A high concentration of potential liquidation levels at a specific price range may indicate that price might move toward that region. Some traders use these pockets of liquidation levels as a way to gauge which way price is more likely to head towards along with other indicators that may be used as confluence.

&#x20;Support / Resistance Zones:

At high liquidation zones, bigger traders "whales" can execute trades quickly and at a favorable price. Once they have entered or exited their orders in this liquidity and price can now reverse.

\
In addition liquidation levels can cause massive pressure on either the buy side or sell side of the orderbook causing price to naturally reverse.

<figure><img src="https://1530390593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQYgDcppxxDvjwMKRcY%2Fuploads%2FYhgXIYSerCLha6wcL086%2FScreen%20Shot%202023-02-07%20at%203.59.32%20PM.png?alt=media&#x26;token=a9ec03e9-655e-4207-a55a-bdab3193e02d" alt=""><figcaption></figcaption></figure>

Liquidations play a crucial role in the cryptocurrency market, as they can have a significant impact on traders' positions. By understanding how to utilize the data, traders can make informed trading decisions and potentially increase their chances of success


---

# 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/tools/liquidation-levels-1.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.
