> For the complete documentation index, see [llms.txt](https://docs.novabloq.com/web3-metamask/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novabloq.com/web3-metamask/elements-details/web3-utils/add-token-to-metamask.md).

# Add Token to MetaMask

### [Demo](https://web3-demo.bubbleapps.io/version-test/web3_add_token)

To import a token first thing you need to do is to make sure that the wallet is connected on the same chain where the token is deployed. If it is not, you can use [Trigger Switch Chain](/web3-metamask/elements-details/web3-and-metamask/trigger-switch-chain.md) action

## &#x20;<mark style="background-color:blue;">Parameters</mark>&#x20;

<table><thead><tr><th width="182.33333333333331">Parameter name</th><th width="94">Type</th><th>Documentation</th></tr></thead><tbody><tr><td>Token Address</td><td>Text</td><td>Token smart contract address</td></tr><tr><td>Token Symbol</td><td>Text</td><td>It will be displayed in the MetaMask tokens list</td></tr><tr><td>Token Decimals</td><td>Number</td><td>Default is 18 but you must indicate it</td></tr><tr><td>Token Image</td><td>Text</td><td>Optiona. A link to token logo</td></tr></tbody></table>

Example:

![](/files/HCqiCLEDeRYz18vL7cM3)


---

# 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.novabloq.com/web3-metamask/elements-details/web3-utils/add-token-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.
