> 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/bitcoin-and-ordinals.md).

# Bitcoin & Ordinals

Nova connects you to the full Bitcoin ecosystem — from basic address lookups to deep dives into Ordinals, BRC-20 tokens, Runes, and the Lightning Network.

***

### Bitcoin Address & Balance

Check any Bitcoin address instantly.

**Example prompts:**

> *"What's the balance of bc1q...?"*\
> \&#xNAN;*"Show me the full portfolio for this address"*

**What you'll get:**

* BTC balance and spendable amount
* BRC-20 token holdings with USD values
* Runes holdings
* Ordinals inscriptions owned
* UTXO count and mempool transactions

***

### Ordinals & Inscriptions

Explore the world of Bitcoin inscriptions.

**Example prompts:**

> *"Look up inscription #12345"*\
> \&#xNAN;*"What inscriptions does this address own?"*\
> \&#xNAN;*"Show me the Bitcoin Puppets collection"*\
> \&#xNAN;*"What's the floor price of NodeMonkes?"*

**What you'll get:**

* Inscription content, sat number, and owner
* Collection floor prices, volumes, and sales data
* Holder distribution analysis
* Marketplace listings
* Activity history

***

### BRC-20 Tokens

Track Bitcoin's fungible token standard.

**Example prompts:**

> *"What BRC-20 tokens does this address hold?"*\
> \&#xNAN;*"Show me info about the ORDI token"*\
> \&#xNAN;*"Trending BRC-20 tokens"*

**What you'll get:**

* Token supply, holders, and market stats
* Trending tokens ranked by activity
* Trading volume and marketplace listings

***

### Runes

Monitor Bitcoin's latest token protocol.

**Example prompts:**

> *"What Runes does this address hold?"*\
> \&#xNAN;*"Tell me about the DOG rune"*\
> \&#xNAN;*"Show trending Runes"*

**What you'll get:**

* Rune supply, holders, and market cap
* Top holder analysis
* Trading volume and stats
* Activity feed

***

### Sats & Rarity

Discover rare and special satoshis.

**Example prompts:**

> *"What's special about sat 1234567890?"*\
> \&#xNAN;*"Is this sat rare?"*

**What you'll get:**

* Rarity classification (Common, Uncommon, Rare, Epic, Legendary, Mythic)
* Special properties (Palindrome, Pizza, Nakamoto, etc.)
* Inscriptions on the sat

***

### Lightning Network

Get stats on Bitcoin's Layer 2 payment network.

**Example prompts:**

> *"Lightning Network stats"*\
> \&#xNAN;*"Top Lightning nodes"*

**What you'll get:**

* Total capacity, channel count, node count
* Top nodes by capacity and connectivity

***

### Bitcoin Network Data

Monitor the Bitcoin network itself.

**Example prompts:**

> *"Current Bitcoin fee estimates"*\
> \&#xNAN;*"What's the hash rate?"*\
> \&#xNAN;*"Mining difficulty prediction"*

**What you'll get:**

* Fee estimates (high, medium, low priority)
* Hash rate and difficulty
* Mining pool distribution
* Block height and node count

***

### Bitcoin News

Stay informed about the Bitcoin ecosystem.

**Example prompts:**

> *"Latest Bitcoin Optech newsletter"*\
> \&#xNAN;*"Ordinals news"*\
> \&#xNAN;*"What's happening with Runes?"*

**What you'll get:**

* Bitcoin protocol development updates
* Ordinals and inscriptions news
* Runes protocol updates
* BRC-20 market news


---

# 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/bitcoin-and-ordinals.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.
