# Submit Tokens to the IoTeX Ecosystem

If you already [deployed a token on the IoTeX blockchain](/blockchain/build/defi/deploy-tokens.md), and you want it to show up into IoTeX ecosystem tools such as the [block explorer](https://iotexscan.io/) and the official [ioPay wallets](https://iotex.io/iopay), then you can **register your token metadata** into the ecosystem using the link below:

{% embed url="<https://github.com/iotexproject/iotex-token-metadata>" %}

After your submission is accepted, your token metadata will show up in the IoTeX explorer at <https://iotexscan.io/tokens>:

<figure><img src="https://docs.iotex.io/~gitbook/image?url=https%3A%2F%2F448392349-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-MUPHwAAaa4_zIrX70rA%252F-MifsiWiM-0aJPjoMBOB%252F-MifurF28TjC4KPjNGvv%252Fimage.png%3Falt%3Dmedia%26token%3Db1df0eea-f1fb-4817-9888-eccdcd1c07c9&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=cc663747e9de2056998dabf0d93637793d7fd3c8af34f7afadbc704bbba6ece1" alt=""><figcaption><p>Registered Tokens list (iotexscan.io)</p></figcaption></figure>

and in the official [ioPay wallet apps](https://iotex.io/iopay):

<figure><img src="https://docs.iotex.io/~gitbook/image?url=https%3A%2F%2F448392349-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-MUPHwAAaa4_zIrX70rA%252F-MifsiWiM-0aJPjoMBOB%252F-MifwEIgT8CAa7bOyHDi%252Fimage.png%3Falt%3Dmedia%26token%3Df7036c14-81c0-4bba-9b30-151020a4e093&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=7daf1f2ca43222c3e55a9b99d6dde70e4d1672c6e12f39d44bbe49dbb19623bf" alt=""><figcaption><p>Registered Tokens list (ioPay Wallets)</p></figcaption></figure>

Your Dapp, as well as any other ecosystem tool like [iotube](https://iotube.org/) bridge or [mimo](https://mimo.finance/) DEX, can also [fetch the metadata](https://github.com/iotexproject/iotex-token-metadata#usage) and use it in their frontends.


---

# 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.iotex.io/blockchain/build/launch-dapps-on-iotex/submit-tokens-to-the-iotex-ecosystem.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.
