> For the complete documentation index, see [llms.txt](https://docs.lightning.engineering/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lightning.engineering/lightning-network-tools/taproot-assets.md).

# Taproot Assets

The Taproot Assets Daemon `tapd` implements the [Taproot Assets protocol](/the-lightning-network/taproot-assets/taproot-assets-protocol.md) (formerly Taro) for issuing assets on the Bitcoin blockchain. Taproot Assets leverages Taproot transactions to commit to newly created assets and their transfers in an efficient and scalable manner. Multiple assets can be created and transferred in a single bitcoin UTXO, while witness data is transacted and kept off-chain.

{% content-ref url="/pages/y3B2oRrmVQH5Ptoakf0Q" %}
[Get Started](/lightning-network-tools/taproot-assets/get-tapd.md)
{% endcontent-ref %}

{% content-ref url="/pages/wGObotJmUY2CWocrbc3K" %}
[First Steps](/lightning-network-tools/taproot-assets/first-steps.md)
{% endcontent-ref %}

{% content-ref url="/pages/VOEkDyzjUSsVhpHyH7t2" %}
[Taproot Assets Channels](/lightning-network-tools/taproot-assets/taproot-assets-channels.md)
{% endcontent-ref %}

{% content-ref url="/pages/ffC11bWmwYUkzJ6Lh4ys" %}
[Asset Decimal Display](/lightning-network-tools/taproot-assets/decimal-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/FpzaABHbEMHKJBeVnv60" %}
[RFQ](/lightning-network-tools/taproot-assets/rfq.md)
{% endcontent-ref %}

{% content-ref url="/pages/2AJXeF4OOwdIv6tpWWNn" %}
[Collectibles](/lightning-network-tools/taproot-assets/collectibles.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZHPCttPTV8nwH7SxXHes" %}
[Universes](/lightning-network-tools/taproot-assets/universes.md)
{% endcontent-ref %}

{% content-ref url="/pages/CtLLRq5cYiYCqJnUi6f5" %}
[Asset Loop](/lightning-network-tools/taproot-assets/asset-loop.md)
{% endcontent-ref %}

{% content-ref url="/pages/MzSHyLT2tJlVyiD8PJUG" %}
[Debugging Tapd](/lightning-network-tools/taproot-assets/debugging-tapd.md)
{% endcontent-ref %}

{% content-ref url="/pages/XiI7rF1FYmMr9uyL4O89" %}
[Lightning Polar](/lightning-network-tools/taproot-assets/polar.md)
{% endcontent-ref %}

{% content-ref url="/pages/v1c6gbtAbjGhJAFXRobb" %}
[Operational Safety Guidelines](/lightning-network-tools/taproot-assets/operational-safety-guidelines.md)
{% endcontent-ref %}


---

# 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.lightning.engineering/lightning-network-tools/taproot-assets.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.
