> 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-list-an-asset-on-exchange.md).

# How to list an asset on exchange

This will only work if you have minted or imported at least 1 PAP currency.

## List an asset on the exchange

Click on the Exchange button in the left menu.

<figure><img src="/files/zlCloWQvlHYxwokLmBRX" alt=""><figcaption><p>Taro wallet</p></figcaption></figure>

Once in exchange menu click on the List curency button in the upper menu.

<figure><img src="/files/TANUYVmLGyQCdMMlfkzD" alt=""><figcaption><p>Exchange menu</p></figcaption></figure>

Select the currency you would like to list on the exchange and press offer.

<figure><img src="/files/thkTEJAJ9lTKKQZlPcjg" alt=""><figcaption></figcaption></figure>

After you press the offer button you will see the listed currency.&#x20;

<figure><img src="/files/Tq2jsDRQyYfDS2M0759W" alt=""><figcaption><p>Newly listed currency on exchange</p></figcaption></figure>

At this point the BItcoin in your wallet becomes a liquidity pool. The price of the newly listed currency is equal to `( amount of Satoshis in your wallet ) / ( amount of currency in your wallet )`

&#x20;The newly listed currency will also be visible in the exchange section of the taro wallet website.

<figure><img src="/files/RxUa0gLQ7GQCozcqsXAe" alt=""><figcaption></figcaption></figure>


---

# 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-list-an-asset-on-exchange.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.
