# Wallet Tracker Alerts

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

| Plan    | Address Limit | Custom Labels |
| ------- | ------------- | ------------- |
| Free    | 1 addresses   | --            |
| Premium | 300 addresses | Yes           |

***

### What You'll Get Notified About

Each wallet notification includes:

| Field            | Description                                   |
| ---------------- | --------------------------------------------- |
| Tracked Address  | The address (shortened), or your custom label |
| Transaction Type | Token transfer, contract call, etc.           |
| Contract ID      | The contract involved (if applicable)         |
| Function Name    | The function called (if applicable)           |
| Description      | Human-readable summary of the transaction     |
| Explorer Link    | Direct link to view the transaction on-chain  |

### Setup Wallet Tracker on Telegram

1. **Start Tracker Setting Process:**
   * Use the `/nova` command and select **"Wallet Tracker"**.
2. **Follow the command steps:**
   * Toggle notifications on/off
   * Enter the **Stacks address** to track (e.g., `SP1ABCD...`)
   * **Premium only:** Add a custom label for the address
   * Review and confirm
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the wallet tracker successfully.

***

### Setup Wallet Tracker on Discord

1. **Start Tracker Setting Process:**
   * Use the `/nova` command and select **"Wallet Tracker"**.
2. **Follow the command steps:**
   * Toggle notifications on/off
   * **SKIP IF DM:** Select a "Channel" where to receive wallet notifications
   * Confirm blockchain (Stacks)
   * Enter the **Stacks address** to track
   * **Premium only:** Add a custom label for the address
   * Review and confirm
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the wallet tracker successfully.

***

{% 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/wallet-tracker-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.
