For the complete documentation index, see llms.txt. This page is also available as Markdown.

SIP Governance Alerts

Track Stacks Improvement Proposals (SIPs) and CAB (Consideration Advisory Board) voting activity. Get notified when SIP statuses change, new SIPs are proposed, or CAB votes open and close.

SIP governance alerts are set up conversationally through Nova β€” just describe what you want to monitor. Available on Discord and Telegram.


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

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


SIP and CAB voting data is sourced from the Zero Authority DAO Governance API.

Last updated