# Interact with an MRC-20 in MetaMask

Now, open MetaMask to add the newly deployed MRC-20 tokens. Before doing so, make sure you have copied the contract's address from Remix. Back in MetaMask, click on “Add Token” as shown below. Make sure you are in the account that deployed the token contract:

![Metamask add token screenshot 1](/files/-MTLYHC01UYyuScSCm_x)

Paste the copied contract address into the “Custom Token” field. The “Token Symbol” and “Decimals of Precision” fields should be automatically populated:

![Metamask add token screenshot 2](/files/-MTLZ-WP7DSqOOXj1wIM)

Now we can send some of these MRC-20 tokens to the other account that we have set up in MetaMask. Hit “send” to initiate the transfer of 500 MyTokens and select the destination account.

After you press confirm and the deployment is complete, you will see the transaction listed in MetaMask and the contract will appear under Deployed Contracts in Remix:

![Contract interaction screenshot 1](/files/-MTLZLwiUFebgP9GPlnC)

You will be able then to interact with all methods of your contract:

![Contract interaction screenshot 2](/files/-MTLZTvc0Ss_xDOeHsKM)


---

# 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://learn.mvs.org/developer-guides/assets/interact-with-an-mrc-20-from-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.
