# Bridge ETH between Arbitrum and Base

## Overview

In this turorial, we assume you want to bridge ETH from Arbitrum to Base mainnet. This method also apply for bridging from Base mainnet to Arbitrum. Overall, it includes those four steps:

1. select source chain
2. connect wallet
3. deposit fund
4. check fund in target chain

## Step 1 - Select source chain

When you open <https://okok.network/#/bridge>, in the right top corner, you can select the source blockchain where your fund located in. For example, currently your ETH is in Arbitrum, you want to bridge some ETH to Base, you should select Arbitrum as source chain. After you selected Arbitrum, OKOK network will assume you want to bridge ETH to Base network.

<img src="/files/zJpiZOCwaE0FnfibQusX" alt="" width="298">

## Step 2 - Connect wallet

### **Adding a wallet**

If you do not have a wallet yet, you can use MetaMask: <https://metamask.io/download.html>

### **Connecting your wallet**

After you have a wallet, you can connect your wallet by pressing the "Connect Wallet" button on the OKOK network bridge page: <https://okok.network/#/bridge>

![](/files/i63WYxbslCRAwfUeCyWt)

If you see the message below, click on "Add Arbitrum" or "Add Base" to add the Arbitrum / Base network to your wallet.

![](/files/lGfgtsX9eJ28M4yIrLH6)

Alternatively, you can manually add the Arbitrum network: <https://arbitrum.io/bridge-tutorial/>.

## Step 3 - Deposit fund

After you successully connect wallet, now you can deposit ETH to the transparent contract:

<figure><img src="/files/mxg6tZWnm3pGPAzOw6wn" alt="" width="375"><figcaption></figcaption></figure>

If the deposit is successful, you will receive a prompt similar to the following：

<figure><img src="/files/OB26Ae1bliHOyfm0TeT4" alt="" width="506"><figcaption></figcaption></figure>

{% hint style="info" %}
We strongly recommend that you do not deposit too much money at once, because the Base network is still in its early stages and may have bugs
{% endhint %}

## Step 4 - Check fund in target chain

After the deposit is successful, you can now check whether fund has reach your target chain.

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

## Backup RPC URLs

Since OKOK Network is a decentralized application, querying of data and submitting of transactions go through an RPC URL.&#x20;

There may be times when the RPC URL is not as responsive as it should be, during these times you may notice data being slow to load or not loading on your page. It is also possible to hit the rate limit with the public Arbitrum RPC URL (<https://arb1.arbitrum.io/rpc>), which would result in 429 errors.

To continue using the exchange during these times you can use a backup URL from [Alchemy](https://www.alchemy.com/), [Ankr](https://www.ankr.com/protocol/public/) or [QuickNode](https://www.quicknode.com/chains/arb), switch the RPC URL in the network settings of your wallet and the page should load faster after.

For a list of RPC URLs and their statuses: <https://chainlist.org/>.

## Steps to change the RPC URL in MetaMask

* Click on the MetaMask icon, then click on the three dot icon and select Expand View
* Click on your account icon on the top right and select Settings
* Click on Networks
* Key in the New RPC URL
* Click Save


---

# 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://doc.okok.network/product-guides/bridge-eth-between-arbitrum-and-base.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.
