Skip to content

Commit cc2e472

Browse files
authored
Remove mentioning of 90% refund max for MEV-Share. (#554)
1 parent c5f0a8c commit cc2e472

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/flashbots-protect/mev-share.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ProtectButton from '@site/src/components/ProtectButton';
88

99
## Introduction
1010

11-
MEV-Share enables users to reclaim up to 90% of the MEV generated by their transactions, the rest of which is paid to searchers and builders. By default, transactions from Protect users are directed to the Flashbots [MEV-Share Node](/flashbots-mev-share/introduction), which facilitates this return. Users are automatically connected to the [Stable](/flashbots-protect/mev-share#stable-configuration) configuration, a setting continuously optimized by Flashbots to balance efficient execution and protection against harmful MEV. This document provides a guide on the mechanism and various configurations of MEV-Share.
11+
MEV-Share allows users to reclaim a significant portion of the MEV generated by their transactions, while the remainder goes to searchers and builders to facilitate transaction inclusion. By default, transactions from Protect users are directed to the Flashbots [MEV-Share Node](/flashbots-mev-share/introduction), which facilitates this return. Users are automatically connected to the [Stable](/flashbots-protect/mev-share#stable-configuration) configuration, a setting continuously optimized by Flashbots to balance efficient execution and protection against harmful MEV. This document provides a guide on the mechanism and various configurations of MEV-Share.
1212

1313
Advanced users can customize their transactions and preferences through the advanced panel or by manually configuring their Protect RPC request.
1414

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 up to 90% of it back through [MEV-Share](/flashbots-mev-share/introduction).
23+
- **Receive backrunning MEV refunds**: If your transaction creates MEV via backrunning, you will receive 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: 1 addition & 1 deletion
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, receive up to 90% of realized MEV back through [MEV-Share](/flashbots-mev-share/introduction).
13+
- **Earn MEV refunds**: If your transaction creates MEV, reclaim significant portion of it back 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

0 commit comments

Comments
 (0)