diff --git a/docs/flashbots-protect/mev-share.mdx b/docs/flashbots-protect/mev-share.mdx index 35538521..19f36c7c 100644 --- a/docs/flashbots-protect/mev-share.mdx +++ b/docs/flashbots-protect/mev-share.mdx @@ -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. diff --git a/docs/flashbots-protect/overview.mdx b/docs/flashbots-protect/overview.mdx index 95a79c74..8b6258cf 100644 --- a/docs/flashbots-protect/overview.mdx +++ b/docs/flashbots-protect/overview.mdx @@ -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. diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index 26a19ed4..178591de 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -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