Skip to content

Commit 556f70a

Browse files
Merge pull request #2959 from OffchainLabs/bridge-page-update
Bridge page update
2 parents d0919c3 + 9b28685 commit 556f70a

18 files changed

+50
-37
lines changed

docs/arbitrum-bridge/01-quickstart.mdx

Lines changed: 48 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,39 @@ content_type: quickstart
88

99
import ImageZoom from '@site/src/components/ImageZoom';
1010

11-
This quickstart is for users who want to deposit `ETH` or any `ERC-20` tokens from a <a data-quicklook-from="parent-chain">Parent chain</a> to a <a data-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 <a data-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 <a data-quicklook-from="parent-chain">parent chain</a> to a <a data-quicklook-from="child-chain">child chain</a> or vice versa, using [Arbitrums bridge](https://bridge.arbitrum.io/). For example, from Ethereum to <a data-quicklook-from="arbitrum-one">Arbitrum One</a>, or from Arbitrum One to a Layer 3 Arbitrum chain.
1212

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, dont hesitate to contact us through our [Discord](https://discord.gg/arbitrum), and we will be happy to help you complete the process.
1414

15-
The only prerequisite for this quickstart is to have a Web3 <a data-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 <a data-quicklook-from="wallet">wallet</a> installed, such as MetaMask or OKX Wallet. If you dont have one installed, visit the [Arbitrum portal](https://portal.arbitrum.io/?categories=wallet) for a list of available wallets to download.
1616

1717
## Deposit `ETH` or `ERC-20` tokens (from parent chain to child chain)
1818

1919
### Step 1: Get some native currency
2020

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+
Youll 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, youll need `ETH` on Ethereum to initiate the process.
2222

2323
There are several ways to obtain the native currency:
2424

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.
2626
- 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).
2828

2929
### Step 2: Add the preferred network to your wallet
3030

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.
3232

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).
3736

3837
<ImageZoom
39-
src="/img/arb-bridge-getting_started_users_1.png"
40-
alt="Add the desired destination network to your MetaMask/OKX wallet"
38+
src="/img/bridge-quickstart-metamask-set-network.gif"
39+
alt="Add the desired destination network to your MetaMask"
4140
className="img-600px"
4241
/>
4342

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.
4544

4645
| Parameter | Arbitrum One | <a data-quicklook-from="arbitrum-nova">Arbitrum Nova</a> | Arbitrum Sepolia (testnet) |
4746
| ------------------ | ---------------------------- | -------------------------------------------------------- | -------------------------------------- |
@@ -55,28 +54,42 @@ You'll also need to add the desired chain's RPC endpoint to your wallet. Here, w
5554

5655
To bridge your `ETH` or `ERC-20` tokens to a different chain, start by visitng [bridge.arbitrum.io](https://bridge.arbitrum.io/).
5756

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.
6059
3. Select the **destination** network (where you want your assets to go), e.g., Arbitrum One.
6160

6261
:::caution
6362

6463
Note that testnets like Arbitrum Sepolia only appear if you have an established connection to the appropriate parent testnet network (Ethereum Sepolia).
6564

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+
6667
:::
6768

6869
<ImageZoom
69-
src="/img/arb-bridge-getting_started_users_2.png"
70+
src="/img/arb-bridge-getting-started-users-2.png"
7071
alt="Add the desired network to your Web3 wallet"
71-
className="img-800px"
72+
className="img-600px"
7273
/>
7374

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.
7582

7683
<ImageZoom
77-
src="/img/arb-bridge-getting_started_users_3.png"
84+
src="/img/arb-bridge-getting-started-users-4.png"
7885
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"
8093
/>
8194

8295
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
90103
:::
91104

92105
<ImageZoom
93-
src="/img/arb-bridge-getting_started_users_4.png"
106+
src="/img/arb-bridge-getting-started-users-6.png"
94107
alt="Enter the amount of tokens to bridge"
95-
className="img-800px"
108+
className="img-600px"
96109
/>
97110

98-
After you submit the <a data-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 <a data-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).
99112

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.
101114

102115
## Withdraw `ETH` or `ERC-20` tokens (from child chain to parent chain)
103116

@@ -107,7 +120,7 @@ Once you withdraw your funds from Arbitrum One or Nova through the Arbitrum brid
107120

108121
:::
109122

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.
111124

112125
:::caution
113126

@@ -116,12 +129,12 @@ Testnets like Arbitrum Sepolia only appear if you have an established connection
116129
:::
117130

118131
<ImageZoom
119-
src="/img/arb-bridge-getting_started_users_5.png"
132+
src="/img/arb-bridge-getting-started-users-7.png"
120133
alt="Select the token to withdraw"
121-
className="img-800px"
134+
className="img-600px"
122135
/>
123136

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.
125138
2. Enter the amount of `ETH` or `ERC-20` tokens you want to bridge in the **From** box.
126139
3. Press **Move funds**.
127140
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
133146
:::
134147

135148
<ImageZoom
136-
src="/img/arb-bridge-getting_started_users_6.png"
149+
src="/img/arb-bridge-getting-started-users-8.png"
137150
alt="Enter the amount of token to withdraw"
138-
className="img-800px"
151+
className="img-600px"
139152
/>
140153

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.
142155

143156
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.
144157

145158
<ImageZoom
146-
src="/img/arb-bridge-getting_started_users_7.png"
159+
src="/img/arb-bridge-getting-started-users-9.png"
147160
alt="See the transaction history"
148-
className="img-800px"
161+
className="img-600px"
149162
/>
150163

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.
152165

153166
## What's next?
154167

docs/for-devs/dev-tools-and-resources/chain-info.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ import FaucetList from '../../partials/_faucet-list-partial.mdx';
2020

2121
<ThirdPartyRpcEndpoints />
2222

23+
## Faucet list
24+
2325
<FaucetList />
2426

2527
## Arbitrum Smart Contract Addresses

docs/partials/_faucet-list-partial.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ author: anegg0
66
last_reviewed: 2025-11-20
77
---
88

9-
## Faucets
10-
119
| Name | Network | Tokens |
1210
| :-------------------------------------------------------------- | :------ | :---------------------------- |
1311
| [PK910 PoW Faucet](https://sepolia-faucet.pk910.de/) | Sepolia | Ethereum Sepolia |
176 KB
Loading
160 KB
Loading
176 KB
Loading
153 KB
Loading
175 KB
Loading
170 KB
Loading
174 KB
Loading

0 commit comments

Comments
 (0)