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 [Sepolia](https://sepoliafaucet.com/) or [Arbitrum Sepolia](https://faucet.quicknode.com/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/OKX Wallet; 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/OKX Wallet 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).
37
36
38
37
<ImageZoom
39
-
src="/img/arb-bridge-getting_started_users_1.png"
40
-
alt="Add the desired destination network to your MetaMask/OKX wallet"
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,28 +54,42 @@ 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
69
-
src="/img/arb-bridge-getting_started_users_2.png"
70
+
src="/img/arb-bridge-getting-started-users-2.png"
70
71
alt="Add the desired network to your Web3 wallet"
71
-
className="img-800px"
72
+
className="img-600px"
72
73
/>
73
74
74
-
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.
75
+
<ImageZoom
76
+
src="/img/arb-bridge-getting-started-users-3.png"
77
+
alt="Add the desired network to your Web3 wallet"
78
+
className="img-600px"
79
+
/>
80
+
81
+
4. Select the token you want to bridge in the token drop-down menu.
75
82
76
83
<ImageZoom
77
-
src="/img/arb-bridge-getting_started_users_3.png"
84
+
src="/img/arb-bridge-getting-started-users-4.png"
78
85
alt="Select the token to bridge"
79
-
className="img-800px"
86
+
className="img-600px"
87
+
/>
88
+
89
+
<ImageZoom
90
+
src="/img/arb-bridge-getting-started-users-5.png"
91
+
alt="Select the token to bridge"
92
+
className="img-600px"
80
93
/>
81
94
82
95
5. Enter the amount of `ETH` or `ERC-20` tokens you want to bridge over in the **From** box.
@@ -90,14 +103,14 @@ Please ensure you have sufficient `ETH` in your wallet to cover the transation c
90
103
:::
91
104
92
105
<ImageZoom
93
-
src="/img/arb-bridge-getting_started_users_4.png"
106
+
src="/img/arb-bridge-getting-started-users-6.png"
94
107
alt="Enter the amount of tokens to bridge"
95
-
className="img-800px"
108
+
className="img-600px"
96
109
/>
97
110
98
-
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).
99
112
100
-
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.
101
114
102
115
## Withdraw `ETH` or `ERC-20` tokens (from child chain to parent chain)
103
116
@@ -107,7 +120,7 @@ Once you withdraw your funds from Arbitrum One or Nova through the Arbitrum brid
107
120
108
121
:::
109
122
110
-
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.
111
124
112
125
:::caution
113
126
@@ -116,12 +129,12 @@ Testnets like Arbitrum Sepolia only appear if you have an established connection
116
129
:::
117
130
118
131
<ImageZoom
119
-
src="/img/arb-bridge-getting_started_users_5.png"
132
+
src="/img/arb-bridge-getting-started-users-7.png"
120
133
alt="Select the token to withdraw"
121
-
className="img-800px"
134
+
className="img-600px"
122
135
/>
123
136
124
-
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.
125
138
2. Enter the amount of `ETH` or `ERC-20` tokens you want to bridge in the **From** box.
126
139
3. Press **Move funds**.
127
140
4. Follow the prompts from your Web3 wallet.
@@ -133,22 +146,22 @@ Please ensure you have sufficient `ETH` in your wallet to cover the transaction
133
146
:::
134
147
135
148
<ImageZoom
136
-
src="/img/arb-bridge-getting_started_users_6.png"
149
+
src="/img/arb-bridge-getting-started-users-8.png"
137
150
alt="Enter the amount of token to withdraw"
138
-
className="img-800px"
151
+
className="img-600px"
139
152
/>
140
153
141
-
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.
142
155
143
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.
144
157
145
158
<ImageZoom
146
-
src="/img/arb-bridge-getting_started_users_7.png"
159
+
src="/img/arb-bridge-getting-started-users-9.png"
147
160
alt="See the transaction history"
148
-
className="img-800px"
161
+
className="img-600px"
149
162
/>
150
163
151
-
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