# How to view my NFTs in MetaMask?

### ✅ Step 1: Gather Required Information

To manually import an NFT, you’ll need:

* **Contract Address** – The smart contract that minted the NFT
* **Token ID** – The unique identifier for your specific NFT

You can find this information on Mintable or via a block explorer like [Etherscan](https://etherscan.io).

### ✅ Step 2: Open MetaMask

* Launch the **MetaMask extension** in your browser or open the **MetaMask mobile app**
* Log in to the wallet **that holds the NFT**

***

### ✅ Step 3: Navigate to the NFTs Section

* In MetaMask, go to the **“NFTs” tab**
* Scroll down to the bottom

### ✅ Step 4: Import the NFT

#### On Mobile:

1. Tap **“Import NFTs”**

<figure><img src="https://2077242324-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FroeNMrosF7gYgIymjLYO%2Fuploads%2F7noMsOMUXjypS4eplXuS%2Fimage.png?alt=media&#x26;token=317ff3ba-5d1b-44aa-bb3f-f283dbc6db08" alt=""><figcaption></figcaption></figure>

* &#x20;Desktop:

&#x20;

<figure><img src="https://2077242324-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FroeNMrosF7gYgIymjLYO%2Fuploads%2FvkDOvsSxlADj72QvisMS%2Fimage.png?alt=media&#x26;token=02042d30-af01-4e81-8038-669525c79863" alt=""><figcaption></figcaption></figure>

2. Enter the required info:

* **Contract Address**
* **Token ID**

<figure><img src="https://2077242324-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FroeNMrosF7gYgIymjLYO%2Fuploads%2FlSJ895088O3YmIprsiYM%2Fimage.png?alt=media&#x26;token=e5609431-e7c3-40c4-a761-f2d9a4944a8e" alt="" width="540"><figcaption></figcaption></figure>

3. **Confirm**:

* After entering the details, tap "Import" to add the NFT to your wallet.

### ✅ Step 5: View Your NFT

Once imported:

* Your NFT should appear under the **“NFTs” section** in MetaMask
* If the **image or metadata doesn't show immediately**, it may take a few moments to load based on network traffic

### 🧠 Important Notes

* **Metadata delay**: Some NFTs may take time to load the image, description, or other info. This is normal.
* **Check on OpenSea**: You can also confirm ownership by connecting your MetaMask to [OpenSea](https://opensea.io) and viewing your collected NFTs.
* **Contract mismatch**: If the contract address or token ID is incorrect, the import will not work.

By following these steps, you can manually import and view your NFTs in MetaMask.

{% hint style="info" %}
Phantom, Coinbase & Wallet Connect wallets may not have NFTs import function. We are liaising with them to assist on gasless minting display.

If you had minted to these wallets, please be rest assured that the NFT is still under your wallet ownership, but you can only view and interact with it on Mintable.
{% endhint %}

### 🧹 Troubleshooting

If your NFT isn’t showing in MetaMask:

* Ensure your **wallet is on Ethereum Mainnet**
* Double-check the **contract address and token ID**
* **Disable all other browser extensions** (except MetaMask) and refresh
* Try importing again after clearing your browser cache


---

# 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.mintable.app/for-creators/creating-nfts/how-to-view-my-nfts-in-metamask.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.
