> For the complete documentation index, see [llms.txt](https://bitroot.gitbook.io/bitroot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitroot.gitbook.io/bitroot/reference/viewing-tokens-in-metamask.md).

# Viewing Tokens in MetaMask

**ERC20 Tokens**

To view ERC20 tokens in MetaMask, the process mirrors that on other EVM chains. For tokens not automatically listed, you’ll need to manually import them into your wallet. Detailed instructions can be found [here ](https://support.metamask.io/manage-crypto/tokens/how-to-display-tokens-in-metamask/).

**ERC721 NFTs**

Viewing NFTs in MetaMask requires manual addition. Follow the steps provided [here ](https://support.metamask.io/manage-crypto/nfts/nft-tokens-in-your-metamask-wallet/) to add and view your NFTs in the wallet.

**TokenFactory & CW20 Tokens**

TokenFactory and CW20 tokens can only be visible in MetaMask if there’s a pointer contract created for it. A pointer contract enables a native Sei token to be linked across CosmWasm and EVM through an ERC20 interface. Once created for a native token, you can import it as an ERC20 token using the steps above.

**CW721 NFTs**

Similarly, CW721 NFTs can only be visible in MetaMask if a pointer contract created for it. Once created, you can import it into your wallet like a standard ERC721 NFT.
