> For the complete documentation index, see [llms.txt](https://about.umami.finance/umami-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.umami.finance/umami-finance/tutorials/how-to-bridge-erc-20-tokens-to-arbitrum.md).

# How To Bridge ERC-20 Tokens to Arbitrum

This brief guide is intended for those who have assets lying idle on other networks and wish to capitalize on the market-leading yields offered in our vaults. \
\
Before you can make a deposit, follow the steps below to bridge your assets to Arbitrum:&#x20;

1. Visit the official Arbitrum Bridge at: <mark style="color:purple;">**<https://bridge.arbitrum.io/>**</mark><br>

2. Connect your Metamask or any other Web3 Wallet.\ <br>

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

3. Make sure that you are connected to the network you want to transfer from, in our case that's Ethereum Network - Mainnet.&#x20;

4. Select the token you want to bridge.<br>

   <figure><img src="https://lh4.googleusercontent.com/UKRpPG-KRMJC4v0LMtYCD3QxJ40Xew4kT4rsfQLmyTvbm2sWEDtsFfePVTDkEr3u1HFgPiy1Hj2r4vLsXJPC48v4WM1cKetebZsv2Vh-_5v2W5fav8PZUDMqPfPcfWC513w_7UzMg-I0TKuPzkTxj9Q" alt=""><figcaption></figcaption></figure>

5. Enter the desired amount to bridge.<br>

6. Click on the "Move funds to Arbitrum One" button.<br>

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

7. Your funds will be available on the Arbitrum network in just a few minutes.

8. Once your funds are on Arbitrum, head over to [<mark style="color:purple;">**https://umami.finance/vaults**</mark>](https://umami.finance/vaults) and deposit your tokens into your desired vault. &#x20;

If you require assistance with depositing your funds, refer to <mark style="color:purple;">**->**</mark> [How To Deposit Into GM Vaults](/umami-finance/tutorials/how-to-deposit-into-gm-vaults.md)


---

# 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://about.umami.finance/umami-finance/tutorials/how-to-bridge-erc-20-tokens-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.
