> 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/how-to-mint-taproot-assets.md).

# How to mint Taproot assets

## Minting a TAP currency

Press [Mint New Asset ](https://testnet.tarowallet.net/walletapp/currencies/mint/)on the left menu. Fill out the required information including acronym, asset name, asset description, asset supply and the picture representing the asset. The press the create button.

You have an option to either mint a currency or an NFT / Collectible.&#x20;

<figure><img src="/files/qFwf6FzmCgMuiQm2YfGM" alt=""><figcaption><p>Mint new asset </p></figcaption></figure>

After you press the create button you will be redirected to the minting transaction.

<figure><img src="/files/GcffvDBWMmkh30hsIHzl" alt=""><figcaption><p>Taro minting transaction</p></figcaption></figure>

Minting of a new currency can take between 10 minutes to 1 hour depending on the on-chain conditions and the minting queue in our system.&#x20;

To monitor the procgress of the minting you may click on the TX ID which will redirect you to block explorer website for the minting transaction.

The wallet considers minting as successful after 7 confirmations.

After the minting of the Taro asset is finished the spinning wheel will be replaced with success message.

<figure><img src="/files/bTQ8SpzJ7JBZH32uoND7" alt=""><figcaption><p>Minting finished</p></figcaption></figure>

You should now be able to see the newly minted currency or NFT in your wallet.


---

# 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/how-to-mint-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.
