> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/nova-bot/alerts-setup-guides/bounties-alerts.md).

# Bounties Alerts

Stay on top of bounties from [Zero Authority DAO](https://zeroauthoritydao.com). Get notified when new bounties are posted, submissions come in, and winners are announced.

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

***

### What You'll Get Notified About

| Event                | Description                                                                                    |
| -------------------- | ---------------------------------------------------------------------------------------------- |
| **Bounty Created**   | A new bounty was posted — includes HUB, title, prize, type (single/multi-winner), and deadline |
| **Entry Submitted**  | Someone submitted to a bounty you're tracking (optional)                                       |
| **Bounty Completed** | A bounty was completed — includes winner(s) and prize info                                     |

***

### Setup Bounties Tracker on Telegram

1. **Start Tracker Setting Process:**
   * Use the `/bounty` command to initiate the bounty alerts setting process.
2. **Follow the command steps:**
   * Select "Notifications Setup" option
   * Toggle notifications on/off
   * Choose to receive notifications for new submissions to bounties (yes/no)
   * Choose to receive bounty notifications from specific Bounty HUBs (yes/no)
     * If Yes → Select preferred HUBs from list
   * Review settings and confirm
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the bounty tracker successfully.

{% hint style="warning" %}
Please don't click the HUB selection buttons too quickly — Telegram may temporarily rate-limit excessive interactions.
{% endhint %}

***

### Setup Bounties Tracker on Discord

1. **Start Tracker Setting Process:**
   * Use the `/bounty` command to initiate the bounty alerts setting process.
2. **Follow the command steps:**
   * Select "Notifications Setup" option
   * Toggle notifications on/off
   * **SKIP IF DM:** Select a "Channel" where to receive new bounties notifications
   * Choose to receive notifications for new submissions to bounties (yes/no)
   * **SKIP IF DM:** Select a "Channel" where to receive new submissions notifications
   * Choose to receive bounty notifications from specific Bounty HUBs (yes/no)
     * If Yes → Select preferred HUBs from list
3. **Success Confirmation:**
   * If you see the success message, congratulations!
   * You've set the bounty tracker successfully.

{% hint style="info" %}
On Discord, you can route **bounty alerts** and **submission alerts** to different channels for better organization.
{% endhint %}

***

### Configuration Options

| Option              | Description                                       | Required |
| ------------------- | ------------------------------------------------- | -------- |
| Notification toggle | Turn bounty alerts on or off                      | Yes      |
| Submission alerts   | Also get notified when entries are submitted      | Optional |
| HUB filter          | Only receive bounties from specific organizations | Optional |

***

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/bounties-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.
