# SIP Governance Alerts

{% hint style="info" %}
SIP governance alerts are set up conversationally through Nova — just describe what you want to monitor. Available on Discord and Telegram.
{% endhint %}

***

### What You'll Get Notified About

| Event                 | Description                                                                |
| --------------------- | -------------------------------------------------------------------------- |
| **SIP Status Change** | A SIP moved between stages (e.g., Draft -> Review -> Accepted -> Ratified) |
| **New SIP Proposed**  | A new SIP appeared in the registry                                         |
| **CAB Vote Opened**   | A Consideration Advisory Board vote was opened for a SIP                   |
| **CAB Vote Closed**   | A CAB vote has concluded — includes yes/no/abstain tallies                 |

**SIP details include:** title, status, type (Meta/Consensus/Standard), consideration area, authors, abstract, GitHub PR link, and forum discussion link.

**CAB vote details include:** which SIP, voting status (open/closed), vote tallies (yes, no, abstain), and total votes cast.

***

### Setup via Conversation

#### Example Prompts — SIP Status

> *"Alert me to all SIP changes"* *"Notify me when any SIP gets Ratified"* *"Alert me when SIP-034 changes status"* *"Tell me about new SIP proposals"*

#### Example Prompts — CAB Voting

> *"Alert me when CAB voting opens on any SIP"* *"Notify me when CAB votes close"* *"Alert me about all governance activity on SIP-032"* *"Tell me about any CAB voting activity"*

#### What Happens

1. Nova interprets your request and builds the alert conditions
2. Nova confirms: *"I'll set up an alert for CAB voting changes on all SIPs. You'll be notified when any CAB vote opens or closes. Sound good?"*
3. You confirm, and the alert is created
4. Nova polls SIP data every 2 hours and notifies you when conditions match

***

### Condition Fields

| Field                   | Values                                                                                                 | Description                      |
| ----------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------- |
| **sip\_id**             | e.g., `sip-032`, `sip-021`, or `any`                                                                   | Specific SIP or wildcard         |
| **sip\_status**         | `Draft`, `Review`, `Accepted`, `Activation-in-Progress`, `Ratified`, `Withdrawn`, `Rejected`, or `any` | Target status                    |
| **change\_type**        | `status_change`, `new_sip`, `cab_vote_opened`, `cab_vote_closed`                                       | What kind of governance activity |
| **cab\_voting\_status** | `opened`, `closed`, `any`                                                                              | CAB vote state filter            |

***

### Combining Conditions (Premium)

Premium users can combine multiple conditions with AND/OR logic:

> *"Alert me when SIP-034 reaches Ratified status"* (sip\_id = sip-034 AND sip\_status = Ratified) *"Notify me about CAB activity on SIP-032 only"* (sip\_id = sip-032 AND cab\_voting\_status = any)

***

### Browsing SIP Data

You can also ask Nova about SIPs without setting up alerts:

> *"What's the status of SIP-032?"* *"Show me all SIPs"* *"Which SIPs are in activation?"* *"Are there any open CAB votes?"* *"Show me SIP governance stats"*

Nova returns full SIP details including CAB voting state, vote tallies, and links to GitHub and forum discussions.

***

### SIP Lifecycle

```
Draft -> Review -> Accepted -> Activation-in-Progress -> Ratified
                            \-> Withdrawn
                            \-> Rejected
```

CAB voting can occur at various stages and influences whether a SIP advances.

***

### Free vs Premium

|                           | Free   | Premium  |
| ------------------------- | ------ | -------- |
| Max alerts                | 2      | 50       |
| Conditions per alert      | 1      | Up to 10 |
| Cooldown between triggers | 1 hour | 1 minute |
| Composable conditions     | --     | Yes      |
| Time windows              | --     | Yes      |
| Digest mode               | --     | Yes      |


---

# 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/sip-governance-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.
