> 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/nova-ai-agent/zadao-ecosystem.md).

# ZADAO Ecosystem

Nova is your gateway to the [Zero Authority DAO](https://zeroauthoritydao.com) ecosystem. Search bounties, gigs, grants, quests, and contributor profiles — all from chat.

***

### Bounties

Find and explore bounties posted on ZADAO.

**Example prompts:**

> *"Show me active bounties"*\
> \&#xNAN;*"Search bounties about smart contracts"*\
> \&#xNAN;*"Details on bounty #1234"*

**What you'll get:**

* Bounty title, description, and requirements
* Status (open, in review, completed)
* Reward amount and deadline
* Submissions and winners
* Filter by category or organization

***

### Gigs

Browse the gigs marketplace for freelance opportunities.

**Example prompts:**

> *"Show me available gigs"*\
> \&#xNAN;*"Any design gigs open?"*\
> \&#xNAN;*"Details on this gig"*

**What you'll get:**

* Gig listings with status
* Service category and description
* Pricing and availability

***

### Grants

Track grant programs and project funding.

**Example prompts:**

> *"Active grants on ZADAO"*\
> \&#xNAN;*"Show me grant details for project X"*

**What you'll get:**

* Grant details and milestones
* Funding progress
* Project category and status

***

### Quests

Discover structured missions with REP rewards.

**Example prompts:**

> *"What quests are active right now?"*\
> \&#xNAN;*"Show me details for this quest"*\
> \&#xNAN;*"Any quests about development?"*

**What you'll get:**

* Quest title, campaign, and deadline
* REP rewards and NFT reward status
* Activities/subtasks to complete
* Completion requirements

***

### Ecosystem Events

Browse and monitor Stacks ecosystem events — meetups, hackathons, conferences, and virtual community calls.

**Example prompts:**

> *"What Stacks events are coming up?"*\
> \&#xNAN;*"Show me virtual events"*\
> \&#xNAN;*"Any past events?"*\
> \&#xNAN;*"Search events about Bitcoin"*

**What you'll get:**

* Event title, date, and time
* Virtual vs in-person with location or meeting link
* Host information and attendee count
* Token staking requirements (if any)
* On-chain attendance badges
* Set up alerts: *"Alert me about new events"*

***

### SIP Governance

Track Stacks Improvement Proposals and CAB (Consideration Advisory Board) voting.

**Example prompts:**

> *"What's the status of SIP-032?"*\
> \&#xNAN;*"Show me all SIPs"*\
> \&#xNAN;*"Are there any open CAB votes?"*\
> \&#xNAN;*"Show me SIP governance stats"*

**What you'll get:**

* SIP details: title, status, type, authors, abstract
* CAB voting state: open/closed, vote tallies (yes/no/abstain)
* Links to GitHub PRs and forum discussions
* Aggregate stats (total SIPs, open votes, CAB groups)
* Set up alerts: *"Alert me when CAB voting opens"*

***

### Contributor Profiles

Look up ZADAO community members.

**Example prompts:**

> *"Search for users with Clarity experience"*\
> \&#xNAN;*"Show me the profile for username123"*

**What you'll get:**

* User profile and bio
* Bounties won and services offered
* Achievements and reputation

***

### ZADAO Documentation

Ask Nova about how the platform works.

**Example prompts:**

> *"How do bounties work on ZADAO?"*\
> \&#xNAN;*"What is REP?"*\
> \&#xNAN;*"How do I submit to a bounty?"*

**What you'll get:**

* Explanations of ZADAO concepts
* Platform documentation and guides
* Platform statistics (total bounties, gigs, users, grants)


---

# 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://docs.zeroauthority.xyz/nova-bot/nova-ai-agent/zadao-ecosystem.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.
