---
title: "How to view your NFT in your mobile wallet"
description: "Discover the step-by-step guide on viewing your NFT in your mobile wallet and seamlessly enjoy your digital assets on the go!"
---

# How to view your NFT in your mobile wallet

This tutorial describes how to view an existing an NFT on your Mobile Metamask wallet.

_Estimated time to complete this guide: ~3 minutes_

Plus, be sure to check out the rest of our NFT tutorial series:

- 🌟  [How to mint an NFT using Web3.js](https://www.alchemy.com/blog/how-to-mint-an-nft-using-web3-js)
- 🪄  [How to mint an NFT with Ether.js](https://www.alchemy.com/blog/how-to-mint-an-nft-with-ethers-js)
- 💸  [How to set a price on an NFT](https://www.alchemy.com/blog/how-to-set-a-price-on-an-nft)
- 💻  [NFT minter tutorial: How to create a full stack dApp](https://www.alchemy.com/blog/nft-minter-tutorial-how-to-create-a-full-stack-dapp)

Congrats! You've made it to the shortest and simplest part of our NFT tutorial series:  how to view your freshly minted NFT in your virtual wallet. We'll be using Metamask for this example since it is what we used in the previous two parts.

As a prerequisite, you should already have Metamask on mobile installed, and it should include the account to which you minted your NFT — you can get the app for free on [iOS](https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202), or [Android](https://play.google.com/store/apps/details?id=io.metamask&hl=en_US&gl=US) .

## Step 1: set your network to Ropsten

At the top of the app, press the "Wallet" button, after which you'll be prompted to select a network. As our NFT was minted on the Ropsten network, you'll want to select Ropsten as your network.

<ImageBlock
  src="https://media.alchemy.com/1704628140-set-your-network-to-ropsten.gif"
  alt="MetaMask mobile: switching the network to Ropsten"
  width={222}
  height={480}
  caption="Set your network to Ropsten"
/>

## Step 2: add your collectable to MetaMask

Once you're on the Ropsten network, select the "Collectibles" tab on the right and add the NFT smart contract address and the ID of your NFT— which you should be able to find on [Etherscan](https://www.alchemy.com/dapps/etherscan) based on the transaction hash from your [NFT minted in Part II](/blog/how-to-mint-an-nft-using-web3-js) of our tutorial.

<ImageBlock
  src="https://media.alchemy.com/1704628219-transaction-hash-of-minted-nft.png"
  alt="Etherscan: transaction hash and contract details of the minted NFT"
  width={2846}
  height={1586}
  caption="Transaction hash of minted a NFT"
/>

You may need to refresh a couple times to view your NFT —but it will be there! 😄

<ImageBlock
  src="https://media.alchemy.com/1704628301-view-your-nft-in-your-wallet.gif"
  alt="MetaMask mobile: minted NFT displayed in the Collectibles tab"
  width={222}
  height={480}
  caption="View your NFT in your wallet"
/>

Congrats! You can now view your NFT in your wallet! We can't wait to see how you'll take the NFT world by storm! 🎨🪄🧙🤑🎊
