# Adding network to Metamask

### Adding Network via Browser Extension

1. Click on the **network selector button**. This will display a list of networks that you've added already.
2. Click '**Add network**':

<div align="left"><figure><img src="/files/Dh4OlMBAY2YhuEPCO04o" alt="" width="179"><figcaption></figcaption></figure></div>

3. MetaMask will open in a new tab in fullscreen mode. From here, find and the 'Add network manually' button at the bottom of the network list.

<div align="left"><figure><img src="/files/BlszwaBh4MYvJvR4YQTQ" alt="" width="563"><figcaption></figcaption></figure></div>

4. Enter the following details and click '**Save**'
   * **Ancient8 Testnet**
     * **Network Name**: Ancient8 Testnet
     * **New RPC URL:** <https://rpcv2-testnet.ancient8.gg/>
     * **Chain ID**: 28122024
     * **Currency Symbol**: ETH
     * **Block explorer URL (Optional):** <https://scanv2-testnet.ancient8.gg/>
   * **Ancient8 Mainnet**
     * **Network Name**: Ancient8 Mainnet
     * **New RPC URL:** [https://rpc.ancient8.gg](https://rpc.ancient8.gg/)
     * **Chain ID**: 888888888
     * **Currency Symbol**: ETH
     * **Block explorer URL (Optional):** [https://scan.ancient8.gg](https://scan.ancient8.gg/)


---

# 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.ancient8.gg/using-ancient8-chain/adding-network-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.
