> For the complete documentation index, see [llms.txt](https://docs.mobius.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/connect-to-polygon.md).

# ⚡Connect to Polygon

## Connect your Wallet

In order to start using the Möbius Finance platform, users have to connect to the [Polygon Network](https://polygon.technology/) (Matic). Since Metamask does not include Polygon in the default networks, 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 in "Polygon Mainnet" on the search bar, and click on connect. Your Metamask Wallet should connect automatically.

### PolygonScan Explorer

![](/files/V9sLWcuMiSzPuQuDMx3f)

The new **Polygonscan** explorer has a new feature that allows users to add the Mumbai Network with simple steps. Go to  [https://polygonscan.com/](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 Mainnet, click on the Network selection dropdown and then click on Custom RPC.

![](/files/1cxl54GbWkz9woY2HLC6)

It will open up a form with 2 tabs on the top, Settings and Info. In the Settings tab you can add `Polygon Mainnet` in the Network Name field, URL `https://polygon-rpc.com/` in the New RPC URL field, `137` in Chain ID field, `MATIC` in Currency Symbol field and `https://polygonscan.com/` in Block Explorer URL field.

![](/files/VDsE0JO9bu1DEuIbuWCN)

Once you’ve added the information click on Save. You will be directly switched to Polygon’s Mainnet now in the network dropdown list. You can now close the dialog.

> **Metamask Network Parameters**
>
> Network Name: `Polygon Mainnet`
>
> New RPC URL: `https://polygon-rpc.com/`​
>
> Chain ID: `137`
>
> Currency Symbol: `MATIC`
>
> Block Explorer URL: [`https://polygonscan.com/`](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 from here: [Network details ](https://docs.polygon.technology/docs/develop/network-details/network)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/connect-to-polygon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
