# Whales

<figure><img src="/files/Sotzre10AHHbFdaZlWBH" alt="Whales feed showing large Hyperliquid trades and liquidation activity."><figcaption><p>Whales feed showing large Hyperliquid trades and liquidation activity.</p></figcaption></figure>

Use Proliquid Whales to track large Hyperliquid trades, whale alerts, and liquidation activity so you can see where size is entering or being forced out.

Use it to find addresses worth watching, identify aggressive buying or selling, and notice when large traders are being liquidated. Whale and liquidation notification behavior is summarized in [Alerts](/features/alerts.md).

## What the data means

| Signal            | What it means                                               | What to check next                                                                                                             |
| ----------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Large trade       | A high-notional trade printed on Hyperliquid.               | Check whether it moved price or was absorbed by liquidity.                                                                     |
| Repeated address  | The same public address appears multiple times.             | Use [Spectate mode](/terminal-sections/spectate-mode.md) to inspect public context.                                            |
| Whale liquidation | A large position was forced out by exchange risk mechanics. | Check [Liquidation](/features/crypto-liquidations-tracker.md) and the [Chart](/terminal-sections/chart.md) for follow-through. |
| Directional flow  | Multiple large trades appear in the same direction.         | Confirm with [Screener](/features/crypto-screener-for-hyperliquid-traders.md) volume delta and orderbook depth.                |
| Isolated event    | One large print appears without broader confirmation.       | Treat it as context until price, volume, or news confirms it.                                                                  |

## What to look for

* Repeated large trades from the same address.
* Large liquidations during a fast move.
* Whale trades that align with news, funding, or screener alerts.
* Markets where one side is being forced out.

Click a market symbol to open it in [Terminal](/features/hyperliquid-trading-terminal.md) with chart, orderbook, and position context.

Open [Whales in Proliquid](https://www.proliquid.xyz/whales). Related: [Alerts](/features/alerts.md) and [Liquidation](/features/crypto-liquidations-tracker.md).

> Large trades are useful context, but they do not explain the trader's full portfolio or intent. Use them with price, liquidity, and market context.


---

# 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/whale-alerts-and-large-trades.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.
