> For the complete documentation index, see [llms.txt](https://docs.powercity.io/core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powercity.io/core/how-to.../add-nfts-to-metamask.md).

# Add NFTs to Metamask

With the most recent updates,  Metamask will now display NFTs held in your wallet.  To view the staked WATT NFTs, you will need to manually add them to Metamask.

1. Open the CORE <https://core.powercity.io/>
2. Navigate to the Utilities tab
3. Scroll down to the CORE TOKENS section
4. Click the COPY CONTRACT ADDRESS button to copy the NFT contract to the clipboard
5. Open Metamask, navigate to the NFT tab and click IMPORT NFTs link
6. Paste in the contract address and enter the Stake number from the CORE as the Token ID

{% embed url="<https://streamable.com/kkfgm3>" %}
Add NFT to Metamask
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.powercity.io/core/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.
