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
Copy file name to clipboardExpand all lines: docs/flashbots-protect/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ It has the following key benefits:
20
20
21
21
-**Configurable:** You can choose which builders to send to and your mev-share settings.
22
22
-**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).
24
24
-**Revert protection:** Users do not pay for failed transactions since transactions that would revert are excluded.
25
25
26
26
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.
Copy file name to clipboardExpand all lines: docs/flashbots-protect/quick-start.mdx
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Flashbots Protect has the following key benefits:
10
10
11
11
-**Highly Configurable:** Customize your preference level for privacy, latency, and rebate returns.
12
12
-**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).
14
14
-**No failed transactions:** Transactions are only included in the block if they will not revert. Users do not pay fees for failed transactions.
15
15
16
16
### Faster Transactions
@@ -19,13 +19,12 @@ Using Protect in fast mode accelerates the inclusion of your transaction. Click
19
19
20
20
Fast mode details:
21
21
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.
24
24
25
25
**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.
26
26
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.
29
28
30
29
:::
31
30
@@ -50,10 +49,10 @@ You can also add Flashbots Protect RPC manually in MetaMask by following these s
50
49
3. Click “Add a network manually” and fill in the following information:
51
50
52
51
-**Network Name:** Flashbots Protect
53
-
-**New RPC URL:**https://rpc.flashbots.net/fast or the URL provided above based on your configuration
0 commit comments