> For the complete documentation index, see [llms.txt](https://turtles-organization.gitbook.io/defi-turtle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turtles-organization.gitbook.io/defi-turtle/getting-started/bridge-to-arbitrum.md).

# Bridge To Arbitrum

Tokens can be bridged to Arbitrum on a variety of platforms. In this guide, we will explain how to use the official bridge and random multi-chain bridge. Additionally, below you will find centralized exchanges that provide Arbitrum transfers:

<figure><img src="/files/5LM4iYX1rFyjwgKHo1fT" alt=""><figcaption></figcaption></figure>

#### Official Arbitrum bridge (Ethereum to Arbitrum)

1. Go to <https://bridge.arbitrum.io/>. Connect your wallet (Make sure you are on Ethereum main-net) The screen below will appear:

<figure><img src="/files/HbhlHXdQ4JKCnHG2mazJ" alt=""><figcaption></figcaption></figure>

2\. Enter the amount of ETH you want to add on Arbitrum and click “Move funds to Arbitrum One.”

3\. The next step is to confirm the transaction in your wallet. Arbitrum's lower gas fees will apply despite this transaction being executed on layer 1.

4\. Once you're happy with the amount, tap “Confirm.”

5\. On the next page, the transaction will appear as "pending".

6\. ETH is now available on Arbitrum and you can send and receive it.

#### Random multi-chain bridges (Multi-chain to Arbitrum)

For the purposes of this guide, we will use the LI.FI and Synapse protocol bridges since they offer a wide range of options for bridging funds from other networks to Arbitrum. \
\
**LI.FI**

1. Go to <https://transferto.xyz/swap>
2. Click 'Connect your wallet' and approve

<figure><img src="/files/7ZQUTPln8RzWHkDTDM4L" alt=""><figcaption></figcaption></figure>

3\. Select the network and token you wish to bridge, and then choose Arbitrum One and ETH (since GAS on Arbitrum is payed in ETH). Enter the amount you want to bridge and click 'Review swap'.

<figure><img src="/files/FvZEUdRpGQRZI0awcvng" alt=""><figcaption></figcaption></figure>

4\. Click 'Start swap'

<figure><img src="/files/FvyAdvl7KXDuTUYispxc" alt=""><figcaption></figcaption></figure>

5\. Click 'Confirm' to grant access to your funds

<figure><img src="/files/ivhKN5xoTnJdHkQ7dkCQ" alt=""><figcaption></figcaption></figure>

6\. In the next popup, click 'Confirm' (you must have enough GAS tokens on the network you are bridging from in order to complete the transaction)

<figure><img src="/files/nhTmkM1ToXaMnkNT4aDG" alt=""><figcaption></figcaption></figure>

7\. Within a few minutes of confirming the transaction, your funds should appear on Arbitrum

\
**Synapse protocol**\
\
(Bear in mind that synapse bridge doesn't allow bridging ETH from some networks. However, it should send an additional 0.0030 ETH with every transaction which should be more than enough to swap any token for more ETH on Arbitrum. ( A value of 0.0030 ETH + bridging fee will be deducted from the token value you are sending) For example, sending 50 BUSD will result in only receiving approximately 43 USDC, but you will also receive 0.0030 ETH)

\[Note: Guide below was taken from Synapse protocol's official documents]

1. Go to [Synapse protocol bridge](https://synapseprotocol.com/?inputCurrency=USDC\&outputCurrency=USDC\&outputChain=42161) and connect your wallet.

<figure><img src="/files/gTzxoxc06vlTEww6ddGl" alt=""><figcaption></figcaption></figure>

2\. Select the network that you wish to transfer funds out of using the "From" dropdown menu (if necessary, accept the request in your wallet to switch networks to that chain)

3\. Select the assets that you wish to bridge from the dropdown menu to the right of the input field (stablecoins, ETH, or SYN, plus an expanding list of tokens from partnerships).

4\. Select the destination chain from the "To" dropdown menu.

5\. Input the amount that you would like to transfer into the number field

6\. Make sure that the amount you will be receiving appears correct, and click "Approve Token" to grant Synapse approval to spend the stablecoin you are swapping

Note: you will receive the indicated amount of the native token when bridging to a non-Ethereum chain, enough to allow you to make 1-2 swaps upon arrival.

7\. Click "Bridge Token" after the approval has been confirmed to bridge your funds.


---

# 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://turtles-organization.gitbook.io/defi-turtle/getting-started/bridge-to-arbitrum.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.
