# Add to Metamask

Tokens issued from Mint Club are in ERC20 format (and ERC1155 for NFTs), making them compatible with Metamask wallets. There are two methods to add these tokens to Metamask for visibility:

## 1) Using the Add to Metamask Button on Mint Club Website

Each token detail page on Mint Club features an 'Add to Metamask' button in the header section. Clicking this button prompts a guide to add the token to your Metamask wallet.

<figure><img src="/files/7ILyoKl9COxNNSpCA1dD" alt=""><figcaption></figcaption></figure>

## 2) Manual Addition Using the Token Contract Address

Find the token's contract address, indicated by an Etherscan logo, in the header section of its detail page. Clicking it takes you to the Etherscan page of the token.

<div><figure><img src="/files/Qrg1NgfyL9x6ROMM9ZIx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/yT27QHY9NhXh2AWSIzLr" alt=""><figcaption></figcaption></figure></div>

Copy the token's contract address, open your Metamask wallet, and navigate to the 'Import tokens' button at the bottom of your token list. Paste the address here to manually add the token to Metamask.

<figure><img src="/files/0bnCW8G4tCImNUm1Cda4" alt=""><figcaption></figcaption></figure>


---

# 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.mint.club/mintburn/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.
