> For the complete documentation index, see [llms.txt](https://docs.proliquid.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proliquid.xyz/workflows/liquidation-levels.md).

# Liquidation levels

Use the liquidation levels workflow when you want to understand where forced buying or forced selling may appear on a Hyperliquid market.

The [Liquidation](/features/crypto-liquidations-tracker.md) tab shows large positions and liquidation risk zones alongside price, liquidity, funding, and whale context.

## When to use it

Use this workflow when:

* Price is approaching a visible liquidation cluster.
* A fast move may force one side of the market out.
* You want to identify areas where volatility could expand.
* You are planning entries, exits, or risk controls around known pressure zones.

Liquidation levels can move as traders add margin, reduce exposure, or close positions.

## Tabs to open

<table><thead><tr><th width="177.19921875">Step</th><th width="253.984375">Open this</th><th>Why</th></tr></thead><tbody><tr><td>Detect</td><td><a href="/pages/cAEFWq4EmC5lvlLa3zPc">Liquidation</a></td><td>Identify clusters, large positions, and risk zones.</td></tr><tr><td>Validate</td><td><a href="/pages/bcW8Z4mXQj4yydSkbEAE">Chart</a></td><td>Compare liquidation zones with trend, support, resistance, and recent fills.</td></tr><tr><td>Check liquidity</td><td><a href="/pages/YrN0IMIF8uCHcQVj3KrU">Orderbook</a></td><td>See whether visible depth supports the expected move.</td></tr><tr><td>Cross-check</td><td><a href="/pages/s0fSFufSjK2u1zFZWzVE">Whales</a>, <a href="/pages/J5g0SnRAOaVXtbzusB0n">Funding</a>, and <a href="/pages/mKIkhw3Ie7fVfxzHM7NI">News</a></td><td>Confirm whether other context supports the setup.</td></tr><tr><td>Execute</td><td><a href="/pages/E8J6dt3YcljcwvwnzeOE">Trade form</a></td><td>Choose a controlled order type.</td></tr></tbody></table>

## What to validate

Before trading around liquidation levels:

* Confirm the cluster is close enough to matter.
* Check whether price is moving toward or away from the zone.
* Review whether funding suggests crowded long or short positioning.
* Look for related whale trades or liquidations.
* Check whether a news event is driving the move.
* Decide in advance where the idea is invalidated.

## Order types that fit

<table><thead><tr><th width="430.921875">Situation</th><th>Order type</th></tr></thead><tbody><tr><td>Fast breakout into liquidation pressure</td><td><a href="/pages/100YsDmLe5v4No4GoZvf">Market</a> with controlled slippage</td></tr><tr><td>Waiting for price at a specific zone</td><td><a href="/pages/X32YWRKDBmU3hX3D50st">Limit</a></td></tr><tr><td>Maker-only entry near an active level</td><td><a href="/pages/e9hDvlZICHY0Kk7QwI37">Chase</a></td></tr><tr><td>Building exposure across a liquidation range</td><td><a href="/pages/xUncatoVCVSbL3hU3y3U">Scale</a></td></tr><tr><td>Entering after the first liquidation wave</td><td><a href="/pages/dveBPKYlA9vMtZg1AFPv">TWAP</a> or <a href="/pages/kTScbaJIICwu3vgn7Bu0">Burst</a> depending on urgency</td></tr></tbody></table>

## What to monitor afterward

After submitting:

* Watch [Positions](/terminal-sections/positions.md) for exposure, margin, TP / SL, and unrealized PNL.
* Track fills in [Trade history](/terminal-sections/trade-history.md).
* Re-check [Liquidation](/features/crypto-liquidations-tracker.md) after the market updates.
* Watch [Whales](/features/whale-alerts-and-large-trades.md) for large trades or fresh liquidations.

## Common mistakes

* Treating liquidation clusters as guaranteed magnets.
* Trading old liquidation data without checking refresh timing.
* Ignoring orderbook depth during a liquidation cascade.
* Using too much leverage near a volatile zone.
* Forgetting that traders can add margin or close before liquidation.


---

# 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://docs.proliquid.xyz/workflows/liquidation-levels.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.
