You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This quickstart is for users who want to deposit `ETH` or any `ERC-20` tokens from a <adata-quicklook-from="parent-chain">Parent chain</a> to a <adata-quicklook-from="child-chain">Child chain</a> or vice versa, using [Arbitrum's bridge](https://bridge.arbitrum.io/). For example, from Ethereum to Arbitrum One, or from <adata-quicklook-from="arbitrum-one">Arbitrum One</a> to a Layer 3 Arbitrum chain.
11
+
This quickstart is for users who want to deposit `ETH` or any `ERC-20` tokens from a <adata-quicklook-from="parent-chain">parent chain</a> to a <adata-quicklook-from="child-chain">child chain</a> or vice versa, using [Arbitrum’s bridge](https://bridge.arbitrum.io/). For example, from Ethereum to <adata-quicklook-from="arbitrum-one">Arbitrum One</a>, or from Arbitrum One to a Layer 3 Arbitrum chain.
12
12
13
-
We will walk you through the entire process step by step, providing as much detail as possible. If you feel stuck at any step, don't hesitate to contact us through our [Discord](https://discord.gg/arbitrum), and we will be happy to help you complete the process.
13
+
We will walk you through the entire process step by step, providing as much detail as possible. If you feel stuck at any step, don’t hesitate to contact us through our [Discord](https://discord.gg/arbitrum), and we will be happy to help you complete the process.
14
14
15
-
The only prerequisite for this quickstart is to have a Web3 <adata-quicklook-from="wallet">Wallet</a> installed, such as MetaMask or OKX Wallet. If you don't have one installed, visit the [Arbitrum's portal](https://portal.arbitrum.io/?categories=wallet) for a list of wallets to choose from to download.
15
+
The only prerequisite for this quickstart is to have a Web3 <adata-quicklook-from="wallet">wallet</a> installed, such as MetaMask or OKX Wallet. If you don’t have one installed, visit the [Arbitrum portal](https://portal.arbitrum.io/?categories=wallet) for a list of available wallets to download.
16
16
17
17
## Deposit `ETH` or `ERC-20` tokens (from parent chain to child chain)
18
18
19
19
### Step 1: Get some native currency
20
20
21
-
You'll need the native currency of the parent chain to bridge your assets to the destination chain. For example, if you want to bridge assets from Ethereum to Arbitrum One, you'll need `ETH` on Ethereum to initiate the process.
21
+
You’ll need the native currency of the parent chain to bridge your assets to the destination chain. For example, if you want to bridge assets from Ethereum to Arbitrum One, you’ll need `ETH` on Ethereum to initiate the process.
22
22
23
23
There are several ways to obtain the native currency:
24
24
25
-
- Using a [supported centralized exchange](https://portal.arbitrum.io/projects?chains=arbitrum-one_arbitrum-nova&subcategories=centralized-exchanges), which allows you to purchase `ETH` and withdraw it to your wallet. Most major centralized exchanges support direct withdrawals from your centralized exchange wallet to Arbitrum.
25
+
- Using a [supported centralized exchange](https://portal.arbitrum.io/projects?chains=arbitrum-one_arbitrum-nova&subcategories=centralized-exchanges), which allows you to purchase `ETH` and withdraw it to your wallet. Most major centralized exchanges support direct withdrawals from your centralized exchange wallet to the Arbitrum network.
26
26
- Using an [on-ramp service](https://portal.arbitrum.io/projects?chains=arbitrum-one_arbitrum-nova&subcategories=fiat-on-ramp), which allows you to purchase `ETH` and send it directly to your wallet.
27
-
- If you are using a testnet, request funds from a [faucet](../for-devs/dev-tools-and-resources/chain-info#faucet-list) for Sepolia or Arbitrum Sepolia.
27
+
- If you are using a testnet, request funds from a Sepolia or Arbitrum Sepolia [faucet](../for-devs/dev-tools-and-resources/chain-info#faucet-list).
28
28
29
29
### Step 2: Add the preferred network to your wallet
30
30
31
-
You'll also need to add the desired chain's RPC endpoint to your wallet. Here, we provide an example of how to do this using MetaMask; however, the process should be similar for any other wallet.
31
+
You'll also need to add the desired chain's RPC endpoint to your wallet. Here, we provide an example of how to do this using MetaMask; however, the process should be relatively similar to any other wallet.
32
32
33
-
1. You need to first click on the MetaMask extension in your browser.
34
-
2. Click the network selector drop-down in the top-left corner.
35
-
3. Click the **Add Network** button at the bottom.
36
-
4. Click **Add a network manually** and then provide information corresponding to the chain you want to send your assets to.
33
+
1. First, click the MetaMask extension in your browser.
34
+
2. Click the network selector drop-down in the top-right corner.
35
+
3. Click the **Add a custom network** and then provide the information corresponding to the chain you want to send your assets to (see below).
alt="Add the desired destination network to your MetaMask"
41
40
className="img-600px"
42
41
/>
43
42
44
-
- Here, we display information about the most common Arbitrum Chains. For a more exhaustive list, please visit our [RPC endpoints and providers](/build-decentralized-apps/reference/01-node-providers.mdx) page.
43
+
Below are the the most common Arbitrum chains. For a more exhaustive list, please visit our [RPC endpoints and providers](/build-decentralized-apps/reference/01-node-providers.mdx) page.
@@ -55,14 +54,16 @@ You'll also need to add the desired chain's RPC endpoint to your wallet. Here, w
55
54
56
55
To bridge your `ETH` or `ERC-20` tokens to a different chain, start by visitng [bridge.arbitrum.io](https://bridge.arbitrum.io/).
57
56
58
-
1.Log in to the bridge with your wallet.
59
-
2. Ensure (or choose) the **source** network is selected (from where you want to deposit your assets) at the top of the page.
57
+
1.Connect your wallet to the bridge.
58
+
2. Ensure the **source** network is selected (from where you want to deposit your assets) at the top of the page.
60
59
3. Select the **destination** network (where you want your assets to go), e.g., Arbitrum One.
61
60
62
61
:::caution
63
62
64
63
Note that testnets like Arbitrum Sepolia only appear if you have an established connection to the appropriate parent testnet network (Ethereum Sepolia).
65
64
65
+
Also note, that when choosing the **source** or **destination** network, a pop up will appear where you can make your selection (illustrated below).
66
+
66
67
:::
67
68
68
69
<ImageZoom
@@ -77,7 +78,7 @@ Note that testnets like Arbitrum Sepolia only appear if you have an established
77
78
className="img-600px"
78
79
/>
79
80
80
-
4. Select the token you want to bridge in the token drop-down menu. You can also enable/disable the token lists by clicking the **Manage token lists** button on the bottom-right corner of the drop-down menu.
81
+
4. Select the token you want to bridge in the token drop-down menu.
81
82
82
83
<ImageZoom
83
84
src="/img/arb-bridge-getting-started-users-4.png"
@@ -107,9 +108,9 @@ Please ensure you have sufficient `ETH` in your wallet to cover the transation c
107
108
className="img-600px"
108
109
/>
109
110
110
-
After you submit the <adata-quicklook-from="transaction">Transaction</a> through your Web3 wallet, you can expect your funds to arrive on the destination chain within roughly 15-30 minutes (depending on the chain congestion).
111
+
After you submit the <adata-quicklook-from="transaction">transaction</a> through your Web3 wallet, you can expect your funds to arrive on the destination chain within roughly 15-30 minutes (depending on chain congestion).
111
112
112
-
Also, ensure your wallet is set to the destination chain so you can see when your funds arrive.
113
+
Also, ensure your wallet is set to the destination network so you can see when your funds arrive.
113
114
114
115
## Withdraw `ETH` or `ERC-20` tokens (from child chain to parent chain)
115
116
@@ -119,7 +120,7 @@ Once you withdraw your funds from Arbitrum One or Nova through the Arbitrum brid
119
120
120
121
:::
121
122
122
-
To bridge your funds back to the parent chain, you must be logged in to the [Arbitrum bridge](https://bridge.arbitrum.io/) with your wallet and ensure you establish a connection to the source network (from which you want to withdraw assets) at the top of the page. Then, select the destination network (where you want your assets to go), e.g., Ethereum mainnet.
123
+
To bridge your funds back to the parent chain, you must be connected to the [Arbitrum bridge](https://bridge.arbitrum.io/) with your wallet and ensure you establish a connection to the source network (from which you want to withdraw assets) at the top of the page. Then, select the destination network (where you want your assets to go), e.g., Ethereum mainnet.
123
124
124
125
:::caution
125
126
@@ -133,7 +134,7 @@ Testnets like Arbitrum Sepolia only appear if you have an established connection
133
134
className="img-600px"
134
135
/>
135
136
136
-
1. Select the token you want to bridge in the token drop-down menu. You can also enable/disable the token lists by clicking the **Manage** token lists button in the bottom-right corner of the drop-down menu.
137
+
1. Select the token you want to bridge in the token drop-down menu.
137
138
2. Enter the amount of `ETH` or `ERC-20` tokens you want to bridge in the **From** box.
138
139
3. Press **Move funds**.
139
140
4. Follow the prompts from your Web3 wallet.
@@ -150,7 +151,7 @@ Please ensure you have sufficient `ETH` in your wallet to cover the transaction
150
151
className="img-600px"
151
152
/>
152
153
153
-
A countdown will pop-up stating that you'll receive your funds in 7-8 days.
154
+
A countdown will appear stating that you'll receive your funds in 7-8 days.
154
155
155
156
You can check the status of your withdrawal by clicking on your profile in the top-right corner and opening the **Transactions** tab, where you can claim it when it's ready.
156
157
@@ -160,7 +161,7 @@ You can check the status of your withdrawal by clicking on your profile in the t
160
161
className="img-600px"
161
162
/>
162
163
163
-
Once the countdown is complete, switch to the destination network on your wallet and press the **Claim** button, which has now turned blue, to receive your funds.
164
+
Once the countdown is complete, switch to the destination network in your wallet and press the **Claim** button, which is now blue, to receive your funds.
0 commit comments