# NFT Activity Alerts

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

| Plan    | Collection Limit |
| ------- | ---------------- |
| Free    | 10 collections   |
| Premium | 100 collections  |

***

### What You'll Get Notified About

Choose which event types you want to receive:

| Event Type       | Description                                              |
| ---------------- | -------------------------------------------------------- |
| **Buys / Sales** | An NFT in the collection was purchased                   |
| **Listings**     | An NFT was listed or unlisted on a marketplace           |
| **Offers**       | A new offer was placed on an NFT or the collection       |
| **Mints**        | A new NFT was minted (only if set up before mint starts) |

Each notification includes the NFT name/ID, price in STX, seller/buyer addresses, and marketplace info.

{% hint style="success" %}
**Mint alerts** are automatically included if you set up tracking **before** the collection starts minting. No extra configuration needed.
{% endhint %}

***

### Setup NFT Activity Tracker on Telegram

1. **Start Tracker Setting Process:**
   * Use the `/nova` command and select **"NFT Activity"**.
2. **Follow the command steps:**
   * Toggle notifications on/off
   * Enter the NFT collection's **smart contract address**
   * Select which notification types to enable (buys, listings, offers)
   * Review and confirm
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the NFT activity tracker successfully.

***

### Setup NFT Activity Tracker on Discord

1. **Start Tracker Setting Process:**
   * Use the `/nova` command and select **"NFT Activity"**.
2. **Follow the command steps:**
   * Toggle notifications on/off
   * Confirm blockchain (Stacks)
   * Enter the NFT collection's **smart contract address**
   * For each notification type (buys, listings, offers):
     * Choose Yes/No
     * **SKIP IF DM:** Select a "Channel" where to receive that notification type
   * Review and confirm
3. **Success Confirmation:**

   * If you see the success message, congratulations!
   * You've set the NFT activity tracker successfully.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>On Discord, you can route <strong>each event type to a different channel</strong> — for example, buys in #sales and listings in #marketplace.</p></div>

***

{% 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/nft-activity-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.
