Add RIP-8031: MEVless Protocol - A Solution to MEV Attacks For L2#75
Open
Lawliet-Chan wants to merge 5 commits intoethereum:masterfrom
Open
Add RIP-8031: MEVless Protocol - A Solution to MEV Attacks For L2#75Lawliet-Chan wants to merge 5 commits intoethereum:masterfrom
Lawliet-Chan wants to merge 5 commits intoethereum:masterfrom
Conversation
abcoathup
reviewed
Sep 28, 2025
abcoathup
reviewed
Sep 28, 2025
| title: MEVless Protocol | ||
| description: A protocol that prevents MEV attacks by constraining transaction ordering through blind sequencing and two-phase block execution. | ||
| author: Lawliet Chan (@lawliet-chan) | ||
| discussions-to: https://ethresear.ch/t/mevless-protocol-the-way-to-anti-mev/23084 |
Contributor
There was a problem hiding this comment.
Please create a discussions topic in Eth Magicians: https://ethereum-magicians.org/c/rips/58
Author
There was a problem hiding this comment.
Please create a discussions topic in Eth Magicians: https://ethereum-magicians.org/c/rips/58
Just added: https://ethereum-magicians.org/t/rip-8031-mevless-protocol-the-way-to-anti-mev/25615
Author
|
Here is my email: crocdilechan@gmail.com |
Author
|
@nconsigny could u pls have a look~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
This PR adds RIP-8031, proposing the MEVless protocol to prevent MEV attacks through blind transaction sequencing.
Key Features:
Prevents validators from seeing transaction content during ordering phase
Two-phase block system: sequencing blocks order by hashes, execution blocks execute in predetermined order
Requires random block production consensus to prevent speculative attacks
Optimized for L2 networks where protocol-level changes can be easily implemented
Files Added:
The protocol eliminates MEV attacks at the blockchain level, allowing DeFi developers to focus on building applications without MEV concerns.
Discussion
https://ethereum-magicians.org/t/rip-8031-mevless-protocol-the-way-to-anti-mev/25615