# How to add your token to Market Page

To add your token to the Market Page section of Plasma.Finance:

* Sign in GitHub and open our token-list [Repository](https://github.com/plasmadlt/plasma-finance-market-tokenlist).
* Click “Fork” in the top right corner and wait for the process to complete.&#x20;
* Add your token <mark style="color:blue;">contract\_address.png</mark> image in folder "[Assets](https://github.com/plasmadlt/plasma-finance-token-list/tree/master/assets)" and ensure it fits the requirements in size (256x256 or 512x512 px), file name, background color, etc.
* Add your token data in plasma-finance-market-list.json&#x20;
  * Address contract must be checksummed. To checksum address, use this resource;
  * Add any tag from the next list to your token metadata. You can use up to 3 tags.&#x20;
  * Add “<mark style="color:red;">coingeckold</mark>”, "<mark style="color:red;">cmcID</mark>", "<mark style="color:red;">cmcSlug</mark>" to your token scheme to reflect circulation supply, trading volume, total supply, web links for your token page. Make a new PR (pull request), follow the git command Check our Github For the full guideline Token Page
* Make a new PR (pull request), follow the git command&#x20;

Check our [Github](https://github.com/plasmadlt/plasma-finance-market-tokenlist#plasmafinance---decentralized-market-token-page-list) For the full guideline.


---

# Agent Instructions: 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://docs.plasma.finance/platform-overview/market-news-and-media/how-to-add-your-token-to-market-page.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.
