# Token logo

How To Add Token Logo

At Alcor Exchange, we believe in flexibility, allowing projects to seamlessly integrate their tokens into our UI application for broader visibility. Here's a quick guide to get your token listed:

1. **Video Tutorial:**
   * Watch this helpful video tutorial by MikeDCrypto: [Alcor Token Listing Tutorial](https://www.youtube.com/watch?v=pL68Llsr9pA).
   * This video provides step-by-step guidance on adding your token to the eos-airdrops repository.
2. **Fast Track – Direct Pull Request:**
   * For a quicker approach, you can directly submit a pull request in the alcor-ui repository (<https://github.com/alcorexchange/alcor-ui>).
   * Navigate to `assets/tokens/<:chain>/` and add your token following this structure: "<:symbol>\_<:contract>.png" (both names in lowercase).
   * Ensure your token image is 64x64 in size and in .png format.
3. **Legacy Token Information Provider:**
   * Alcor Exchange uses the eos-airdrops repository (<https://github.com/eoscafe/eos-airdrops>) as the default token information provider.
   * To have your project's token listed, simply add it to the eos-airdrops repository. Please note that PR approvals may take some time.
4. **Non-Technical Option – Telegram Request:**
   * If you're not tech-savvy, don't worry! Request token addition in the Alcor Telegram chat: [@alcorexchange](https://t.me/alcorexchange).
   * Our community is here to assist you in the process.


---

# 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.alcor.exchange/adding-token-information/token-logo.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.
