# ⚡Connect to Polygon's Testnet

## Connect your Wallet

In order to start using the Möbius Finance platform, users have to connect to the [Polygon Mumbai ](https://mumbai.polygonscan.com/)Testnet. Since Metamask does not include Polygon's Testnet in the default options, here are two easy ways to connect your Metamask Wallet in less than five minutes.

### Chainlist (Recommended) <a href="#chainlist-recommended" id="chainlist-recommended"></a>

![](https://gblobscdn.gitbook.com/assets%2F-Mb_9ieA_yWQiWJgqtP_%2F-Mb_9uAInChQyqurAQxU%2F-Mbk7NMVr6XrMkhn9pvd%2Fimage.png?alt=media\&token=e608f9cc-a966-4fd1-ac87-dcfbb8049beb)

​

Chainlist is the easiest way to connect your wallet. Go to [Chainlist](https://chainlist.org/), type "mumbai" on the search bar, and click on connect. Your Metamask Wallet should connect automatically.

### Polygon Mumbai Explorer

![](https://338950059-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MiUdiN5wslTLQOsAtt5%2F-MjTaXXJBNUhPdOgUx6d%2F-MjTbKELFZqm1uq_eWEw%2Fimage.png?alt=media\&token=b46b15d0-cc27-49d8-b768-f92339767bd0)

The new **Polygonscan** explorer has a new feature that allows users to add the Mumbai Network with simple steps. Go to  <https://mumbai.polygonscan.com/> and click on the button in the bottom right.&#x20;

### Manually  <a href="#manually" id="manually"></a>

To add Polygon’s Mumbai-Testnet, click on the Network selection dropdown and then click on Custom RPC.

![](https://gblobscdn.gitbook.com/assets%2F-Mb_9ieA_yWQiWJgqtP_%2F-Mb_9uAInChQyqurAQxU%2F-MbkAvcMJg9zrGAxnNsi%2Fimage.png?alt=media\&token=e457bcdc-ffce-4356-8c18-93f8c9d0ad45)

It will open up a form with 2 tabs on the top, Settings, and Info. In the Settings tab, you can add the URL `https://rpc-mumbai.maticvigil.com/`.

![](https://docs.matic.network/img/metamask/metamask-settings-mumbai.png)

Once you’ve added the URL in the New Network field, click on Save. You will be directly switched to Matic’s Mumbai-Testnet now in the network dropdown list. You can now close the dialog.

> **Metamask Network Parameters**
>
> Network Name: Mumbai Testnet
>
> New RPC URL: [https://rpc-mumbai.matic.today](https://rpc-mumbai.matic.today/)​
>
> Chain ID: 80001
>
> Currency Symbol: MATIC
>
> Block Explorer URL: <https://mumbai.polygonscan.com/>&#x20;

{% hint style="info" %}
If you notice that your Metamask is slow, you can try replacing the **RPC URL** with a more stable one.
{% endhint %}


---

# 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.mobius.finance/resourses/testnet-guides-mumbai-network/connect-to-polygons-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.
