# TNA Whitepaper

## TNA Whitepaper

- [Overview](https://tna-btc.gitbook.io/tna-whitepaper-2/tna-intro/overview.md)
- [Decentralized Names for Bitcoin](https://tna-btc.gitbook.io/tna-whitepaper-2/tna-intro/decentralized-names-for-bitcoin.md)
- [Taproot and Lightning Network](https://tna-btc.gitbook.io/tna-whitepaper-2/tna-intro/taproot-and-lightning-network.md)
- [Supporting Multiple Asset Types](https://tna-btc.gitbook.io/tna-whitepaper-2/tna-intro/supporting-multiple-asset-types.md)
- [Omni-Chain Name Assets](https://tna-btc.gitbook.io/tna-whitepaper-2/tna-intro/omni-chain-name-assets.md)
- [Technical Details](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/technical-details.md)
- [Tech Features](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/technical-details/tech-features.md)
- [Key Components](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/technical-details/key-components.md)
- [Developer APIs](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis.md)
- [Resolution](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/resolution.md)
- [Get Name Info](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/resolution/get-name-info.md)
- [Get Names from an Address](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/resolution/get-names-from-an-address.md)
- [Mint a Name](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/resolution/mint-a-name.md)
- [Burn a Name](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/resolution/burn-a-name.md)
- [Transfer a Name](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/resolution/transfer-a-name.md)
- [Data Availability](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability.md)
- [Get Tree Status](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/get-tree-status.md)
- [Get Proof](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/get-proof.md)
- [Verify Proof](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/verify-proof.md)
- [Add Block Txs](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/add-block-txs.md)
- [Get Block Height](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/get-block-height.md)
- [Get Block Hash](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/get-block-hash.md)
- [Get Block Txids](https://tna-btc.gitbook.io/tna-whitepaper-2/developer-guide/developer-apis/data-availability/get-block-txids.md)
- [TNA Core Overview](https://tna-btc.gitbook.io/tna-whitepaper-2/tna-core/tna-core-overview.md): Ensuring Robust Data Availability for Bitcoin
- [Tokenomics](https://tna-btc.gitbook.io/tna-whitepaper-2/ecosystem/tokenomics.md)
- [Roadmap](https://tna-btc.gitbook.io/tna-whitepaper-2/ecosystem/roadmap.md)
- [TNA FAQ](https://tna-btc.gitbook.io/tna-whitepaper-2/ecosystem/tna-faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tna-btc.gitbook.io/tna-whitepaper-2/tna-intro/overview.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.
