> 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-glue-network-to-metamask-alphanet.md).

# Adding Glue Network to MetaMask (AlphaNet)

To add Glue's AlphaNet to MetaMask, you can use the following guides.&#x20;

## Using the Glue Blockchain Explorer

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

At the bottom of the page you will find 'Add GLUE'&#x20;

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

By clicking on 'Add GLUE', a MetaMask prompt will appear.&#x20;

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

{% hint style="warning" %}
Ensure the details are correct and match with this guide.&#x20;
{% endhint %}

Click on 'Approve'. This will prompt MetaMask to ask to switch networks.&#x20;

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

Once you switched network, the explorer will let you know that all went smoothly with the following message.&#x20;

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

## Manually Adding Glue to MetaMask

| MetaMask Custom Network Details                                                                                                                                                                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Glue EVM Testnet<br>Name:<br><code>Glue Testnet</code><br>RPC URL:<br><a href="https://testnet-ws-1.server-1.glue.net/"><https://testnet-ws-1.server-1.glue.net></a><br>Chain ID:<br><code>1300</code><br>Currency Symbol:<br><code>GLUE</code><br>Block Explorer:<br><a href="https://explorer.testnet.dev.gke.glue.net/"><https://explorer.testnet.dev.gke.glue.net/></a></p> |

### Step by Step Guide

1. Open MetaMask and click on the selected network.&#x20;

<figure><img src="/files/kjBaXRBGiVfgsDvkFTQB" alt="" width="375"><figcaption></figcaption></figure>

2. Once the 'Select a network' pop up appeared, click on '+ Add network'&#x20;

<figure><img src="/files/ZlevDPMg6LVHl8UL7e8G" alt="" width="375"><figcaption></figcaption></figure>

3. MetaMask will open a new browser tab, at the bottom of the list, click on 'Add a network manually'.

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

4. Fill in the detail as per below, double check, then click 'Save'.\
   Network Name: `Glue Testnet`\
   RPC URL: [https://testnet-ws-1.server-1.glue.net](https://testnet-ws-1.server-1.glue.net/)\
   Chain ID: `1300`\
   Currency Symbol: `GLUE`\
   Block Explorer: <https://explorer.testnet.dev.gke.glue.net/>

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

5. 'Network added successfully' pop up will confirm that the network has been added and you can now click on 'Switch to Glue Testnet'.&#x20;

<figure><img src="/files/qrvMBmM7uoVKLbSUQF1u" alt="" width="348"><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-glue-network-to-metamask-alphanet.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.
