How to Submit Your Token Profile to imToken: Requirements & Best Practices

ERC20 Token Profile Submission Guide: Step-by-Step Tutorial for imToken Listing

Many people found that they could not display the token logo or price in the imToken wallet after creating tokens through the PandaTool one-click token issuance tool. What’s going on?

In fact, as a decentralized wallet, imToken will automatically search for the contract address for display as long as it complies with the Ethereum ERC20 standard and has a successful transfer record on the blockchain. There is no problem with listing.

Currently, imToken supports the project party to submit or modify the token information independently. Whether it is the first submission of project information or the modification of token Symbol, Logo and other information, it can be submitted independently through Github. The specific tutorial is as follows:

如何在imToken钱包显示代币logo和价格?

Requirements

  1. Documentation

    • Complete project details and blockchain media coverage, including:

      • Official announcement (with link)

      • Team background

      • Project overview

      • Media coverage

      • Listed exchanges

    • Gas limit for token transfers (default: 60,000).

  2. Authenticity Verification

    • Publish an announcement on your official website or verified social media:
      #imToken# #1636# We are updating XXX token details in imToken. Users will soon see the logo and manage XXX seamlessly.

    • Replace #1636 with your PR number.

  3. Logo Specifications

    • Size: 120×120 pixels

    • Format: PNG with transparent background

    • Centered alignment (see example).

Submission Steps

  1. Fork the Repository

    git clone git@github.com:your-account/token-profile.git  
    cd token-profile/  
    git branch xxx-token  # Branch name (e.g., yourtoken-token)  
    git checkout xxx-token  
  2. Add Token Data

    • Create a JSON file in the erc20 directory named with your checksum token address (e.g., 0x...json).

    • Place the logo in the images directory, named with the checksum address (e.g., 0x...png).

    • Use a Checksum Converter for address formatting.

  3. Submit a PR

     
    git add -A  
    git commit -m "Add xxx token"  
    git push origin xxx-token  
    • Click New Pull Request on GitHub and attach project details + announcement link.

FAQ

  • Price Display: Requires listing on block.cc. Submit an Issue (example: #3565).

  • Duplicate Names: imToken 1.0 adds suffixes (e.g., TFT1, TFT2). Switch to imToken 2.0 for contract-based identification.

  • Contract Updates: Announce changes publicly and submit a new PR. Grayscale old logos.


Get Started:

© Original content by PandaAcademy
Unauthorized reproduction prohibited. Credit required when sharing.
PandaAcademy, a Web3 educational brand by PandaTool, positions as an open skills academy for the Web3 era.

本文由PandaAcademy原创,如若转载,请注明出处:https://academy.pandatool.org/en_US/kn/456

。PandaAcademy是PandaTool旗下的Web3学习中心,专注于向普通用户提供区块链和加密货币知识输出
Like (0)
pandatool's avatarpandatool
Previous 1 day ago
Next 1 day ago

相关推荐

Leave a Reply

Your email address will not be published. Required fields are marked *