# Tiramisu wallet docs

## Tiramisu wallet docs

- [What is Taproot Assets Protocol?](https://taro-wallet.gitbook.io/taro-wallet/what-is-taproot-assets-protocol.md): A simple explanation of Taproot Assets Protocol (TAP) for non-developers
- [How to use the wallet](https://taro-wallet.gitbook.io/taro-wallet/how-to-use-the-wallet.md): Basic instructions on how to use Tiramisu wallet
- [How to mint Taproot assets](https://taro-wallet.gitbook.io/taro-wallet/how-to-mint-taproot-assets.md): How to mint TARO assets using Tiramisu wallet
- [Fee structure](https://taro-wallet.gitbook.io/taro-wallet/fee-structure.md): This page explains how much is Tiramisu wallet charging in fees and what is the reasoning behind the fees.
- [How to list an asset on exchange](https://taro-wallet.gitbook.io/taro-wallet/how-to-list-an-asset-on-exchange.md): A manual on how to list a Taproot Asset Protocol currency on a Tiramisu wallet exchange
- [How to operate a Taro stablecoin](https://taro-wallet.gitbook.io/taro-wallet/how-to-operate-a-taro-stablecoin.md): How to operate a stale coin on Taro Protocol using taro wallet
- [Development roadmap](https://taro-wallet.gitbook.io/taro-wallet/development-roadmap.md): This page describes the plans for further development of Tiramisu wallet
- [Lightning node](https://taro-wallet.gitbook.io/taro-wallet/lightning-node.md): Information about our lightning node
- [FAQ](https://taro-wallet.gitbook.io/taro-wallet/faq.md): Frequently asked questions
- [Wallet API](https://taro-wallet.gitbook.io/taro-wallet/wallet-api.md): Tiramisu wallet exposes an API to allow businesses and coin operators to integrate with us
- [Help wanted](https://taro-wallet.gitbook.io/taro-wallet/help-wanted.md): This page lists different work / help we currently need


---

# 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://taro-wallet.gitbook.io/taro-wallet/what-is-taproot-assets-protocol.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.
