# bridge

the handle multichain bridge, allows users to easily and rapidly move **FOREX** and **fxTokens** across ethereum, arbitrum and polygon with more chains on their way.

1. go to app.handle.fi/bridge
2. connect you wallet and ensure you are connected to the network you want to bridge **'from'**
3. select the **'to'** network from the dropdown - we are bridging from **polygon** to **arbitrum**

   <figure><img src="/files/f2Ch9HGjIpaVExQNE1nQ" alt=""><figcaption></figcaption></figure>
4. select the token you want to bridge and enter the amount - in this case we will bridge 100 $FOREX&#x20;

   <figure><img src="/files/0Xrm3hzqsg8PuZdufiaa" alt=""><figcaption></figcaption></figure>
5. select **'bridge FOREX'** button and confirm the tx.

   <figure><img src="/files/HccU4OSraSeSuOWfEsoP" alt=""><figcaption></figcaption></figure>
6. wait until the transaction is mined successfully - you will see a message appear **"tokens deposited to bridge'.**
7. a new button should appear showing the bridged tokens as a pending withdrawal on the **'to'** chain.
8. either switch to the **'to'** network OR select the button and it will force the network switch.
9. once on the **'to'** network - click on the withdraw button and you will be prompted to sign a transaction.
10. tokens will now be withdraw to the same address.

### external bridges

if you wish to bridge ETH (or other ERC20) native ecosystem bridges can be found at;

**Arbitrum**: <https://bridge.arbitrum.io/>

**Optimism**: <https://gateway.optimism.io/>

**Polygon**: <https://wallet.polygon.technology/>


---

# 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.handle.fi/how-to-guides/bridge.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.
