# How to add NFTs to Metamask?

Here is how to add NFTs to your Metamask.

<figure><img src="/files/IRQ73plBPGWqRd9aCDcv" alt=""><figcaption></figcaption></figure>

You will need to enter **Contract Address** and **Token ID**.

| NFT                    | Contract ID                                    | Token ID                                                                                                           |
| ---------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Membership NFT         | **0x38Ed9fa5f0b626D2ABBe6DF8320d8a0DDf53F176** | [Membership NFT](/membership-nft/membership-nft.md#membershp-nft-tokenid)                                          |
| Asset NFT              | same as above                                  | [Asset NFTs](/asset-nfts/asset-nfts.md#asset-nft-token-id)                                                         |
| Proof of Attendance #1 | **0x5770050c109CcBC54B155bd1113b33C52E0bA0Fa** | <p>\*Each NFT has different Token ID.<br><a href="https://opensea.io/account"><https://opensea.io/account></a></p> |

Token IDs of each Membership NFT & Asset NFT are the same for everyone (ERC-1155 standard).

However, Proof of Attendance NFT has unique token ID for each NFT (ERC-721), which requires you to check in Opensea's profile page or similar service.


---

# 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.aloha-dao.com/how-to/how-to-add-nfts-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.
