# Network Setups

### Add Networks to your MetaMask Wallet

{% content-ref url="/pages/e4kgLNToamJbDUI2G5gy" %}
[Setup Polygon on MetaMask](/tutorials/network-setups/setup-polygon-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/9LxiHZq7do5PhtVi9gJ6" %}
[Setup BSC on MetaMask](/tutorials/network-setups/setup-bsc-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/C2AH2jyxgAPDukAw5D4j" %}
[Setup Avanlache on MetaMask](/tutorials/network-setups/setup-avanlache-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/oklEI3RDSenfp0pVxDFt" %}
[Setup Moonriver on MetaMask](/tutorials/network-setups/setup-moonriver-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/qHKsl0AJbJnMMhoqQAsz" %}
[Setup Fantom on MetaMask](/tutorials/network-setups/setup-fantom-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/JLDR05Oqv6Hl2uOohZQo" %}
[Setup TomoChain on MetaMask](/tutorials/network-setups/setup-tomochain-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/CcKjvlvhVhGFomWgK9Is" %}
[Setup Harmony on MetaMask](/tutorials/network-setups/setup-harmony-on-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/GewrnyJoJJEXClidQC1y" %}
[Setup Near Wallet](/tutorials/network-setups/setup-near-wallet.md)
{% endcontent-ref %}

### Networks Summary&#x20;

#### Polygon&#x20;

* **Network Name:** Polygon Mainnet
* **RPC URL:** <https://polygon-rpc.com>
* **Chain ID:** 137
* **Currency Symbol:** MATIC
* **Block Explorer URL:** <https://polygonscan.com>

#### Binance Smart Chain - BSC

* **Network Name:** Binance Smart Chain
* **RPC URL:** <https://bsc-dataseed.binance.org>
* **Chain ID:** 56
* **Currency Symbol:** BNB
* **Block Explorer URL:** <https://bscscan.com>

#### Avalanche

* **Network Name:** Avalanche Mainnet
* **RPC URL:** <https://api.avax.network/ext/bc/C/rpc>
* **Chain ID:** 43114
* **Currency Symbol:** AVAX
* **Block Explorer URL:**  <https://cchain.explorer.avax.network>

#### Kusama - Moonriver

* **Network Name:** Moonriver
* **RPC URL:**  <https://rpc.moonriver.moonbeam.network>
* **Chain ID:** 1285
* **Currency Symbol:** MOVR
* **Block Explorer URL:** <https://blockscout.moonriver.moonbeam.network>

#### Fantom Opera

* **Network Name:** Fantom
* **RPC URL:**  <https://rpc.ftm.tools>
* **Chain ID:** 250
* **Currency Symbol:** FTM
* **Block Explorer URL:**  <https://ftmscan.com>

#### TomoChain

* **Network Name:** TomoChain
* **RPC URL:** <https://rpc.tomochain.com>
* **Chain ID:** 88
* **Currency Symbol:** TOMO
* **Block Explorer URL:** <https://scan.tomochain.com>


---

# 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.millioncloud.org/tutorials/network-setups.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.
