> For the complete documentation index, see [llms.txt](https://taro-wallet.gitbook.io/taro-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taro-wallet.gitbook.io/taro-wallet/faq.md).

# FAQ

### What is taro web wallet ?

Taro web wallet is a website that allows you to securelly access taro protocol without the need to operate Lnd, Tarod, Bitcoind or any other software required. Taro wallet is custodial as of now.

### What is Taro?

[Taro protocol](https://docs.lightning.engineering/the-lightning-network/taro/taro-protocol) is a cryptographics protocol based on Merke trees and Schnorr signatures that allows for representation of alternative currencies and non-fungible tokens (NFTs) on Bitcoin blockchain. Taro protocol is not to be confused with and not related to other projects such as [TaroVerse](https://www.taroverse.com) or [$TARO](https://robotera.io/#/pre-sale?lang=en) .

### Do assets in Taro wallet have value ?

No. Taro wallet is now only operating on [Bitcoin testnet](https://en.bitcoin.it/wiki/Testnet).

### Why is minting of Taro assets taking so long ?

Minting of assets requires creation of a Taproot transaction on Bitcoin blockchain. Bitcoin block time is 10 minutes and it can be sometimes even longer on testnet where Taro wallet is currently running. Taro wallet also currently doesnt allow for minting of multiple assets at the same time meaning that minting can be stuck in a queue. Expect that minting of a new Taro asset can last anywhere from 10 minutes to 1 hour.

### How can I obtain taro asset to trade ?

When you create your Taro Wallet account you will be provided a certain amount of free testnet Bitcoin. This is possible as testnet BTC has no underlying value. You can exchange this BTC for Taro assets by clicking on the Exchange button in the right menu and picking a currency or NFT you would like to exchange.

### Why is it not possible to use the faucet with Taro Wallet ?

As of March 8, 2023 tarod does not support sending of assets to the same wallet. Taro Wallet is based on tarod and therefore as of now you cannot use the faucet to send Taro assets to Taro wallet accounts. Faucets are intended for testing of your own tarod nodes.

### Why is the genesis bootstrap info so long ? - 2000+ characters ?

This is because Taro Wallet currently includes asset metadata such as asset image into genesis bootstrap info.

### Have more questions ?

For more questions please reach out to me on telegram. My account is [snow88488](https://t.me/snow88488).


---

# 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:

```
GET https://taro-wallet.gitbook.io/taro-wallet/faq.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.
