# How list your token

In order for your token to show its logo, you need to add it to our [Assets Repo](https://github.com/taraswap/assets).

-> The assets repo is available and public at <https://github.com/taraswap/assets>

### Steps to add your token logo

1. Get your token's checksum address([checksum converter](https://ethsum.netlify.app/))
2. Add a subfolder with the asset's address as the name
3. Add a square version of the asset's logo to the subfolder
4. Add your asset to the `assets.json` file

### Naming conventions

* All addresses MUST be in checksum format.
* Logos are in square format and MUST be named `logo.png`


---

# 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.taraswap.info/docs/getting-started/how-list-your-token.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.
