Add RIP-8031: MEVless Protocol - A Solution to MEV Attacks For L2 #75
+199
−0
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