> 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/stacks-blockchain.md).

# Stacks Blockchain

Nova gives you instant access to live Stacks blockchain data. Just ask in plain English — no API keys, no dashboards, no setup required.

***

### Token Prices & DeFi

Ask Nova about any Stacks token to get real-time market data.

**Example prompts:**

> *"What's the price of WELSH?"*\
> \&#xNAN;*"Show me trending Stacks tokens"*\
> \&#xNAN;*"Top gainers on Stacks today"*\
> \&#xNAN;*"What's the liquidity for the STX/ALEX pool?"*

**What you'll get:**

* Current price, market cap, and 24h volume
* Top gainers and losers
* Trending tokens by volume or activity
* DEX pool data (liquidity, volume, OHLC charts)
* Verified token lists to filter out scams

***

### Transaction Lookup

Paste any Stacks transaction ID and Nova will break it down for you.

**Example prompts:**

> *"What happened in this tx? 0x1234..."*\
> \&#xNAN;*"Did this transaction succeed?"*\
> \&#xNAN;*"Explain why this transaction failed"*

**What you'll get:**

* Transaction status (pending, success, failed)
* Events triggered (transfers, contract calls)
* Gas costs and fees
* Error diagnosis for failed transactions

***

### Smart Contracts

Inspect any deployed Stacks smart contract.

**Example prompts:**

> *"Show me the source code for SP123...contract-name"*\
> \&#xNAN;*"What functions does this contract have?"*

**What you'll get:**

* Full Clarity source code
* List of public and read-only functions
* Contract metadata

***

### Network Status

Check the health and state of the Stacks network.

**Example prompts:**

> *"What's the current Stacks block height?"*\
> \&#xNAN;*"Stacks network status"*

***

### Ecosystem News

Stay up to date with the latest developments.

**Example prompts:**

> *"Latest Stacks news"*\
> \&#xNAN;*"Any new SIP proposals?"*\
> \&#xNAN;*"What's Hiro working on?"*

**What you'll get:**

* Development updates from Hiro and Stacks Core
* SIP (Stacks Improvement Proposal) status changes
* Ecosystem announcements


---

# 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/stacks-blockchain.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.
