# View NFT (3 of 3)

This tutorial is Part 3 of 3 in the NFT Tutorial series, where we view our newly minted NFT. However, you can use the general tutorial for any ERC-721 token using MetaMask, including on Mainnet or any testnet. If you’d like to learn how to mint your own NFT on Findora, you should check out Part 1 of this NFT Tutorial series!

In Part 1, you should already have installed the MetaMask browser extension. However, to view your NFT you must use the mobile version of Metamask (since the browser extension version doesn't support viewing NFTs).

#### Step 1: Install Metamask and Import Seed Phrase[​](https://wiki.findora.org/docs/developers/evm_smart_chain/Mint%20NFTs/p3_viewnfts#step-1-install-metamask-and-import-seed-phrase) <a href="#step-1-install-metamask-and-import-seed-phrase" id="step-1-install-metamask-and-import-seed-phrase"></a>

First, go to your browser's Metamask extension and copy the 12 word `secret recovery phrase`. You can access the recovery phrase via Settings->Security & Privacy->Reveal Secret Recovery Phrase.

![](https://i.imgur.com/GUCvKlD.png)

Next, download and install the [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) version of Metamask on your mobile.

Then, open Metamask on your mobile and select `Import from seed` and enter in the 12 seed words you copied down earlier. Set your password to finish the import process.

![](https://i.imgur.com/mnjo1BC.png)

#### Step 2: Set Metamask Network to [Anvil Testnet](/network-settings/contract-addresses.md)[​](https://wiki.findora.org/docs/developers/evm_smart_chain/Mint%20NFTs/p3_viewnfts#step-2-set-metamask-network-to-anvil-testnet) <a href="#step-2-set-metamask-network-to-anvil-testnet" id="step-2-set-metamask-network-to-anvil-testnet"></a>

On Metamask mobile goto Settings->Networks->Add network. Then add in the network settings for [Findora Anvil Testnet](/network-settings/contract-addresses.md).

![](https://i.imgur.com/G4KU8LM.png)

At the top of Metamask, press the “Wallet” button, after which you’ll be prompted to select a network. As our NFT was minted on the Anvil Testnet, you’ll want to select Anvil as your network.

![](https://i.imgur.com/9vEm85M.png)

#### Step 3: Add Your NFT to MetaMask[​](https://wiki.findora.org/docs/developers/evm_smart_chain/Mint%20NFTs/p3_viewnfts#step-3-add-your-nft-to-metamask) <a href="#step-3-add-your-nft-to-metamask" id="step-3-add-your-nft-to-metamask"></a>

First, find your NFT contract address and ERC-721 token ID (as discussed in Part 2 of the NFT tutorial).

![](https://i.imgur.com/A1DzOWC.png)

Next, go to your Metamask mobile wallet and check that it's set for Anvil Testnet. Select the `NFTs` tab next to the `TOKENS` and click on `Import NFTs` to add the NFT smart contract address and the ERC-721 token ID of your NFT

![](https://i.imgur.com/GRfB0m7.png) ![](https://i.imgur.com/SomRJia.png)

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

![](https://i.imgur.com/BRYuPMF.png)

Congrats! You have successfully minted an NFT, and you can now view it! We can’t wait to see how you’ll take the NFT world by storm!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.findora.org/developers/evm-tools-and-tutorials/mint-nfts/view-nft-3-of-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
