> For the complete documentation index, see [llms.txt](https://docs.minswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minswap.org/faq/token-launching-and-farming/2.-coinmarketcap-tracking.md).

# 2. CoinMarketCap Tracking

[As was announced in the beginning of July on our Twitter](https://twitter.com/MinswapDEX/status/1542850619152662529?s=20\&t=Jia_fXbexrqo5N5Hgbtj_g), Cardano Native Tokens no longer need to list on a CEX to get tracked on [CoinMarketCap](https://coinmarketcap.com/), projects can list their tokens on Minswap DEX to get tracked automatically on CMC.

## How does it work?

1\. First, go to [**Submit a request on CMC**](https://support.coinmarketcap.com/hc/en-us/requests/new?ticket_form_id=360000493112) and submit your token for listing. The process should be pretty quick if you provide all information correctly.

2\. Second, when you apply, on the **Contract Address field**, you need to fill in the concatenation of your policy ID and asset name in *hex format*. This is important to correctly map your token and Minswap price feeds data.\
\
You can see the below snippet for an example:

![](https://lh6.googleusercontent.com/L1h_Q6JaF9hvModwZYHzQERVmnmmGS70qmf9e78RxivbbJ-KPGIsrBJ2SAXMbCwz3l-xygM8gDYqX2oGKXtSZuBW7d4YN9XqX_dA065tF8_4A3TkQBumuCNE86OZcoF-JLAt8g0_levR)

![](https://lh3.googleusercontent.com/WCFnDx-aTVU1AEB-UVzHQyqz824YlqcXR9oMC6BMvqjfIf3_0Vbx_XV9-7LiqvofkfoU0R40NtOLufmbC22lkmR-K2jRIaScXqLtqnD23mCSUARdt3-K4NMFTcHhtcO6xsc1YozGcRwi)

## Example with MIN Token

Lets have a look at the Minswap Token for an example.\
\
Minswap token (MIN): <https://cardanoscan.io/token/29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c64d494e\\>
\
Policy ID: 29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c6\
\
Asset name (hex): 4d494e\
\
\=> Contract address: 29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c64d494e

*An easy way to get the contract address is to look at the Cardanoscan URL of your token.*


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.minswap.org/faq/token-launching-and-farming/2.-coinmarketcap-tracking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
