Quick summary
This page explains how to view and manage NFT collections inside a MetaMask hot wallet (extension and mobile), what commonly goes wrong, and practical fixes. I use MetaMask daily and have managed NFTs across Ethereum mainnet, Polygon, and a couple of Layer 2 chains. What I've found: the mobile app gives a smoother NFT browsing experience, while the extension can require manual steps for unusual or newly minted assets.
Who this wallet is best for
- Users who want quick in-wallet NFT viewing and simple transfers on EVM-compatible chains.
- People who already use MetaMask for DeFi and want a single software wallet for tokens and collectibles.
Who should look elsewhere
- Heavy collectors who need advanced gallery features, metadata verification, or native marketplace tooling built into the wallet UI.
- Users holding high-value NFTs who prefer self-custody through hardware wallets or multisig as the primary interface.
What MetaMask supports for NFTs
Supported token standards
MetaMask displays NFTs that follow common EVM-compatible standards: ERC-721 and ERC-1155. It does not natively parse exotic, chain-specific non-EVM formats (so if your NFT lives on Solana or another non-EVM chain, it won't appear here). Short sentence. I once had a token minted on a non-EVM chain and it simply didn't show up.
Where metadata comes from
NFT metadata is usually a JSON record that points to images or media (IPFS, Arweave, HTTPS). MetaMask pulls that metadata (sometimes via third-party indexers). If the metadata URL is offline or requires a pinning service, MetaMask may show a blank placeholder or generic token icon. This is why "nft metadata metamask" problems are common — the wallet is only as good as the metadata pointer in the token contract.
How to view NFTs in MetaMask (step-by-step)
Mobile app (best for viewing)
- Open the MetaMask mobile app and unlock with your passcode or biometric.
- Tap the "NFTs" tab (usually visible in the bottom strip).
- Your collectibles associated with the active account should appear. If an NFT is missing, use the manual import option and enter the token contract address and token ID.
(Screenshot: NFT tab - placeholder)
In my experience the mobile app displays thumbnails faster than the extension. And it's easier when you're on the go.
Browser extension (Chrome and others)
- Open the MetaMask extension and confirm you're on the correct account and network (Ethereum mainnet, Polygon, etc.).
- Look for an NFTs section or choose "Import Tokens" / "Add Collectible" (labels change with releases).
- Add collectible by contract address + token ID if automatic detection fails.
If you're using the Chrome extension specifically (nft metamask chrome), remember that the extension queries the network you have selected. That matters when your NFT lives on Polygon or another L2.
Link: install-extension | install-mobile
Common problems and quick fixes
Problem: NFT not showing in MetaMask wallet.
- Check the active network. Many NFTs live on Polygon or an L2; if you're on Ethereum mainnet you won't see them. (Yes, I've clicked around the wrong network before.)
- Confirm the account address — you might be using a different account.
- Manually add the collectible by contract address and token ID. This resolves many lazy-minted cases.
- If metadata is blank, open the token's URI in a browser to see if the JSON is available (and whether it points to an IPFS hash). If the metadata is missing, MetaMask can't display it.
If these steps fail, follow a targeted guide: how-to-fix-nft-not-showing or nft-troubleshooting.
Using MetaMask with hardware wallets for NFTs
You can connect a Ledger or other hardware wallet to the MetaMask extension and view NFTs held by that account. The hardware device still signs transactions — MetaMask acts as the interface. Note: some contract interactions require extra prompts on the device and may need contract data or blind-sign settings enabled on the device itself (refer to your device docs).
For step-by-step connection help see: connect-ledger and ledger-troubleshooting.
But remember: a hardware wallet protects private keys. It does not magically fix bad metadata or broken contracts.
Sending and receiving NFTs (practical steps)
- Select the NFT in MetaMask (mobile or extension).
- Tap/send. Enter the recipient address — double-check it. One mistake and it's irreversible.
- Choose the correct network and confirm gas fees. EIP-1559-style fee inputs may appear; set a higher priority fee if you need a fast transfer.
- Approve on your hardware device if connected.
A note on gas: transfers on Ethereum mainnet can be expensive. If your NFT is on a Layer 2 like Polygon, fees will be far lower. Plan accordingly.
Security and best practices for NFT owners
- Keep your seed phrase offline and never type it into a website. Protect private keys.
- Use a hardware wallet for high-value NFTs. In my experience, that's the best trade-off between usability and security.
- Revoke unnecessary approvals for marketplace contracts. (Yes, people forget unlimited approvals.) See: revoke-approvals.
- Be cautious when connecting to unknown dApps or clicking links that say "claim" or "list now" — phishing is active in the NFT space. Read more at phishing-scams-and-email-frauds.
Advanced: marketplaces, WalletConnect, cross-chain notes
MetaMask works with WalletConnect in many mobile marketplaces. Want to list on a marketplace that uses WalletConnect? Open the dApp in your phone's browser or use WalletConnect to link. (How do you connect to OpenSea? See how-to-connect-opensea.)
Cross-chain? NFTs rarely move across chains without a bridge. If an NFT was bridged, you may need the bridge UI or the original network selected to see it. See general bridge notes: bridges-cross-chain.
FAQ
Q: Is it safe to keep NFTs in a hot wallet?
A: Hot wallets are convenient. They are less secure than hardware wallets. Store high-value NFTs in hardware wallets or multisig.
Q: How do I revoke token approvals related to an NFT marketplace?
A: Use the revoke tool linked here: revoke-approvals. Don't approve unlimited allowances unless you understand the contract.
Q: What happens if I lose my phone?
A: If you have your seed phrase you can restore your account on another device. Without the seed phrase, you lose access. See backup-and-recovery-options.
Q: Why is my NFT metadata blank?
A: The token's metadata URL may be offline or point to an unpinned IPFS resource. Check the token URI directly or contact the minter.
Conclusion & where to read next
MetaMask lets you view and manage many NFTs inside a single hot wallet interface. The mobile app offers the clearest gallery-like view, while the extension is better when paired with a hardware wallet. I believe this setup works for most collectors who also use DeFi. But if you hold extremely valuable items, pair MetaMask with a hardware wallet or multisig.
For hands-on troubleshooting, start with how-to-fix-nft-not-showing and nft-troubleshooting. To learn about backing up safely, read backup-and-recovery-options.
Ready to check your collection? Open the mobile app or the Chrome extension and verify you're on the right network. And if something looks off, follow the troubleshooting guides linked above.