# Transferring ETH and USDC to Arbitrum

## Bridging ETH to Arbitrum One

<figure><img src="/files/EuaFDqNKZHn8rS0ybjZy" alt=""><figcaption><p>Arbitrum Bridge</p></figcaption></figure>

1. Visit the Arbitrum Bridge at [bridge.arbitrum.io](https://bridge.arbitrum.io/)
2. Connect your wallet.

<figure><img src="/files/jhhpc8saFfh5xSRIdUjI" alt="" width="375"><figcaption><p>Move funds to Arbitrum One</p></figcaption></figure>

3. Select **From: Ethereum** in the dropdown menu.
4. Enter the amount of ETH you wish to bridge, ensuring you have enough ETH remaining to pay for the bridge transaction.
5. Select **To: Arbitrum One** in the second dropdown menu.
6. Select **Move funds to Arbitrum One.**
7. Approve the transaction in your wallet.
8. Switch to the Arbitrum One network in your wallet.

## Bridging USDC to Arbitrum

The procedure for transferring USDC to Arbitrum One is similar to that for bridging ETH.

1. Click on the dropdown menu displaying ETH.

<figure><img src="/files/8T9wpjWzmQf2fQeUVIxC" alt="" width="375"><figcaption><p>Bridging USDC</p></figcaption></figure>

2. Type USDC into the search box and press enter.
3. Select USDC from the results, ensuring that you are using the correct USDC contract.
4. Enter the amount of USDC you wish to bridge. Remember, you will need sufficient ETH to pay for the bridge transaction.
5. Select **To: Arbitrum One** in the second dropdown menu.
6. Select **Move funds to Arbitrum One.**
7. Approve the transaction in your wallet.
8. Switch to the Arbitrum One network in your wallet. Bridging ETH or USDC to Arbitrum One usually takes 15-30 minutes.

**Note:** It takes approximately one week to bridge assets from Arbitrum to another blockchain; this is a native Arbitrum security measure. See [here](https://docs.arbitrum.io/welcome/arbitrum-gentle-introduction) for further information on the Arbitrum Bridge.&#x20;


---

# 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.wealthofwisdom.io/getting-started/transferring-eth-and-usdc-to-arbitrum.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.
