> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dexutils.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Track DeFi Tokens with DexUtils Price Alerts and Watchlists

> Set price alerts, large-swap notifications, and liquidity-change triggers on DexUtils. Organize tracked tokens with named watchlists.

Manually refreshing charts to track tokens is inefficient — DexUtils alerts and watchlists let you monitor the pairs and tokens that matter most without staying glued to the screen. Watchlists keep your favourites organized in one view, while alerts push notifications to you the moment a market condition you care about is triggered.

## Watchlists

A watchlist is a named collection of token pairs you want to track at a glance. Each watchlist displays a mini price chart, 24-hour price change, volume, and liquidity for every item — giving you a condensed market snapshot without opening individual pair pages.

### Creating a Watchlist

1. Click **+ New Watchlist** in the left sidebar or the Watchlists section of your dashboard.
2. Enter a descriptive name (e.g., "Layer 2 Gems" or "ETH Memecoins").
3. Press **Create** — your new watchlist appears immediately in the sidebar.

### Adding Pairs and Tokens

Navigate to any pair or token page and click the **★ star icon** near the token name. A dropdown lets you choose which watchlist to add it to. You can also add pairs directly from search results without opening the full pair page.

### Watchlist View Columns

| Column       | Description                                 |
| ------------ | ------------------------------------------- |
| Pair         | Token symbol and chain badge                |
| Price        | Current real-time price                     |
| 24h Change   | Percent price change over the last 24 hours |
| Volume (24h) | Total swap volume in USD                    |
| Liquidity    | Total pooled liquidity in USD               |
| Chart        | Sparkline of recent price action            |

### Watchlist Item Limits by Plan

| Plan     | Max Watchlist Items |
| -------- | ------------------- |
| Free     | 10 pairs            |
| Standard | 100 pairs           |
| Premium  | Unlimited           |

***

## Alerts

Alerts notify you when a specific market condition is met on a tracked pair. You define the condition and threshold — DexUtils handles the monitoring 24/7.

### Alert Types

* **Price Above** — triggers when a token's price rises above your set value
* **Price Below** — triggers when a token's price falls below your set value
* **Percent Change (1h / 24h)** — triggers when price moves by more than X% in the selected window
* **Large Swap** — triggers when a single swap exceeds a dollar amount you specify
* **Liquidity Drop** — triggers when pool liquidity falls by more than X%

### Creating Your First Alert

<Steps>
  <Step title="Navigate to the pair page">
    Search for the token or pair you want to monitor and open its Pair Explorer page.
  </Step>

  <Step title="Open the alert dialog">
    Click the **🔔 bell icon** located near the pair name at the top of the page.
  </Step>

  <Step title="Choose an alert type">
    Select one of the available alert types: Price Above, Price Below, Percent Change, Large Swap, or Liquidity Drop.
  </Step>

  <Step title="Set the threshold">
    Enter the price value, percentage, or swap size that should trigger the alert. For Percent Change alerts, also select the time window (1h or 24h).
  </Step>

  <Step title="Select a delivery channel">
    Choose one or more notification channels: Browser, Email, or Telegram.
  </Step>

  <Step title="Confirm the alert">
    Click **Create Alert**. The bell icon on the pair page turns solid to indicate an active alert is set.
  </Step>
</Steps>

### Delivery Channels

<CardGroup cols={2}>
  <Card title="Browser Notifications" icon="bell">
    Delivered via your browser's native notification system. Grant DexUtils notification permission when prompted. Works on desktop and mobile browsers.
  </Card>

  <Card title="Email" icon="envelope">
    Sent to the email address associated with your DexUtils account. Check your spam folder if alerts don't appear in your inbox.
  </Card>

  <Card title="Telegram" icon="paper-plane">
    Receive alerts directly in Telegram via the DexUtils bot. Link your account under **Settings → Notifications → Connect Telegram**.
  </Card>

  <Card title="Multiple Channels" icon="layer-group">
    You can enable more than one delivery channel per alert. All active channels fire simultaneously when the condition is met.
  </Card>
</CardGroup>

<Tip>
  Telegram is the best choice for mobile push notifications. Unlike email, Telegram alerts arrive instantly with no latency and don't require keeping the DexUtils tab open. Link your Telegram account from **Settings → Notifications** before creating alerts.
</Tip>

### Managing Existing Alerts

Go to **Settings → Alerts** to see a full list of your active and paused alerts. From this view you can:

* **Edit** the threshold or delivery channel of any alert
* **Pause** an alert temporarily without deleting it
* **Delete** an alert you no longer need

### Alert Limits by Plan

| Plan     | Max Active Alerts |
| -------- | ----------------- |
| Free     | 3                 |
| Standard | 50                |
| Premium  | Unlimited         |

<Note>
  Paused alerts still count toward your plan limit. Delete alerts you no longer need to free up capacity on Free and Standard plans.
</Note>
