# Add Network

{% hint style="success" %}
After successfully installing the MetaMask Wallet extension, refer to this tutorial to add the Moonriver Network/Moonbeam Network/ Astar Network
{% endhint %}

**Step 1:** after successfully installing MetaMask, click the avatar logo and settings in the upper right corner to enter the network configuration interface.

![](/files/-Mje3gtb_gTN8QfATwAt)

**Step 2:** enter the Networks tab and click the "Add Network" button.

![](/files/-Mje49GzFuRxYgsD_FTe)

You can enter the following parameters in the corresponding box of the network configuration:

* Network Name: Moonriver
* New RPC URL: <https://rpc.moonriver.moonbeam.network>&#x20;
* ChainID: 1285&#x20;
* Currency Symbol (optional): MOVR
* Explorer URL (optional): <https://blockscout.moonriver.moonbeam.network/>

An easier way is to enter the MetaMask wallet, click on the network at the top (such as: Ethereum Mainnet), then click "Custom RPC", and enter the above parameters to complete the network configuration.

Similarly, you can fill in the following parameters to add Moonbeam and Astar networks to the MetaMask extension.

**Moonbeam**

* Network Name: Moonbeam
* New RPC URL: <https://rpc.api.moonbeam.network/>
* ChainID: 1284
* Currency Symbol (optional): GLMR

**Astar**

* Network Name: Astar
* New RPC URL: <https://evm.astar.network>
* ChainID: 592&#x20;
* Currency Symbol (optional): ASTR


---

# 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://wiki.zenlink.pro/zenlink-dex-dapp/user-guide/add-network.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.
