# Set Up the Metamask Configuration

### Add Network to MetaMask[​](https://docs.astar.network/docs/build/EVM/first-contract/metamask#add-network-to-metamask) <a href="#add-network-to-metamask" id="add-network-to-metamask"></a>

It's easy to configure MetaMask to interact with the BEVM family. To do so, open MetaMask, click the Network tab, and click Custom RPC. In the screen shown, please enter the information shown below:

<table><thead><tr><th width="231">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Network name</td><td>GEB Mainnet</td></tr><tr><td>Type</td><td>Mainnet</td></tr><tr><td>Native Asset Symbol</td><td>BTC </td></tr><tr><td>Decimal</td><td>18</td></tr><tr><td>Chain-ID</td><td>11501</td></tr><tr><td>Explorer</td><td><a href="https://scan.geb.network">https://scan.geb.network</a></td></tr><tr><td>RPC Endpoint</td><td>https://rpc-mainnet-1.geb.network<br>https://rpc-mainnet-2.geb.network</td></tr><tr><td>WebSocket</td><td><p>wss://rpc-mainnet-1.geb.network </p><p>wss://rpc-mainnet-2.geb.network</p></td></tr><tr><td>Quick Add</td><td>-</td></tr></tbody></table>


---

# 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://documents.geb.network/evm-development/smart-contract/write-a-contract/set-up-the-metamask-configuration.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.
