# Set up MetaMask (Testnet)

This tutorial will help you set up to connect MetaMask to EtherealNetwork Testnet via a custom RPC endpoint. You may pick one in this list of public endpoints here, and follow the following steps.

**Select network**: Custom RPC

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

1. **Network Name**: EtherealNetwork Testnet
2. **New RPC Url**: <https://testnet.Ethereal.technology​>
3. **ChainID**: 2370
4. **Symbol**: ETRL
5. Block Explorer: <https://testnet.Ethereal.io/>

<figure><img src="/files/gBYSQztqI21zWPiUudVo" alt=""><figcaption><p>This is what it should look like in your MetaMask wallet.</p></figcaption></figure>

​


---

# 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://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/set-up-metamask-testnet.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.
