Worked example · 2023
MEV-Boost relay equivocation attack surface — Ethereum — 2023
Summary
MEV-Boost is the dominant proposer-builder separation (PBS) architecture on Ethereum post-Merge. It introduces a relay layer between block builders (who construct MEV-optimized blocks) and block proposers (validators who propose blocks). The relay receives blocks from builders, withholds the block body, and sends the block header to the proposer for signing. After the proposer signs the header, the relay reveals the body and the proposer proposes the block.
The relay equivocation surface: the relay knows the builder's block contents (including MEV extraction transactions) before the proposer commits. A malicious relay could unbundle the builder's MEV and insert its own extraction, or collude with the proposer to do so. A malicious proposer could receive the header from the relay, sign it, but then propose a different block that extracts the same MEV without sharing with the builder — equivocating on the signed commitment.
The Flashbots team and independent security researchers characterized this surface in 2022–2023. Mitigations (relay reputation systems, proposer slashing for equivocation, builder-side relay selection diversity) have been discussed and partially deployed, but the surface is architectural — it arises from the trust model of the relay as a centralizing intermediary in the PBS pipeline.
Timeline (UTC)
| When | Event | OAK ref |
|---|---|---|
| 2022-09 | Ethereum Merge activates proof-of-stake; MEV-Boost becomes the dominant PBS architecture | T14.002 (surface creation) |
| 2022-10/12 | Security researchers characterize the relay trust model and equivocation surface; Flashbots publishes relay spec and trust assumptions | T14.002 (characterization) |
| 2023 | Relay ecosystem diversifies (Flashbots, BloXroute, Eden, Ultrasound, others); proposer relay-selection and builder relay-selection strategies evolve | T14.002 (mitigation development) |
| 2023 | Research demonstrations of equivocation-class attacks published; no production-scale extraction event confirms the surface at scale | (research) |
| Continuing | The relay trust boundary remains an architectural T14.002 surface; relay reputation, proposer commitment enforcement, and builder relay-selection diversity are the load-bearing mitigations | (ongoing surface) |
Public references
- Flashbots MEV-Boost specification: relay architecture, trust model, and proposer commitment protocol.
- Ethereum Foundation PBS research: proposer-builder separation trust assumptions and mitigation roadmap.
- MEV research literature: academic characterization of relay equivocation and proposer-relay trust boundaries (2022–2023 vintage).