Skip to content

Commit 6dbf3c1

Browse files
committed
Incorporate minor adjustment
1 parent cc2e472 commit 6dbf3c1

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

docs/flashbots-protect/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It has the following key benefits:
2020

2121
- **Configurable:** You can choose which builders to send to and your mev-share settings.
2222
- **Frontrunning protection:** Transactions are sent to a private Flashbots mempool where they will be hidden from front-running and sandwich bots.
23-
- **Receive backrunning MEV refunds**: If your transaction creates MEV via backrunning, you will receive MEV refund through [MEV-Share](/flashbots-mev-share/introduction).
23+
- **Receive backrunning MEV refunds**: If your transaction creates MEV via backrunning, you will receive an MEV refund through [MEV-Share](/flashbots-mev-share/introduction).
2424
- **Revert protection:** Users do not pay for failed transactions since transactions that would revert are excluded.
2525

2626
You can use Flashbots Protect by clicking the button below or by sending transactions using `eth_sendRawTransaction` to `rpc.flashbots.net/fast` or the custom URL based on your advanced configuration below.

docs/flashbots-protect/quick-start.mdx

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Flashbots Protect has the following key benefits:
1010

1111
- **Highly Configurable:** Customize your preference level for privacy, latency, and rebate returns.
1212
- **No frontrunning:** Transactions are hidden from the public mempool away from front-running and sandwich bots.
13-
- **Earn MEV refunds**: If your transaction creates MEV, reclaim significant portion of it back through [MEV-Share](/flashbots-mev-share/introduction).
13+
- **Earn MEV refunds**: If your transaction creates MEV, earn refunds through [MEV-Share](/flashbots-mev-share/introduction).
1414
- **No failed transactions:** Transactions are only included in the block if they will not revert. Users do not pay fees for failed transactions.
1515

1616
### Faster Transactions
@@ -19,13 +19,12 @@ Using Protect in fast mode accelerates the inclusion of your transaction. Click
1919

2020
Fast mode details:
2121

22-
1. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block.
23-
2. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block.
22+
1. **Shared with all builders:** Transactions are multiplexed, or shared, with all [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json) within one block after they are received. Multiplexing increases the probability that the transaction will be sent to the builder building the winning block.
23+
2. **Larger validator payment:** With the default RPC, 10% of the MEV-Share refund is paid to validators. In fast mode, validators receive a higher percentage of the MEV-Share refund increasing the probability that the transaction will be included in the winning block.
2424

2525
**Note**: When you send your transaction to a builder, you trust them not to frontrun your transaction or disclose it to third-party MEV searchers.
2626

27-
:::warning Do Not Switch RPCs Before Transaction Confirmation
28-
If you submit a transaction through Flashbots Protect via the MetaMask wallet, do not switch RPCs before transaction confirmation. MetaMask may resend the transaction to the public mempool exposing your transaction to potential MEV attacks if RPCs are switched before transaction confirmation.
27+
:::warning Do Not Switch RPCs Before Transaction Confirmation If you submit a transaction through Flashbots Protect via the MetaMask wallet, do not switch RPCs before transaction confirmation. MetaMask may resend the transaction to the public mempool exposing your transaction to potential MEV attacks if RPCs are switched before transaction confirmation.
2928

3029
:::
3130

@@ -50,10 +49,10 @@ You can also add Flashbots Protect RPC manually in MetaMask by following these s
5049
3. Click “Add a network manually” and fill in the following information:
5150

5251
- **Network Name:** Flashbots Protect
53-
- **New RPC URL:** https://rpc.flashbots.net/fast or the URL provided above based on your configuration
52+
- **New RPC URL:** <https://rpc.flashbots.net/fast> or the URL provided above based on your configuration
5453
- **Chain ID:** 1
5554
- **Currency Symbol:** ETH
56-
- **Block Explorer URL:** https://etherscan.io/
55+
- **Block Explorer URL:** <https://etherscan.io/>
5756

5857
4. Click “Save.”
5958
5. Click “Switch to Flashbots Protect”
@@ -63,19 +62,19 @@ You can also add Flashbots Protect RPC manually in MetaMask by following these s
6362
Flashbots Protect RPC for Goerli testnet can be added with these details:
6463

6564
- **Network Name:** Goerli Flashbots Protect
66-
- **New RPC URL:** https://rpc-goerli.flashbots.net/
65+
- **New RPC URL:** <https://rpc-goerli.flashbots.net/>
6766
- **Chain ID:** 5
6867
- **Currency Symbol:** ETH
69-
- **Block Explorer URL**: https://goerli.etherscan.io/
68+
- **Block Explorer URL**: <https://goerli.etherscan.io/>
7069

7170
Below is the list of Flashbots Protect RPCs we currently support across Ethereum mainnet and testnets:
7271

73-
| Network | URL |
74-
| -------- | --------------------------------------------- |
75-
| Mainnet | `https://rpc.flashbots.net/fast` |
76-
| Goerli | `https://rpc-goerli.flashbots.net/` |
77-
| Sepolia | `https://rpc-sepolia.flashbots.net/` |
78-
| Holesky | `https://rpc-holesky.flashbots.net/` |
72+
| Network | URL |
73+
| ------- | ------------------------------------ |
74+
| Mainnet | `https://rpc.flashbots.net/fast` |
75+
| Goerli | `https://rpc-goerli.flashbots.net/` |
76+
| Sepolia | `https://rpc-sepolia.flashbots.net/` |
77+
| Holesky | `https://rpc-holesky.flashbots.net/` |
7978

8079
## Stuck transactions
8180

0 commit comments

Comments
 (0)