# Nova AI Agent

{% hint style="success" %}
Nova is available on **Discord**, **Telegram**, and the **Web Widget**. Mention the bot or reply to any of its messages to start a conversation.
{% endhint %}

***

### How to Talk to Nova

Simply mention **@NovaBot** in a Discord channel, reply to one of its messages, or send a direct message. On Telegram, just mention **@NovaAITheBot** in any group where Nova is active or DM the bot directly.

**You don't need special syntax.** Ask naturally:

> *"What's the current STX price?"*\
> \&#xNAN;*"Show me trending Stacks tokens"*\
> \&#xNAN;*"Search for active bounties about design"*\
> \&#xNAN;*"What's happening with Bitcoin fees right now?"*

Nova will figure out the intent, pick the right tools, and respond with accurate, sourced data.

***

### What Nova Can Do

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Stacks Blockchain</strong></td><td>Token prices, DeFi analytics, smart contract lookups, network status, transaction details</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr><tr><td><strong>Bitcoin &#x26; Ordinals</strong></td><td>Address balances, inscriptions, BRC-20 tokens, Runes, Lightning Network stats, mining data</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr><tr><td><strong>Market Intelligence</strong></td><td>Trending tokens, whale tracking, P&#x26;L analysis, portfolio views, DEX pool data</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr><tr><td><strong>ZADAO Ecosystem</strong></td><td>Bounties, gigs, grants, quests, user profiles, documentation</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr><tr><td><strong>News &#x26; Research</strong></td><td>Bitcoin Optech, ecosystem updates, SIP proposals, market news</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr><tr><td><strong>Smart Alerts</strong></td><td>Create custom conditional alerts for prices, whales, contracts, and more</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr><tr><td>Governance &#x26; Events</td><td>SIP tracking, CAB voting, ecosystem events, governance alerts</td><td><a href="https://nova.zeroauthoritydao.com/images/nova_banner.png">https://nova.zeroauthoritydao.com/images/nova_banner.png</a></td></tr></tbody></table>

***

### Tips for Best Results

* **Be specific** — *"What's the floor price for Bitcoin Puppets?"* works better than *"tell me about NFTs"*
* **Provide context** — Include contract addresses, token names, or wallet addresses when you have them
* **Ask follow-ups** — Nova remembers your conversation context, so you can drill deeper
* **Use natural language** — No need for special commands or syntax when chatting with Nova

***

### Limits

|                   | Free       | Premium   |
| ----------------- | ---------- | --------- |
| Daily AI messages | 10         | 100       |
| Cooldown          | 10 seconds | 5 seconds |
| Smart alerts      | 2          | 50        |


---

# 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/nova-ai-agent.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.
