PROF: Protected Order Flow in a Profit-Seeking World
Kushal Babel, Nerla Jean-Louis, Yan Ji, Ujval Misra, Mahimna Kelkar, Kosala Yapa Mudiyanselage, Andrew Miller, Ari Juels
TL;DR
The paper addresses pervasive MEV risks in DeFi under the Proposer-Builder Separation framework by introducing PROF, a protected order-flow system that privately sequences and merges a bundle of user transactions into the next block. PROF preserves compatibility with existing PBS architectures, allows arbitrary internal ordering policies, and uses trusted execution environments to maintain privacy while ensuring high inclusion likelihood. An enhanced variant, PROF-Share, redistributes backrunning profits to users, improving execution outcomes relative to MEV-Share under typical market conditions. The authors provide a rigorous economic analysis, an end-to-end implementation, latency benchmarks, and real-world data validation, demonstrating PROF’s practicality and potential to reduce MEV harms without sacrificing throughput or trust assumptions.
Abstract
Users of decentralized finance (DeFi) applications face significant risks from adversarial actions that manipulate the order of transactions to extract value from users. Such actions -- an adversarial form of what is called maximal-extractable value (MEV) -- impact both individual outcomes and the stability of the DeFi ecosystem. MEV exploitation, moreover, is being institutionalized through an architectural paradigm known Proposer-Builder Separation (PBS). This work introduces a system called PROF (PRotected Order Flow) that is designed to limit harmful forms of MEV in existing PBS systems. PROF aims at this goal using two ideas. First, PROF imposes an ordering on a set ("bundle") of privately input transactions and enforces that ordering all the way through to block production -- preventing transaction-order manipulation. Second, PROF creates bundles whose inclusion is profitable to block producers, thereby ensuring that bundles see timely inclusion in blocks. PROF is backward-compatible, meaning that it works with existing and future PBS designs. PROF is also compatible with any desired algorithm for ordering transactions within a PROF bundle (e.g., first-come, first-serve, fee-based, etc.). It executes efficiently, i.e., with low latency, and requires no additional trust assumptions among PBS entities. We quantitatively and qualitatively analyze incentive structure of PROF, and its utility to users compared with existing solutions. We also report on inclusion likelihood of PROF transactions, and concrete latency numbers through our end-to-end implementation.
