deploya tokenTools / Listing Kit

Add a Logo to an EVM Token

Generate the token list, Trust Wallet files and submission links that put an ERC-20's logo and info on wallets, explorers and DEXs.

Solana

Not available on Solana

Listing Kit does not run on Solana yet. It works on 22 other chains.

See what runs on Solana

How to use Listing Kit

  1. Pick the token's chain in the sidebar, then paste its contract address. If you just deployed it here, this page is already filled in for you.
  2. Press Load from chain to read the name, symbol and decimals off the contract, or type them in. Add the logo URL, description and links.
  3. Copy the token list URL we already host, and import it in a wallet or DEX that supports token lists. Your deployed token is in it automatically.
  4. Download the token list JSON if you want to host your own, on GitHub raw or IPFS, and submit that URL where a registry asks for a list.
  5. For Trust Wallet, download the info.json and open a pull request on the trustwallet/assets repo with it and a 256x256 logo.png at the path shown.
  6. Work through the submission links: the block explorer's Update Token Info form, then CoinGecko, CoinMarketCap and DEXScreener. Each reviews by hand.

Common questions

Why doesn't my token show a logo already?

Because an ERC-20 stores only a name and a symbol on chain, with nowhere for an image. Wallets and explorers read logos from off-chain lists and registries you submit to after launch. That is true of every EVM token on every platform, not just this one.

Do I need a wallet or need to pay anything here?

No. This tool only builds files and links and signs nothing, so there is no wallet connection and no fee. The registries you submit to may have their own requirements, and some charge, but that is on their side.

Will this make my logo appear everywhere automatically?

No, and no tool can. It gets your token into our own public list right away and hands you the exact files and links for the others, but Etherscan, CoinGecko, CoinMarketCap and Trust Wallet all review submissions by hand and some want trading activity first. This removes the guesswork, not the review.

What is the fastest way to get the logo into my own wallet?

Right after deploying, use the Add to your wallet button on the success screen. That prompts your wallet to add the token with its logo immediately. This tool is for getting it in front of everyone else.

On Solana a token's logo goes on chain, and every wallet reads it automatically. An ERC-20 cannot do that: the contract holds only a name and a symbol. So on an EVM chain the logo lives in off-chain places you submit to after launch, and getting it to show is a listing task, not a deploy setting.

There are three audiences, each reading from a different place. Wallets and DEXs read token lists (the tokenlists.org standard) and asset repos like Trust Wallet's. Block explorers read their own token-info form. Aggregators like CoinGecko and CoinMarketCap read their own databases. This tool produces the right file for each and links you straight to the submission, with your token's details already filled in.

Sources