# Manually importing your WOW Access Pass (NFT) to Metamask

1. Open Metamask and ensure you are [connected to the Arbitrum One network.](/getting-started/switching-to-arbitrum.md)
2. Find Token ID
   1. In Metamask, copy your wallet address.
   2. Go to [Arbiscan](https://arbiscan.io/) and paste your wallet address into the search field.
   3. Scroll down and click on the **Erc721 Token Txns** tab.
   4. Locate your WOW Access Pass (NFT) in the list and note the Token ID.

<figure><img src="/files/tfSubTimlrPSmMBVsh9o" alt=""><figcaption><p>Arbiscan</p></figcaption></figure>

3. NFT Contract Address: **0x241AaFfE0c386b795c0041D16BddAC2e59643718**
4. In Metamask, click on the ‘NFTs’ tab.

<figure><img src="/files/DaqU0H2Iyio4wlDYG5nv" alt="" width="375"><figcaption></figcaption></figure>

5. Add NFT
   1. Click on the ‘Import NFTs’ button.
   2. Paste in the NFT Contract Address and your Token ID.
   3. Click Import.

<figure><img src="/files/ZgMB7hXrOIpB4vx7ctD6" alt="" width="363"><figcaption><p>Import NFT</p></figcaption></figure>

Once added, you should see the NFT listed under the ‘NFTs’ tab in your MetaMask wallet.


---

# 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.wealthofwisdom.io/wow-access-pass-nft/manually-importing-your-wow-access-pass-nft-to-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.
