> For the complete documentation index, see [llms.txt](https://blockful.gitbook.io/anticapture/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blockful.gitbook.io/anticapture/getting-started/notification-system.md).

# Notification System

<figure><img src="/files/LfNVG2oF6de8S3E7TCXl" alt=""><figcaption></figcaption></figure>

## \[NOTIFICATION SYSTEM] // Now live on Telegram

Delegates don’t need to worry about forgetting proposals anymore. Real-time alerts help keep quorum strong and participation steady.

<p align="center"><a href="https://t.me/Anticapturebot" class="button primary" data-icon="hand-love">Click to start</a></p>

With the Notification System, you won’t miss a new proposal, the end of a voting period, changes in your voting power, or even risks on the horizon.

You can also add a wallet and follow its activity. If the delegate holding your voting power hasn’t voted on the last 3 proposals, you’ll see it right away and can reconsider.&#x20;

> *"Curious about a specific delegate? If they gain or lose delegations, you’ll see it instantly." –* Sherlock Holmes

The system saves time ⏱️ and brings the signals that matter: **proposals, quorum, wallet activity, and potential risks.** This makes the job of a delegate less of a full-time role and more of an informed, efficient process.

***

### \[HOW TO SET IT UP] Anticapture // Step-by-Step

{% stepper %}
{% step %}

#### **Go to the** [**Anticapture bot**](https://t.me/Anticapturebot)

{% endstep %}

{% step %}

#### **Click on “DAOs”**

{% endstep %}

{% step %}

#### **Select the DAOs you want to follow**

{% endstep %}

{% step %}

#### **Click on “My Wallets” to add custom notifications for a wallet**

{% endstep %}

{% step %}

#### Done!

{% endstep %}
{% endstepper %}

***

## Notifications You'll Receive //

Below is a concise summary of all available notification types, their triggers, and examples.

<details>

<summary><strong>New Proposal</strong></summary>

Trigger: when a new governance proposal is created

</details>

<details>

<summary><strong>Voting Reminders</strong></summary>

Trigger: if user hasn’t voted

Levels:

* 30–35% → 🔔 Early reminder
* 50–55% → ⏰ Mid-period reminder
* 80–85% → 🚨 Urgent reminder

</details>

<details>

<summary><strong>Proposal Finished</strong></summary>

Trigger: when proposal ends

Status:

* ✅ Executed / Succeeded
* ❌ Defeated
* ⏰ Expired
* 🚫 Canceled

</details>

<details>

<summary><strong>Vote Confirmation</strong></summary>

Trigger: immediately after voting

Positions: ✅ For | ❌ Against | ⚪ Abstain

Includes voting power, reason (optional), tx link

</details>

<details>

<summary><strong>Voting Power Changes</strong></summary>

Delegation received / removed

Delegation sent / undelegated

Token transfers (📈 increase / 📉 decrease / ⚡ generic)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://blockful.gitbook.io/anticapture/getting-started/notification-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
