Maximal Extractable Value (MEV) Protection on a DAG
Dahlia Malkhi, Pawel Szalachowski

TL;DR
This paper introduces Fino, a DAG-based BFT protocol that enhances MEV protection by integrating transaction hiding features without sacrificing throughput or incurring additional message overhead.
Contribution
It combines DAG-based BFT consensus with MEV-resistance techniques, achieving secure, high-throughput, and low-overhead protection against MEV attacks.
Findings
Fino operates with zero message overhead.
It integrates MEV-resistance without delaying transaction dissemination.
The protocol avoids complex cryptographic schemes.
Abstract
Many cryptocurrency platforms are vulnerable to Maximal Extractable Value (MEV) attacks, where a malicious consensus leader can inject transactions or change the order of user transactions to maximize its profit. A promising line of research in MEV mitigation is to enhance the Byzantine fault tolerance (BFT) consensus core of blockchains by new functionalities, like hiding transaction contents, such that malicious parties cannot analyze and exploit them until they are ordered. An orthogonal line of research demonstrates excellent performance for BFT protocols designed around Directed Acyclic Graphs (DAG). They provide high throughput by keeping high network utilization, decoupling transactions' dissemination from their metadata ordering, and encoding consensus logic efficiently over a DAG representing a causal ordering of disseminated messages. This paper explains how to combine these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Blockchain Technology Applications and Security · Cryptography and Data Security
