Adding tokens to MetaMask simply tells the UI to display a balance for a specific contract on the network you've selected. It does not move tokens or create any on-chain transactions. Short sentence. I use MetaMask daily for swapping and tracking small token positions, so I speak from hands-on use.
What I've found: most "missing token" problems are human errors (wrong network, wrong contract, wrong decimals). And yes, fake tokens exist. You have to be careful.
If you need setup basics first, see the desktop and mobile install guides: Setup on desktop and Setup on mobile.
Below are the practical steps. Follow them slowly. Confirm addresses twice.
This is the standard flow for adding ERC-20 tokens. If the symbol or decimals don’t populate, get those values from a block explorer (see next section).
The mobile UI mirrors the extension but the in-app dApp browser can be handy if you’re interacting with a token’s web interface directly. See WalletConnect & mobile browser for more on mobile dApp connections.
How do you verify a token contract address? Use a reputable block explorer for the chain (for Ethereum, Etherscan is the common choice), the official project site, or an audited token registry. Never trust a random address posted in a comment thread.
A quick checklist when you paste a contract address:
If any of these fail, don't import the token until you confirm.
If you need common stablecoin contract addresses on Ethereum mainnet (double-check them before pasting):
0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB480xdAC17F958D2ee523a2206206994597C13D831ec7Always verify the network before adding a stablecoin. USDC and USDT have different contracts on Polygon, BSC, Avalanche, and other chains — so a mainnet address will be wrong on those networks.
Want to hide or remove an unwanted token? But you can remove a token easily.
Renaming a custom token in MetaMask wallet: MetaMask does not let you edit token labels inline after import. To change the displayed token symbol or name, remove the token and re-add it as a custom token, editing the "Token Symbol" field during the add flow. This is how you effectively rename it.
Why do random tokens show up? Two reasons: projects airdrop or send tiny amounts to many addresses (harmless but often worthless), or a malicious contract mints a token with a contract that shows up if you add it. Should you panic? No.
Steps to deal with them:
If tokens aren’t appearing at all: switch networks, confirm the correct contract address, and try the Token balance issues guide for reset steps.
| Feature | Extension (Desktop) | Mobile App |
|---|---|---|
| Add custom token (contract address) | Yes | Yes |
| In-app dApp browser | Limited to injected provider | Full in-app browser + WalletConnect |
| Built-in swap aggregator | Yes | Yes |
| Hide / remove tokens | Yes | Yes |
| NFT display | Limited | Better mobile view |
| Easy network switching | Yes | Yes |
| Quick portfolio overview | Basic | More mobile-friendly |
(Image placeholder: screenshot of add-token screen)
Adding a token is just UI work. Approving a token (giving a contract a token allowance) is a separate on-chain permission and carries risk. I once approved an unlimited allowance to a contract in a rush and had to revoke it — expensive lesson.
Always check the exact allowance when a dApp asks to approve. If you see "Unlimited" or a very large number, consider rejecting and using a smaller allowance. Use a third-party revoke tool (or the guide at Revoke approvals) to clear permissions you no longer need.
For transfers or swaps, watch gas fees and use the EIP-1559 controls if available. Read more on fees: Gas fees & EIP-1559.
See the guides: How to import a token and Token standards for more technical context.
Best fit: active DeFi users who interact with EVM-compatible dApps across chains, want quick swaps and token tracking, and prefer a non-custodial software wallet for daily use.
Look elsewhere if: you store large long-term balances and prefer hardware-level key protection as a default. MetaMask is a hot wallet; pairing it with a hardware wallet is a better pattern for big holdings (see hardware best practices).
Q: Is it safe to keep crypto in a hot wallet? A: Hot wallets are convenient but less secure than hardware wallets. Use a hot wallet for smaller daily balances and a hardware device for larger holdings. Backup your seed phrase and consider separate wallets for trading vs storage (see Backup & recovery options).
Q: How do I revoke token approvals? A: MetaMask does not fully automate all revokes. Use a trusted revoke tool or the guide at Revoke approvals. Revoke any allowances you no longer need.
Q: What happens if I lose my phone? A: Losing your phone doesn’t automatically lose your assets if you kept your seed phrase safe. Restore the wallet on another device using the seed phrase (seed phrase = access). For steps, see Import and recovery.
Q: Can I rename a token in MetaMask? A: You can’t edit a token label after import. Remove it and re-add as a custom token, changing the symbol during the add flow.
Adding and managing tokens in MetaMask is straightforward once you follow one rule: verify the contract and the network before you act. I believe careful verification saves time and avoids loss. In my experience, most token UI problems are fixable (switching networks, re-adding tokens, or resetting the account). But be cautious with approvals.
Next step: if you plan to interact with DeFi regularly, read the swap and approvals guides — start with the Built-in swap guide and the Revoke approvals page.
(Image placeholder: checklist for adding tokens)
Want more on token workflows and security? Browse related guides: Token management, Connect to dApps, and WalletConnect & mobile browser.