> For the complete documentation index, see [llms.txt](https://docs.glue.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glue.net/adding-tokens-to-metamask.md).

# Adding Tokens to MetaMask

To add tokens to the list of tokens in MetaMask, you can use the following guides.&#x20;

{% hint style="info" %}
Ensure that you are already on the GLUE network before following the below guides.&#x20;
{% endhint %}

## Using the Glue Blockchain Explorer

First, visit [Glue Blockchain Explorer](https://explorer.testnet.dev.gke.glue.net/).&#x20;

On the right hand side navigation bar click on 'Tokens'.&#x20;

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

Search and find the token you would like to add to MetaMask. Hovering over the contract address will reveal the MetaMask logo.&#x20;

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

Clicking on the MetaMask logo, will prompt MetaMask. Click on 'Add token'.&#x20;

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

And that's it! You have now added the token into your MetaMask list.&#x20;

## Manually Adding Tokens to MetaMask

To manually add the token, go to the [Glue blockchain explorer](https://explorer.testnet.dev.gke.glue.net/). On the right hand side navigation bar click on 'Tokens'.

Search and find the token you would like to add to MetaMask.&#x20;

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

Copy the contract under the ticker name of the token you would like to add to MetaMask.&#x20;

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

Now, open your MetaMask and click on '+ Import Tokens'.&#x20;

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

Paste the contract address in the 'Token contract address' field. Once done, 'Token symbol' and 'Token decimal' will auto-populate. Click 'Next'.&#x20;

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

MetaMask will ask 'Would you like to import this token?', click on 'Import.&#x20;

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

There will be a 'Token imported' message to demonstate that token has been successfully imported.&#x20;

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


---

# 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.glue.net/adding-tokens-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.
