# Liquidation

<figure><img src="/files/iPZGdJRSQuYwcxvDgrWm" alt="Liquidation tab showing Hyperliquid liquidation zones and at-risk positions."><figcaption><p>Liquidation tab showing Hyperliquid liquidation zones and at-risk positions.</p></figcaption></figure>

Use Proliquid's crypto liquidations tracker to inspect public Hyperliquid liquidation zones, large at-risk positions, and forced-flow context for a selected market.

Use it to see large position clusters, liquidation zones, and addresses with meaningful exposure near risk levels. This can help you understand where forced selling or forced buying may appear if price continues moving.

## What the data means

| Signal                 | What it means                                                                          | What to check next                                                                                   |
| ---------------------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Liquidation cluster    | Many positions have estimated liquidation risk around a similar price area.            | Compare the level with chart support, resistance, and current distance from price.                   |
| Large at-risk position | A single address or position has meaningful exposure near liquidation.                 | Check [Whales](/features/whale-alerts-and-large-trades.md) for related large trades or liquidations. |
| Forced selling risk    | Long positions near liquidation may create sell pressure if price drops into the zone. | Check bids and depth in the [Orderbook](/terminal-sections/orderbook.md).                            |
| Forced buying risk     | Short positions near liquidation may create buy pressure if price rises into the zone. | Check asks, spread, and whether price is already accelerating.                                       |
| Refresh timing         | Liquidation data can become stale as traders add margin, close, or reduce exposure.    | Re-check the page before acting on an older level.                                                   |

## How to use it

Click the market in the topbar to open the market picker and choose the market you want to inspect. The view refreshes automatically every 15 minutes.

Look for:

* Large clusters near current price.
* Whale addresses repeatedly appearing near liquidation.
* Areas where many positions could be forced out if price reaches the level.
* Whether liquidation pressure lines up with support, resistance, funding, or news.

## Trading workflow

1. Select a market with meaningful volume.
2. Identify liquidation clusters above and below current price.
3. Cross-check with [Orderbook](/terminal-sections/orderbook.md), [Chart](/terminal-sections/chart.md), and [Whales](/features/whale-alerts-and-large-trades.md).
4. Open the market in [Terminal](/features/hyperliquid-trading-terminal.md) if you want to plan an entry or manage risk.

> Liquidation levels can move as traders add margin, close positions, or price changes. Re-check the data before trading around an older level.


---

# 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://docs.proliquid.xyz/features/crypto-liquidations-tracker.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.
