Skip to content

Remove mentioning of 90% refund max for MEV-Share. #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/flashbots-protect/mev-share.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ProtectButton from '@site/src/components/ProtectButton';

## Introduction

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/flashbots-protect/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It has the following key benefits:

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

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/flashbots-protect/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flashbots Protect has the following key benefits:

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

### Faster Transactions
Expand Down
Loading