# Alerts

Use Proliquid alerts to monitor crypto news, screener momentum, whale activity, liquidations, and Hyperliquid order fills.

Alerts can appear in-app, through browser notifications, or as sounds depending on browser state and settings.

## Alert delivery

| Delivery type        | When it appears                                                        | What to configure                                                                  |
| -------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| In-app notification  | Proliquid is open and visible in the active tab.                       | In-app duration from [General settings](/settings/general.md).                     |
| Browser notification | Proliquid is open in the browser, but another tab or window is active. | Browser notification permission from [General settings](/settings/general.md).     |
| Sound alert          | The alert category has sound enabled and global sound is not muted.    | Global volume and per-alert sounds from [Sound alerts](/settings/sound-alerts.md). |

Browser notifications require Proliquid to stay open in your browser.

## Alert types

| Alert type         | What triggers it                                                                    | Where to manage it                                                                                                                                       |
| ------------------ | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| News alerts        | Important news, website news, and social feed items based on your feed preferences. | [News](/features/crypto-news-feed-for-trading.md), [News settings](/settings/news.md), [Sound alerts](/settings/sound-alerts.md).                        |
| Screener alerts    | Pump, dump, or volatility conditions based on the active screener thresholds.       | [Screener](/features/crypto-screener-for-hyperliquid-traders.md), [Screener settings](/settings/screener.md), [Sound alerts](/settings/sound-alerts.md). |
| Whale alerts       | Large Hyperliquid trades or whale activity surfaced by the Whales feed.             | [Whales](/features/whale-alerts-and-large-trades.md), [Sound alerts](/settings/sound-alerts.md).                                                         |
| Liquidation alerts | Large liquidation events from the liquidation feed.                                 | [Liquidation](/features/crypto-liquidations-tracker.md), [Sound alerts](/settings/sound-alerts.md).                                                      |
| Order-fill alerts  | Trading activity such as fills from Terminal execution.                             | [Terminal](/features/hyperliquid-trading-terminal.md), [Trade history](/terminal-sections/trade-history.md), [Sound alerts](/settings/sound-alerts.md).  |

## News alerts

News alerts cover market-moving headlines, exchange listings, macro events, social posts, and website updates. Manage feed categories and source lists in [News settings](/settings/news.md), then configure audio in [Sound alerts](/settings/sound-alerts.md).

Matched news items can open [Terminal](/features/hyperliquid-trading-terminal.md) or the quick LONG / SHORT menu documented in [News](/features/crypto-news-feed-for-trading.md).

## Screener alerts

Screener alerts trigger when a market matches pump, dump, or volatility thresholds.

Default alert logic is documented in [Screener](/features/crypto-screener-for-hyperliquid-traders.md). Tune volume, trade count, price change, and volatility thresholds in [Screener settings](/settings/screener.md).

Mute tokens that repeatedly trigger low-value alerts.

## Whale and liquidation alerts

Whale and liquidation alerts surface large public Hyperliquid activity. Use [Whales](/features/whale-alerts-and-large-trades.md) for large trades and [Liquidation](/features/crypto-liquidations-tracker.md) for deeper liquidation-zone context.

## Order-fill alerts

Order-fill alerts tell you when submitted orders execute. After submitting from the [Trade form](/terminal-sections/trade-form.md), monitor:

* [Trade history](/terminal-sections/trade-history.md) for actual fills, fees, and closed PNL.
* [Order history](/terminal-sections/order-history.md) for submitted, canceled, rejected, or completed order actions.
* [Open orders](/terminal-sections/open-orders.md), [Open TWAPs](/terminal-sections/open-twaps.md), and [Open chases](/terminal-sections/open-chases.md) for still-active execution.

Use order-fill sounds when you want execution feedback outside the active panel.

## Recommended setup

1. Enable browser notifications in [General settings](/settings/general.md).
2. Set an in-app notification duration that fits your trading pace.
3. Enable only the sound categories you will act on in [Sound alerts](/settings/sound-alerts.md).
4. Tune [Screener settings](/settings/screener.md) so pump, dump, and volatility alerts are not too noisy.
5. Mute low-quality news sources or tokens directly from [News](/features/crypto-news-feed-for-trading.md) and [Screener](/features/crypto-screener-for-hyperliquid-traders.md).

The goal is to keep alerts actionable, not to enable every possible notification.


---

# 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/alerts.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.
