# Screener

<figure><img src="/files/Gx68eIg1rDbveRaC5fUB" alt="Screener table showing live trade metrics across exchange markets."><figcaption><p>Screener table showing live trade metrics across exchange markets.</p></figcaption></figure>

Use Proliquid's crypto screener to find fast-moving Hyperliquid and exchange markets from live trades, volume, volatility, funding, open interest, and market cap.

When a market stands out, open it in Terminal to validate chart context, liquidity, and execution in one workflow.

Key metrics include:

* Number of trades over 5-minute and 15-minute windows.
* 5-minute and 15-minute percentage change.
* 5-minute and 15-minute volume.
* Volume delta, where negative values indicate more selling than buying.
* Standard deviation / volatility over short windows.
* 24-hour percentage change.
* Funding rates.
* Open interest.
* Market cap.
* Fully diluted value.

## What the data means

| Metric             | What it means                                                                                                  | What to check next                                                                                               |
| ------------------ | -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Trades             | Number of public trades during the selected window. A rising count means participation is increasing.          | Confirm whether price and volume are moving with the trade count.                                                |
| Volume             | Notional value traded during the selected window. Higher volume makes a move more meaningful.                  | Check [Orderbook](/terminal-sections/orderbook.md) depth before sizing a trade.                                  |
| Volume delta       | Difference between aggressive buying and selling. Negative values mean more selling pressure in that interval. | Compare with price change to see whether pressure is moving price or being absorbed.                             |
| Stdev / volatility | Short-window volatility factor. Higher values mean price is moving more aggressively than usual.               | Use the [Chart](/terminal-sections/chart.md) to identify whether volatility is breakout, reversal, or chop.      |
| Funding            | Current perp funding context for the market.                                                                   | Review [Funding](/features/funding-rates-and-perp-opportunities.md) when funding is extreme or changing quickly. |
| Open interest      | Total outstanding perp exposure. Rising open interest during a move can suggest new leverage entering.         | Check whether the move is supported by volume or only leverage buildup.                                          |
| Market cap / FDV   | Market cap reflects circulating value; fully diluted value includes future or locked supply assumptions.       | Be more cautious when FDV is much larger than market cap.                                                        |

## Alert rows

<div align="left"><figure><img src="/files/Kv2k6D9pjTjHJk82zFUa" alt="Screener alert row highlighting pump, dump, or volatility conditions."><figcaption><p>Screener alert row highlighting pump, dump, or volatility conditions.</p></figcaption></figure></div>

Proliquid automatically identifies markets that are pumping, dumping, or unusually volatile. Matching rows change color and can trigger in-app notifications and sound alerts.

Default thresholds:

<table><thead><tr><th width="132.5">Alert</th><th>Default condition</th></tr></thead><tbody><tr><td>Pumping</td><td>15-minute price change greater than or equal to <code>4%</code> and 15-minute volume greater than or equal to <code>$2,000,000</code>.</td></tr><tr><td>Dumping</td><td>15-minute price change less than or equal to <code>-4%</code> and 15-minute volume greater than or equal to <code>$2,000,000</code>.</td></tr><tr><td>Volatility</td><td>15-minute volume greater than or equal to <code>$1,000,000</code>, 15-minute trades greater than or equal to <code>5,000</code>, and volatility greater than or equal to <code>0.3</code>.</td></tr></tbody></table>

You can edit these values in [Screener settings](/settings/screener.md), adjust sounds in [Sound alerts](/settings/sound-alerts.md), and review notification behavior in [Alerts](/features/alerts.md).

## Market actions

<div align="left"><figure><img src="/files/4ay9zGHpxgzytPUfXYjg" alt="Screener market row actions for muting alerts or opening the market in Terminal."><figcaption><p>Screener market row actions for muting alerts or opening the market in Terminal.</p></figcaption></figure></div>

Click the bell next to a market name to mute notifications and sounds for noisy markets. Click the row to open the market in [Terminal](/features/hyperliquid-trading-terminal.md).

## Exchange source

<div align="left"><figure><img src="/files/67yrVmCqejF8DryFcwsc" alt="Screener exchange selector for choosing the source of market statistics."><figcaption><p>Screener exchange selector for choosing the source of market statistics.</p></figcaption></figure></div>

Use the topbar to choose the exchange source for screener statistics. Hyperliquid is selected by default.

## Watchlists

<div align="left"><figure><img src="/files/cyqlG90FQRfT5WvdsLlR" alt="Screener watchlist controls for tracking selected groups of markets."><figcaption><p>Screener watchlist controls for tracking selected groups of markets.</p></figcaption></figure></div>

Create watchlists for the markets you actively track, such as majors, AI names, memes, Hyperliquid markets, or your own trading universe.

Open the [Screener in Proliquid](https://www.proliquid.xyz/screener). Related: [Alerts](/features/alerts.md), [Mini screener](/terminal-sections/mini-screener.md), and [Screener settings](/settings/screener.md).


---

# 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-screener-for-hyperliquid-traders.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.
