# Smart Alerts

{% hint style="info" %}
Smart Alerts are different from the notification commands (`/nova`, `/bounty`, `/quest`, etc.). Those are toggle-based. Smart Alerts are **condition-based** — they trigger only when your specific criteria are met.
{% endhint %}

***

### How It Works

Simply describe the alert you want in plain English:

> *"Alert me when STX goes above $2"*\
> \&#xNAN;*"Notify me if there's a whale transfer over $100k on Stacks"*\
> \&#xNAN;*"Tell me when a new contract is deployed by SP123..."*

Nova will create a monitored alert that checks conditions and notifies you when triggered.

***

### Alert Types

You can create alerts for a wide range of blockchain events:

| Alert Type              | Example                                               |
| ----------------------- | ----------------------------------------------------- |
| **Price threshold**     | *"Alert me when WELSH drops below $0.001"*            |
| **Price change (%)**    | *"Notify me if STX moves more than 10% in an hour"*   |
| **Whale transfers**     | *"Watch for STX transfers over $50,000"*              |
| **DEX activity**        | *"Alert on swaps over $10k on ALEX"*                  |
| **New token pairs**     | *"Tell me when new pools are created"*                |
| **NFT events**          | *"Alert when floor price changes on Bitcoin Puppets"* |
| **Contract deployment** | *"Notify me of new contracts deployed on Stacks"*     |
| **SIP governance**      | *"Alert me on SIP status changes"*                    |
| **CAB voting**          | *"Notify me when CAB voting opens on any SIP"*        |
| **Ecosystem events**    | *"Alert me about new Stacks events"*                  |
| **Block height**        | *"Alert me when Stacks hits block 200,000"*           |
| **Bitcoin fees**        | *"Notify me when BTC fees drop below 10 sat/vB"*      |
| **Wallet balance**      | *"Watch this address for balance changes"*            |
| **Stacking cycle**      | *"Alert on PoX cycle events"*                         |

***

### Managing Your Alerts

**Example prompts:**

> *"Show my active alerts"*\
> \&#xNAN;*"Pause alert #3"*\
> \&#xNAN;*"Resume all my alerts"*\
> \&#xNAN;*"Delete the whale alert"*\
> \&#xNAN;*"Update my STX price alert to $3"*\
> \&#xNAN;*"Show alert trigger history"*

***

### Free vs Premium

|                                | Free   | Premium  |
| ------------------------------ | ------ | -------- |
| Max alerts                     | 2      | 50       |
| Conditions per alert           | 1      | Up to 10 |
| Cooldown between triggers      | 1 hour | 1 minute |
| Composable conditions (AND/OR) | --     | Yes      |
| Time windows (UTC hours)       | --     | Yes      |
| Digest mode (daily summary)    | --     | Yes      |
| Smart templates                | --     | Yes      |

***

### Premium Features

#### Composable Conditions

Combine multiple conditions with AND/OR logic:

> *"Alert me when STX is above $2 AND 24h volume is over $1M"*

#### Time Windows

Restrict alerts to specific hours:

> *"Only alert me between 9am and 5pm UTC"*

#### Digest Mode

Receive a daily summary instead of real-time alerts:

> *"Switch my whale alerts to digest mode"*

#### Smart Templates

Save and reuse alert configurations:

> *"Save this alert setup as a template"*\
> \&#xNAN;*"Create alert from my whale-watch template"*
