Panda Academy
  • Solana
  • Sui Network
  • TON Network
  • Ethereum
  • BSC
  • TRON
  • Q&A Community
    • Ask
  • English English
    • 中文 (中国) 中文 (中国)
    • 中文 (繁體) 中文 (繁體)
Sign in Sign up
  1. Panda AcademyHome
  2. Knowledge

How to Add Token Logo in MetaMask?

pandatool • 2025年5月15日 16:02 • Knowledge

By following the user manual and developer integration approaches above, you can ensure your token—and its logo—appear correctly in MetaMask.

If a token is already indexed by major platforms (e.g. CoinGecko, CoinMarketCap, Etherscan), you can use their “Add to MetaMask” buttons to import both the token and its official logo. If the token isn’t yet indexed—or you want full control over the appearance—integrate MetaMask’s wallet_watchAsset API in your own website or DApp to prompt users to add the token with your custom logo.

如何在小狐狸钱包里给代币添加logo?

I. Quick Manual Methods for Users

1. Via CoinGecko

  1. Open the token’s page on CoinGecko.

  2. Click the “Add to MetaMask” (fox icon) button.

  3. Confirm in the MetaMask popup to import the token and its logo.

Tip: Supported on both desktop and mobile; on mobile, open CoinGecko in MetaMask’s built‑in browser.

2. Via CoinMarketCap

  1. Visit the token’s detail page on CoinMarketCap.

  2. Click the fox icon next to the token name.

  3. Confirm in the wallet popup to add the token and logo.

如何在小狐狸钱包里给代币添加logo?

3. Via Block Explorers (Etherscan, BscScan, Polygonscan, etc.)

  1. Navigate to the token’s contract page on the relevant explorer.

  2. From the “More” menu, select “Add token to MetaMask.”

  3. Confirm in the MetaMask dialog to import the logo along with the token.

如何在小狐狸钱包里给代币添加logo?

Note: If the explorer itself doesn’t yet display a logo, you must first submit the logo (via PR or support request) to that explorer.

II. Automatic Integration for Developers (EIP‑747)

Token issuers or DApp developers can leverage MetaMask’s wallet_watchAsset RPC to trigger an “Add Asset” popup with your custom logo.

1. API Overview

  • Method: wallet_watchAsset

  • Standard: EIP‑747 (Ethereum Improvement Proposal)

  • Purpose: Prompts MetaMask to add a specified token (with logo) to the user’s asset list.

2. Example Code

const tokenAddress = “0xYourTokenContractAddress”;
const tokenSymbol = “SYM”; // ≤5 characters
const tokenDecimals= 18; // decimals
const tokenImage = “https://yourdomain/logo.png”; // must use HTTPS

try {
const wasAdded = await window.ethereum.request({
method: “wallet_watchAsset”,
params: {
type: “ERC20”, // or other supported types
options: {
address: tokenAddress,
symbol: tokenSymbol,
decimals: tokenDecimals,
image: tokenImage,
},
},
});
if (wasAdded) {
console.log(“Token successfully added to MetaMask!”);
} else {
console.log(“User rejected the request.”);
}
} catch (error) {
console.error(“Failed to add token:”, error);
}

This also works for experimental NFT support and other EVM‑based tokens.

III. Important Notes

  • HTTPS Logo: The image URL must use HTTPS.

  • Network Matching: Ensure the user’s network matches the token’s chain ID.

  • Centralized Indexing: MetaMask’s built‑in search relies on its own database; unlisted tokens still require manual or API methods.

  • Security Reminder: Only add tokens from trusted sources to avoid phishing or fake logos.

By following the user manual and developer integration approaches above, you can ensure your token—and its logo—appear correctly in MetaMask.

© 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/974

。PandaAcademy是PandaTool旗下的Web3学习中心,专注于向普通用户提供区块链和加密货币知识输出
LogoMetamask
Like (1)
pandatool's avatarpandatool
0
Generate poster
What is LetsBonk?How to launch tokens?
Previous 2025年5月14日 20:52
How to display tokens in Tonkeeper wallet?
Next 2025年5月16日 19:55

相关推荐

  • Panda Academy 深度测评:哪家Web3安全审计公司最可靠? Knowledge

    The Smart Contract Audit Gauntlet: A Panda Academy Deep Dive into Top Web3 Security Firms

    Panda Academy compares and evaluates major smart contract auditing and Web3 security firms, analyzing technical depth, toolchain, emergency response capabilities, pricing, and applicable scenarios, and providing purchasing recommendations based on project type.

    pandatool's avatar pandatool
    2025年9月26日
  • 什么是0U转账钓鱼?如何防止转错地址?一篇文章教会你 Knowledge

    When ‘Recent Interactions’ Lie: How 0-Value Lookalikes Steal Funds

    The “0-value + similar tail” phishing pattern is a social-engineering attack amplified by visible on-chain traces.

    pandatool's avatar pandatool
    2025年9月25日
  • 美股代币化风潮:用PandaTool直接购买特斯拉代币xTSLA Knowledge

    Tokenization of US stocks: Trading Tesla token xTSLA with PandaTool

    Tokenized U.S. stocks like Apple and Tesla are now tradable on-chain. xStock enables non-KYC access via Solana wallets. Use PandaTool’s Solana Swap to buy instantly—no middlemen, fast settlement.

    pandatool's avatar pandatool
    2025年7月4日
  • 币圈套利搬砖深度解读:概念、类型与实战策略 Knowledge

    Technical Principles and Operational Guidelines of Blockchain Arbitrage

    Blockchain arbitrage refers to profiting from price discrepancies across markets, platforms, or protocols by buying low and selling high, typically with minimal risk.

    pandatool's avatar pandatool
    2025年4月23日
  • 税率vs滑点:发币项目方必懂的核心区别 Knowledge

    Tax vs Slippage: Key Differences in Token Trading

    What is slippage? What is tax rate? How to set slippage and tax rate? This time, we will use an article to explain these concepts.

    pandatool's avatar pandatool
    2025年6月9日
  • What is a liquidity pool? How does it work? Knowledge

    What is a liquidity pool? How does it work?

    Defi Learning: How Liquidity Pools Work

    pandatool's avatar pandatool
    2025年4月30日
  • 发币必学教程:1分钟快速搭建一个专业的代币官网 Knowledge

    Comprehensive Guide: One-Click Token Website Deployment

    Build Your Project’s Official Site in 60 Seconds — No Coding Required.

    pandatool's avatar pandatool
    2026年3月26日
  • PandaTool Demystifying Liquidity Pools: A Beginner’s Guide Knowledge

    PandaTool Demystifying Liquidity Pools: A Beginner’s Guide

    Liquidity pools power decentralized trading through smart contract-enabled token swaps.

    pandatool's avatar pandatool
    2025年5月20日
  • 如何在imToken钱包显示代币logo和价格? Knowledge

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

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

    pandatool's avatar pandatool
    2025年4月19日
  • 揭秘Flash USDT:一场注定破灭的假U骗局 Knowledge

    Flash USDT Scam: Technical Forgery & Legal Risks

    Flash USDT is a valueless “digital bubble” created through technical abuse and market speculation.

    pandatool's avatar pandatool
    2025年5月23日

Tags

BNB BSC DLMM EIP-7999 IDO Jetton LetsBonk Logo LP MEME OKX PandaTool Pump PumpFun Raydium Solana Sui Token2022 TON TRC20 Tron 代币快照 以太坊 审计 挖矿 混币器 滑点 稳定池 锁池 靓号
Panda Academy
  • Ethereum
  • Solana
  • BSC
  • Sui
  • TRON
  • TON

Copyright © 2025 PandaAcamey Powered by PandaTool