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

# Token Listing Tutorial

If you are interested in listing your token on our DEX, you must follow these steps:

1. Make a Pull request into this [repo](https://github.com/milkyswap/default-token-list)

   * It must only edit `tokens/milkomeda.json`
   * You must include all details of your token as a json payload. For example:

   {

   &#x20;   "chainId": 2001,

   &#x20;   "address": "0x063A5E4cD5e15ac66ea47134Eb60e6b30A51B2bf",

   &#x20;   "name": "MilkySwap Token",

   &#x20;   "symbol": "MILKY",

   &#x20;   "decimals": 18,

   &#x20;   "logoURI": "<https://www.milkyswap.exchange/images/tokens/milky-square.png>"

   &#x20; }
2. Verify the contract on [C1 Milkomeda Explorer](https://explorer-mainnet-cardano-evm.c1.milkomeda.com)

{% hint style="warning" %}

#### Disclaimer

Note filing an issue does not guarantee addition to this [default token list](https://github.com/milkyswap/default-token-list). We do not review token addition requests in any particular order and we do not guarantee that we will review your request to add the token to the default list.
{% endhint %}
