# Premium Alerts

{% hint style="warning" %}
These alerts require an active **Premium subscription**. See Premium for plans and pricing.
{% endhint %}

{% hint style="info" %}
These notifications are available in Telegram groups/Discord servers and via Direct Messages.
{% endhint %}

***

### Available Alert Types

#### Stacks Token/Pair Sniper

Be first to know when new trading opportunities appear.

> Receive a notification when a new DEX Pool or a new Bonding Curve Token is deployed on Stacks.

***

#### Stacks NFT Sniper

Catch new NFT collections the moment they launch.

> Receive a notification when a new NFT Smart Contract is deployed on Stacks.

**Extra option:** Choose whether to receive alerts for **all individual mints** or **only new collection deployments**.

***

#### Stacks Contract Sniper

Track all smart contract activity on the network.

> Receive a notification when a new Smart Contract is deployed on Stacks.

Includes the deployer address and contract source code.

***

#### Whale Transfer Alerts

Follow the big money.

> Receive a notification when whales move large amounts of tokens on the Stacks chain.

***

### Setup Premium Alerts on Telegram

1. **Start Setup Process:**
   * Use the `/premium` command and select **"Notifications Setup"**.
2. **Follow the command steps:**
   * Toggle notifications on/off
   * Select which premium alert types to enable
   * If enabling **NFT Sniper**: choose between all mints or new collections only
   * Review and confirm
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set up premium alerts successfully.

***

### Setup Premium Alerts on Discord

1. **Start Setup Process:**
   * Use the `/premium` command and select **"Notifications Setup"**.
2. **Follow the command steps:**
   * Toggle notifications on/off
   * **SKIP IF DM:** Select a "Channel" where to receive premium notifications
   * Select which premium alert types to enable
   * If enabling **NFT Sniper**: choose between all mints or new collections only
   * Review and confirm
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set up premium alerts successfully.

***

### Summary

| Alert Type        | What It Tracks                       | Configurable Options       |
| ----------------- | ------------------------------------ | -------------------------- |
| Token/Pair Sniper | New DEX pools & bonding curve tokens | Channel only               |
| NFT Sniper        | New NFT contracts & mints            | Show all mints vs new only |
| Contract Sniper   | All new contract deployments         | Channel only               |
| Whale Transfers   | Large STX movements                  | Channel only               |

***

{% hint style="info" %}
You can only run one command session at a time. Use the `/cancel` command to abort a session.
{% endhint %}


---

# 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.zeroauthority.xyz/nova-bot/alerts-setup-guides/premium-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.
