# Bridge $IDLE to Polygon

### Ethereum to Polygon

To move $IDLE from Ethereum mainnet to Polygon mainnet you should use a bridge service.&#x20;

{% hint style="info" %}
***Your wallet address will be the same on both chains***. The same is not applicable for multisig wallets. In the latter case, use an EOA wallet to move tokens between an Ethereum multisig wallet and a Polygon one.
{% endhint %}

Visit [www.wallet.polygon.technology](https://wallet.polygon.technology/) and connect your wallet. Check that you are on the Ethereum network, then select *Polygon Bridge* (Figure 1). Click on Ether and look for *$IDLE*. Choose the amount to move from Ethereum to *Polygon* and click on *Transfer*.

![Figure 1 - Polygon bridge menu](/files/cdjrdPL4AkDUuIZTcMms)

Click on Continue three times (you will be able to see an estimate of gas fees). Confirm the transaction (consisting of two steps, i.e. Approve deposit and Complete deposit) on *Metamask*. A *Transfer* in progress window will show the tx progress. Once completed, the new deposit will take \~7/8 minutes to reach your *Polygon* wallet.

### Polygon to Ethereum

Similarly, you can follow similar steps to move your tokens from Polygon to Ethereum. In this case, the bridge will take around \~3 hours to move the funds back to the mainnet.


---

# 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.idle.finance/other/archive/idle-on-polygon/bridge-usdidle-to-polygon.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.
