# Taproot Assets

The Taproot Assets Daemon `tapd` implements the [Taproot Assets protocol](https://docs.lightning.engineering/the-lightning-network/taproot-assets/taproot-assets-protocol) (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="taproot-assets/get-tapd" %}
[get-tapd](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/get-tapd)
{% endcontent-ref %}

{% content-ref url="taproot-assets/first-steps" %}
[first-steps](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/first-steps)
{% endcontent-ref %}

{% content-ref url="taproot-assets/taproot-assets-channels" %}
[taproot-assets-channels](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/taproot-assets-channels)
{% endcontent-ref %}

{% content-ref url="taproot-assets/decimal-display" %}
[decimal-display](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/decimal-display)
{% endcontent-ref %}

{% content-ref url="taproot-assets/rfq" %}
[rfq](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/rfq)
{% endcontent-ref %}

{% content-ref url="taproot-assets/collectibles" %}
[collectibles](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/collectibles)
{% endcontent-ref %}

{% content-ref url="taproot-assets/universes" %}
[universes](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/universes)
{% endcontent-ref %}

{% content-ref url="taproot-assets/asset-loop" %}
[asset-loop](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/asset-loop)
{% endcontent-ref %}

{% content-ref url="taproot-assets/debugging-tapd" %}
[debugging-tapd](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/debugging-tapd)
{% endcontent-ref %}

{% content-ref url="taproot-assets/polar" %}
[polar](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/polar)
{% endcontent-ref %}

{% content-ref url="taproot-assets/operational-safety-guidelines" %}
[operational-safety-guidelines](https://docs.lightning.engineering/lightning-network-tools/taproot-assets/operational-safety-guidelines)
{% endcontent-ref %}


---

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