Skip to content

Commit 26c8540

Browse files
authored
Update overview.mdx (#545)
Edited FB Protect documents to reflect the fast endpoint and some grammatical changes.
1 parent e2d2d17 commit 26c8540

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/flashbots-protect/overview.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ title: MEV Protection Overview
66
<title>MEV Protection - Block MEV With Flashbots Protect RPC</title>
77
<meta
88
name="description"
9-
content="Privacy notice: Flashbots MEV Protect RPC does not track any user information (i.e. IP, location, etc.). No user information is ever stored or even logged."
9+
content="Privacy notice: Flashbots MEV Protect RPC does not track user information (i.e. IP, location, etc.). No user information is stored or logged."
1010
/>
1111
</head>
1212

1313
import ProtectButton from '@site/src/components/ProtectButton';
1414

15-
> **Privacy notice: Flashbots Protect RPC does not track** any kind of user information (i.e. IP, location, etc.). No user information is ever stored or even logged.
15+
> **Privacy notice: Flashbots Protect RPC does not track** user information (i.e. IP, location, etc.). No user information is stored or logged.
1616
17-
Flashbots Protect is a user-friendly, secure, and powerful way to transact on Ethereum for both novices and sophisticated users.
17+
Flashbots Protect is a secure way to protect Ethereum transactions from harmful front-running and sandwich attacks and to receive refunds on MEV generated from any back-running.
1818

1919
It has the following key benefits:
2020

21-
- **Configurable:** you can choose which builders to send to and your mev-share settings.
22-
- **Frontrunning protection:** your transaction will not be seen by bots hungry to frontrun you in the public mempool.
23-
- **Get backrunning MEV back**: if your transaction creates MEV in backrunning, you get up to 90% of it back through [MEV-Share](/flashbots-mev-share/introduction).
24-
- **No failed transactions:** your transaction will only be included if it doesn't include any reverts, so you don't pay for failed transactions.
21+
- **Configurable:** You can choose which builders to send to and your mev-share settings.
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 up to 90% of it back through [MEV-Share](/flashbots-mev-share/introduction).
24+
- **Revert protection:** Users do not pay for failed transactions since transactions that would revert are excluded.
2525

26-
You can use Flashbots Protect by clicking the button below, or by sending transactions using `eth_sendRawTransaction` to `rpc.flashbots.net` or the custom URL based on your advanced configuration below.
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.
2727

2828
<ProtectButton />
2929

3030
<br />
3131
<br />
3232

33-
We want to thank MiningDAO, mistX and Nethermind for significant code contributions, testing, and being early adopters of Flashbots Protect.
33+
We want to thank MiningDAO, mistX, and Nethermind for significant code contributions, testing, and being early adopters of Flashbots Protect.

0 commit comments

Comments
 (0)