diff --git a/docs/developers/guides/bridge/how-to-bridge-erc20-tokens.mdx b/docs/developers/guides/bridge/how-to-bridge-erc20-tokens.mdx
index 181267ec4..329e08cfa 100644
--- a/docs/developers/guides/bridge/how-to-bridge-erc20-tokens.mdx
+++ b/docs/developers/guides/bridge/how-to-bridge-erc20-tokens.mdx
@@ -7,13 +7,14 @@ image: /img/socialCards/bridge-erc-20-tokens-between-ethereum-and-linea.jpg
:::note
-We recommend that only tech operators that are providing liquidity use Linea's native bridge to transfer
-ERC-20 tokens.
+We recommend that only tech operators that are providing liquidity use Linea's native bridge to
+transfer ERC-20 tokens.
For everyday bridge transfers, we recommend you use the
[MetaMask Portfolio bridge](https://portfolio.metamask.io/bridge), which aggregates bridging options
across Linea and shows you the best rates. Alternatively, use one of the
[third-party bridges](https://bridge.linea.build/) available to users.
+
:::
ERC-20 tokens can only be bridged using manual claiming, which
@@ -27,23 +28,23 @@ transferred token amount, this could be a
the value is displayed. The chance of encountering this is quite low, but still good to know about.
:::
-The guide on [how to bridge ETH](./how-to-bridge-eth.md) shows how to use our bridge
+The guide on [how to bridge ETH](./how-to-bridge-eth.mdx) shows how to use our bridge
and appropriately fund your wallet.
-1. Go to the Linea [token bridge](https://bridge.linea.build/).
+1. Go to the [Linea bridge](https://bridge.linea.build/).
2. Connect your wallet in the top-right corner of the page.
-
+
-3. On the [token bridge](https://bridge.linea.build/), go to the token selection menu by clicking on the current token symbol (ETH in this case).
+3. Enter the token selection menu by clicking on the current token symbol (ETH in this case).
@@ -54,7 +55,9 @@ and appropriately fund your wallet.
-4. Select one of the available tokens in the list. If the token is not in the list, paste the address of the token you want to add into the search bar.
+4. Select one of the available tokens in the list. If the token is not in the list, use the search
+bar to find it by contract address, symbol, or its full name. Click on your preferred token to
+select it.
@@ -65,9 +68,7 @@ and appropriately fund your wallet.
-5. Click on the token to select it.
-
-6. You now can bridge this token, and it will be saved in your token list for future bridging.
+5. You now can bridge this token, and it will be saved in your token list for future bridging.
@@ -80,17 +81,16 @@ and appropriately fund your wallet.
## Token bridge decimal mismatch
-When a user bridges an ERC-20 token from one chain to the other (e.g. Mainnet to Linea) and the token
-has not been deployed on the destination chain, the Token Bridge Smart Contract will attempt to
-determine the “decimals” of the ERC-20 token. If the "decimals" cannot be determined by reading the
-origin ERC-20 token contract (e.g. a token contract does not adhere to the
-[ERC-20 standard](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/)), it will default
-to 18 decimals.
+When an ERC-20 token is bridged from one chain to the other and the token has not been deployed on
+the destination chain, the Token Bridge Smart Contract will attempt to determine the “decimals” of
+the ERC-20 token. If the decimals cannot be determined by reading the origin ERC-20 token contract
+(e.g. a token contract does not adhere to the [ERC-20 standard](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/)),
+it will default to 18 decimals.
-It's important to note that encountering this situation is uncommon, as most tokens with specified
-decimals usually adhere to the ERC-20 standards.
+This can result in the token quantities displaying incorrectly on the destination chain. For example,
+if a token has 16 decimals on L1 but doesn't specify the decimals in token contract, it will
+default to 18 decimals on Linea. Bridging 1 token from L1 will show up as 0.01 on L2. When you
+bridge back the 0.01 to L1, it'll become 1 token again.
-Here's a simple example to help you understand what this means: if a token has 16 decimals on L1 but
-doesn't specify the decimals in token contract, then it defaults to 18 decimals on Linea due to
-missing information. Bridging 1 token from L1 will show up as 0.01 on L2. When you bridge back the
-0.01 to L1, it'll become 1 token again.
+Decimal mismatches are rare, since most tokens with specified decimals usually adhere to the ERC-20
+standards.
diff --git a/docs/developers/guides/bridge/how-to-bridge-eth.md b/docs/developers/guides/bridge/how-to-bridge-eth.mdx
similarity index 58%
rename from docs/developers/guides/bridge/how-to-bridge-eth.md
rename to docs/developers/guides/bridge/how-to-bridge-eth.mdx
index 08f9ad943..f9aa50443 100644
--- a/docs/developers/guides/bridge/how-to-bridge-eth.md
+++ b/docs/developers/guides/bridge/how-to-bridge-eth.mdx
@@ -7,7 +7,8 @@ image: /img/socialCards/bridge-eth-between-ethereum-and-linea.jpg
:::note
-We recommend that only tech operators that are providing liquidity use Linea's native bridge to transfer ETH.
+We recommend that only tech operators that are providing liquidity use Linea's native bridge to
+transfer ETH.
For everyday bridge transfers, we recommend you use the
[MetaMask Portfolio bridge](https://portfolio.metamask.io/bridge), which aggregates bridging options
@@ -28,43 +29,29 @@ automatically receive their funds because a "postman" will handle the claiming p
This is a step by step guide to bridging ETH between Ethereum Mainnet (L1) to Linea (L2).
-:::tip
-To bridge testnet ETH, select the **Try Testnet** button at the bottom left of the
-[token bridge page](https://bridge.linea.build/) and follow the same steps as below.
-:::
-
If you would like to bridge between Linea and other networks, we recommend you use on of the
third-party bridges available via [MetaMask Portfolio](https://portfolio.metamask.io/bridge).
-**Check out this video on how to use our bridge!**
-
-
-
## Bridge ETH from Ethereum (L1) to Linea (L2)
:::caution
-Please use the automatic claiming option the first time you bridge ETH from L1 to L2. Manual claiming
-requires you to have L2 ETH available to pay for the fees.
+Please use the automatic claiming option the first time you bridge ETH from L1 to L2. Manual
+claiming requires you to have L2 ETH available to pay for the fees.
-If you don't have enough L2 ETH to cover the fees, your transaction will be stuck on the bridge until you
-can cover the fees.
+If you don't have enough L2 ETH to cover the fees, your bridged funds will be stuck on the bridge
+until you can cover the fees.
:::
-### Automatic Claiming
+### Automatic claiming
-1. Go to our token bridge [here](https://bridge.linea.build/).
+1. Go to the bridge [here](https://bridge.linea.build/).
2. Connect your wallet in the top-right corner of the page.
-
+
+
+
+
+
+
+4. Enter the amount of ETH you want to bridge over to Linea Mainnet, and click the “Bridge” button.
@@ -90,44 +86,49 @@ can cover the fees.
-6. After confirming the transaction, it should take around 20 minutes for the transaction to reach Linea Mainnet. You can see your pending transaction under the "Recent transactions" section at the bottom of the token bridge.
+6. After confirming the transaction, it should take around 20 minutes for the transaction to reach
+Linea Mainnet. You can see your pending transaction under the "Transactions" tab.
-
+
-7. You’re done! Under "Recent transactions", it should say "Bridging complete" and your ETH should be on Linea Mainnet. _Reminder: It takes around 20 minutes for the bridging process to complete._
+7. When your transaction is complete, it should say "Complete" and your ETH should be on
+Linea Mainnet.
-
+
-8. You can see your Linea account balance in MetaMask once you switch to the Linea network. You can also check it on [LineaScan](https://lineascan.build/address/0x331FB12C080F5b34F0E8812D44114D17398A016d). Just replace the account address in the URL with your account address and it should reflect your account's balance!
+8. You can see your Linea account balance in MetaMask once you switch to the Linea network. You can
+also check it on [Lineascan](https://lineascan.build/address/0x331FB12C080F5b34F0E8812D44114D17398A016d).
+Just replace the account address in the URL with your account address and it should reflect your
+account's balance.
-### Manual Claiming
+### Manual claiming
1. Go to our token bridge [here](https://bridge.linea.build/).
2. Connect your wallet in the top-right corner of the page.
-
+
-3. Verify that the bridge is set to `Ethereum → Linea Mainnet`, and that **manual claiming** is enabled.
+3. Verify that the bridge is set to Ethereum → Linea Mainnet, and that manual claiming is enabled.
+
+
+
+
+
+
-4. Enter the amount of ETH you want to bridge over to Linea Mainnet, and select the **Start Bridging** button.
+4. Enter the amount of ETH you want to bridge over to Linea Mainnet, and click the "Bridge"
+button.
@@ -153,19 +164,31 @@ can cover the fees.
-6. You will see a “Claim Funds” button appear under the "Recent transactions" section. Select the "Claim Funds" button to continue the bridging process.
+6. Once confirmed, head to the "Transactions" tab in the sidebar. Here you'll see your transaction
+labelled "Pending" until it is ready to claim. When it is ready, it will change to "Ready to claim".
-
+
+
+
+
+To claim, click on the transaction to open its details, then click "Claim".
+
+
+
+
@@ -175,39 +198,44 @@ can cover the fees.
-8. You’re done! Under "Recent transactions", it should say "Bridging complete" and your ETH should be on Linea Mainnet. _Reminder: It takes around 20 minutes for the bridging process to complete._
+8. Under the "Transactions" tab, your transaction should now be marked as "Complete" and your ETH
+should be on Linea Mainnet.
-
+
-9. You can see your Linea account balance in MetaMask once you switch to the Linea network. You can also check it on [LineaScan](https://lineascan.build/address/0x331FB12C080F5b34F0E8812D44114D17398A016d). Just replace the account address in the URL with your account address and it should reflect your account's balance!
+9. You can see your Linea account balance in MetaMask once you switch to the Linea network. You can
+also check it on [Lineascan](https://lineascan.build/address/0x331FB12C080F5b34F0E8812D44114D17398A016d).
+Just replace the account address in the URL with your account address and it should reflect your
+account's balance.
## Bridge ETH from Linea Mainnet (L2) to Ethereum Mainnet (L1)
:::note
-Automatic claiming is only available for bridging ETH from L1 to L2. You will not be able to select this option for L2 to L1 bridging.
+Automatic claiming is only available for bridging ETH from L1 to L2. You will not be able to select
+this option for L2 to L1 bridging.
:::
-1. Go to our token bridge [here](https://bridge.linea.build/).
+1. Go to the bridge [here](https://bridge.linea.build/).
2. Connect your wallet in the top-right corner of the page.
-
+
-3. Verify that the bridge is set to Linea Mainnet -> Ethereum. Manual claiming is the only available option for L2 to L1 bridging.
+3. Verify that the bridge is set to Linea Mainnet -> Ethereum. Manual claiming is the only available
+option for L2 to L1 bridging.
-4. Enter the amount of ETH you want to bridge over to Ethereum Mainnet, and select the “Start Bridging” button.
+
+
+
+
+
+
+4. Enter the amount of ETH you want to bridge over to Ethereum Mainnet, and select the "Bridge"
+button.
@@ -233,32 +272,33 @@ Automatic claiming is only available for bridging ETH from L1 to L2. You will no
-6. The pending transaction will show up in the “Recent transactions” section of the bridge.
- _Reminder: It takes at least 8 hours for the transaction to go through from L2 to L1._
+6. The pending transaction will show up in the “Recent transactions” section of the bridge. It takes
+at least 8 hours for the transaction to go through from L2 to L1.
-
+
-7. You will see a **Claim Funds** button appear under the "Recent transactions" section. Select **Claim Funds**
- to continue the bridging process.
+7. Once confirmed, head to the "Transactions" tab in the sidebar. Here you'll see your transaction
+labelled "Pending" until it is ready to claim. When it is ready, it will change to "Ready to claim".
+To claim, click on the transaction to open its details, then click "Claim".
-
+
@@ -268,10 +308,10 @@ Automatic claiming is only available for bridging ETH from L1 to L2. You will no
-9. You're done! You can check your Ethereum account balance in MetaMask, or on a block explorer such as [Etherscan](https://etherscan.io/)!
+9. You're done! You can check your Ethereum account balance in MetaMask, or on a block explorer such as [Etherscan](https://etherscan.io/).
diff --git a/docs/users/move-funds/bridge.mdx b/docs/users/move-funds/bridge.mdx
index 8eb6fa4d5..28274e767 100644
--- a/docs/users/move-funds/bridge.mdx
+++ b/docs/users/move-funds/bridge.mdx
@@ -12,7 +12,7 @@ You can select the option most appropriate to you:
the simplest option for most users.
- **Third-party bridges for users** - Use alternative third-party bridges.
- **Linea Native Bridge** - Best suited for tech operators, dapp teams, and liquidity
-providers. For more guidance on the native bridge, see [here](../../developers/guides/bridge/how-to-bridge-eth.md).
+providers. For more guidance on the native bridge, see [here](../../developers/guides/bridge/how-to-bridge-eth.mdx).
:::info
The Linea Native Bridge is a slower option that should not be used for time-sensitive transfers.
diff --git a/docs/users/move-funds/fund.mdx b/docs/users/move-funds/fund.mdx
index 58b289e2f..24071fce1 100644
--- a/docs/users/move-funds/fund.mdx
+++ b/docs/users/move-funds/fund.mdx
@@ -75,4 +75,4 @@ Linea Sepolia address:
- [GetBlock](https://getblock.io/faucet/linea-sepolia/)
- [HackQuest](https://www.hackquest.io/en/faucets/59141) (and check out their [Linea Learning Track](https://www.hackquest.io/en/learning-track/9be129e7-575b-49bd-a64e-1bbe32427ace))
-Alternatively, [use the Linea Native Bridge to bridge tokens between Sepolia and Linea Sepolia](../../developers/guides/bridge/how-to-bridge-eth.md).
+Alternatively, [use the Linea Native Bridge to bridge tokens between Sepolia and Linea Sepolia](../../developers/guides/bridge/how-to-bridge-eth.mdx).
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png
deleted file mode 100644
index 3723ccd03..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token.png
index fe26e8450..a09ac3ae6 100644
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token.png and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token_list.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token_list.png
index ef4a04ada..452c58f87 100644
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token_list.png and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_select_token_list.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_selected_token.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_selected_token.png
index ac959d3c2..5cb8bc464 100644
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_selected_token.png and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ERC20_tokens_between_Ethereum_and_Linea/Linea_Bridge_selected_token.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L1_to_L2_bridging_complete.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L1_to_L2_bridging_complete.png
deleted file mode 100644
index a89b2b6f0..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L1_to_L2_bridging_complete.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_choose_amount.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_choose_amount.png
deleted file mode 100644
index d44f4f723..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_choose_amount.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_claim_button.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_claim_button.png
deleted file mode 100644
index c972ad735..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_claim_button.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_confirm_transaction_MetaMask.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_confirm_transaction_MetaMask.png
deleted file mode 100644
index d02c241c2..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_confirm_transaction_MetaMask.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_pending_transaction.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_pending_transaction.png
deleted file mode 100644
index 6083f6d44..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_L2_to_L1_pending_transaction.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_eth_to_linea_amount.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_eth_to_linea_amount.png
new file mode 100644
index 000000000..c06b20555
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_eth_to_linea_amount.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_eth_to_linea_completed.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_eth_to_linea_completed.png
new file mode 100644
index 000000000..4bf641bdd
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_eth_to_linea_completed.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_set_eth_to_linea.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_set_eth_to_linea.png
new file mode 100644
index 000000000..d73e8d1a9
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claim_set_eth_to_linea.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claiming_choose_amount.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claiming_choose_amount.png
deleted file mode 100644
index 36201bbc2..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claiming_choose_amount.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claiming_pending_transaction.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claiming_pending_transaction.png
deleted file mode 100644
index 05fad8885..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_automatic_claiming_pending_transaction.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_confirm_switch_network_MetaMask.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_confirm_switch_network_MetaMask.png
deleted file mode 100644
index 9511c4c18..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_confirm_switch_network_MetaMask.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_confirm_transaction_MetaMask.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_confirm_transaction_MetaMask.png
deleted file mode 100644
index 132dac2d6..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_confirm_transaction_MetaMask.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png
index 3723ccd03..305df6a81 100644
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_connect_wallet_button.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_confirm.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_confirm.png
new file mode 100644
index 000000000..6e8c29cd9
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_confirm.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_pending.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_pending.png
new file mode 100644
index 000000000..726bf6a97
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_pending.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_ready_to_claim.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_ready_to_claim.png
new file mode 100644
index 000000000..05fc04bb6
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_eth_to_linea_ready_to_claim.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_amount.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_amount.png
new file mode 100644
index 000000000..4f02095bb
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_amount.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_confirm.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_confirm.png
new file mode 100644
index 000000000..a77571bca
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_confirm.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_manual_claim_button.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_manual_claim_button.png
new file mode 100644
index 000000000..7bbf9fb12
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_manual_claim_button.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_manual_claim_confirm.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_manual_claim_confirm.png
new file mode 100644
index 000000000..b5254ead8
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_manual_claim_confirm.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_pending.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_pending.png
new file mode 100644
index 000000000..8755fa5a5
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_pending.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_ready_to_claim.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_ready_to_claim.png
new file mode 100644
index 000000000..4928127ff
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_linea_to_eth_ready_to_claim.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_button.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_button.png
new file mode 100644
index 000000000..6ccfbc485
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_button.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_confirm.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_confirm.png
new file mode 100644
index 000000000..d0daf9b8c
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_confirm.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_eth_to_linea_amount.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_eth_to_linea_amount.png
new file mode 100644
index 000000000..706fa7ec8
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_eth_to_linea_amount.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_set_eth_to_linea.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_set_eth_to_linea.png
new file mode 100644
index 000000000..3dd5f15c5
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claim_set_eth_to_linea.png differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claiming_choose_amount.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claiming_choose_amount.png
deleted file mode 100644
index e8d9d4e9d..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claiming_choose_amount.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claiming_claim_button.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claiming_claim_button.png
deleted file mode 100644
index 26986b029..000000000
Binary files a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_manual_claiming_claim_button.png and /dev/null differ
diff --git a/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_set_linea_to_eth.png b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_set_linea_to_eth.png
new file mode 100644
index 000000000..e79ed6089
Binary files /dev/null and b/static/img/article_images/Use_Linea/Bridge_your_tokens/How_to_bridge_ETH_between_Ethereum_and_Linea/Linea_Bridge_set_linea_to_eth.png differ