> 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.md).

# Nova AI Agent

Nova is your conversational AI assistant for blockchain and your community — with the deepest coverage of the Bitcoin and Stacks ecosystems, plus support for 60+ EVM chains and Solana. Powered by Claude, Nova understands natural language and has access to **200+ tools** — just ask a question in plain English and get real-time, verified answers.

{% 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 **@Nova** in a Discord channel, reply to one of its messages, or send a direct message. On Telegram, just message 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><tr><td>EVM &#x26; Solana</td><td>Balances, tokens, NFTs, ENS, gas, contract reads across 60+ EVM chains and Solana</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>HyperLiquid</td><td>Balances, tokens, NFTs and infos from the HyperLiquid ecosystem</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>Community</td><td>Engagement stats, contributor leaderboards, member growth, weekly recaps, daily community snacks</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>Nova Guardian</td><td>Passive anti-scam shield — screens every message for social engineering, scam intent, and malicious links, with a flag → delete → mute action ladder</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        |

{% hint style="info" %}
Upgrade to Premium for 10x more daily messages, faster cooldowns, and advanced alert features.
{% endhint %}


---

# 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:

```
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.
