# Whale tracking

Use the whale tracking workflow when large Hyperliquid trades or liquidations may reveal important market participation.

The [Whales](/features/whale-alerts-and-large-trades.md) feed helps you spot large activity, but whale trades may be hedges, rebalances, liquidations, or partial portfolio moves.

## When to use it

Use this workflow when:

* A large trader repeatedly appears on the same market.
* A whale trade happens near a key level.
* A large liquidation appears during a fast move.
* You want to inspect a public address through [Spectate mode](/terminal-sections/spectate-mode.md).

The goal is to understand whether whale activity supports or conflicts with the rest of your market view.

## Tabs to open

<table><thead><tr><th width="149.984375">Step</th><th width="271.07421875">Open this</th><th>Why</th></tr></thead><tbody><tr><td>Detect</td><td><a href="/pages/s0fSFufSjK2u1zFZWzVE">Whales</a></td><td>Find large trades, liquidations, and active addresses.</td></tr><tr><td>Inspect</td><td><a href="/pages/fp69xO8UANMLRHCEsOT1">Spectate mode</a></td><td>View public Terminal context for an address without trading as that wallet.</td></tr><tr><td>Validate</td><td><a href="/pages/bcW8Z4mXQj4yydSkbEAE">Chart</a> and <a href="/pages/YrN0IMIF8uCHcQVj3KrU">Orderbook</a></td><td>Check whether the whale action lines up with price and liquidity.</td></tr><tr><td>Cross-check</td><td><a href="/pages/mKIkhw3Ie7fVfxzHM7NI">News</a>, <a href="/pages/zbt9ISxXtjeZhoU59G97">Screener</a>, and <a href="/pages/J5g0SnRAOaVXtbzusB0n">Funding</a></td><td>See whether broader market intelligence agrees.</td></tr><tr><td>Execute</td><td><a href="/pages/1kprqiPXo0P5DJHoIgZp">Terminal</a></td><td>Plan your own trade if the setup remains valid.</td></tr></tbody></table>

## What to validate

Before following or fading whale activity:

* Whether the trade is opening, closing, or unknown.
* Whether the address has repeated behavior on the same market.
* Whether the trade happened before or after the price move.
* Whether the market has enough liquidity for your own size.
* Whether related news, funding, or screener activity supports the idea.
* Whether your risk plan is independent from the whale's action.

## Order types that fit

<table><thead><tr><th width="582.8984375">Situation</th><th>Order type</th></tr></thead><tbody><tr><td>You need fast exposure after validating the move</td><td><a href="/pages/100YsDmLe5v4No4GoZvf">Market</a></td></tr><tr><td>You want to wait for a retest after whale activity</td><td><a href="/pages/X32YWRKDBmU3hX3D50st">Limit</a></td></tr><tr><td>You want maker-only entry near current price</td><td><a href="/pages/e9hDvlZICHY0Kk7QwI37">Chase</a></td></tr><tr><td>You want to build a position around a level</td><td><a href="/pages/xUncatoVCVSbL3hU3y3U">Scale</a></td></tr><tr><td>You want to reduce impact while following a larger move</td><td><a href="/pages/dveBPKYlA9vMtZg1AFPv">TWAP</a></td></tr></tbody></table>

## What to monitor afterward

After submitting:

* Keep [Whales](/features/whale-alerts-and-large-trades.md) open for follow-up activity.
* Monitor [Positions](/terminal-sections/positions.md) for exposure, TP / SL, and margin.
* Confirm fills in [Trade history](/terminal-sections/trade-history.md).
* Watch [Orderbook](/terminal-sections/orderbook.md) if the trade happened in thin liquidity.

## Common mistakes

* Copying a whale without knowing whether it is a hedge or exit.
* Ignoring that public activity may be only part of the trader's portfolio.
* Entering after the whale-driven move has already completed.
* Trading large size in a market where the whale consumed most available liquidity.
* Forgetting that spectate mode is read-only and does not grant control over another address.


---

# 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/workflows/whale-tracking.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.
