← Latest papers
💻 computer science

Slow and Steady: Preventing MEV with Verifiable Delays

This paper proposes a defense mechanism against Maximal Extractable Value (MEV) in distributed ledgers by enforcing verifiable delays on transaction generation, demonstrating its effectiveness in both Byzantine and game-theoretic models while outlining its theoretical limitations and practical feasibility based on historical data.

Original authors: Zeta Avarikioti, Dimitris Karakostas, Karl Kreder, Shreekara Shastry

Published 2026-08-14
📖 5 min read🧠 Deep dive

Original authors: Zeta Avarikioti, Dimitris Karakostas, Karl Kreder, Shreekara Shastry

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a world where digital money isn't just numbers in a bank account, but a giant, public ledger that everyone can see and update. This is the world of blockchain, the technology behind cryptocurrencies like Bitcoin and Ethereum. Think of it as a massive, shared notebook where every transaction is written down in a new "block" of pages. To keep this notebook honest, a special group of people (or computers) called "block creators" take turns writing these new pages. They are the referees of the game.

However, in this high-speed digital race, a sneaky problem has emerged called MEV, or Maximal Extractable Value. Imagine a race where the person running the track (the block creator) can peek at the runners' plans before they start. If they see a runner about to buy a rare item, the referee can jump in, buy it first, and sell it to the runner for a higher price, pocketing the difference. In the blockchain world, this means the person writing the block can rearrange transactions to make a quick profit, often at the expense of regular users. It's like a referee rigging the game to win a bet on the side. The big question for scientists and developers is: How do we stop the referee from rigging the game without slowing the whole game down to a crawl?

This paper, titled "Slow and Steady: Preventing MEV with Verifiable Delays," proposes a clever solution inspired by the old fable of the Tortoise and the Hare. The authors, Zeta Avarikioti and her team, suggest that sometimes, slowing things down is exactly what you need to win. They introduce a mechanism that forces a "verifiable delay" on every transaction. Think of it like a magical hourglass that a user must flip before their transaction can be accepted. This hourglass takes a set amount of time to run out, and crucially, no one can speed it up, even if they have a supercomputer.

Here is how the magic works: When a user wants to send a transaction, they don't just shout it out to the network. Instead, they first put the transaction into a "locked box" (a cryptographic commitment) and then run it through a special puzzle called a Verifiable Delay Function (VDF). This puzzle is designed so that it takes a specific amount of time to solve—say, 30 minutes—and there is no way to solve it faster, no matter how many computers you throw at it. Only after the puzzle is solved can the transaction be revealed and added to the blockchain.

The paper finds that this delay creates a powerful shield against MEV. Here is the logic: If a block creator sees a transaction that looks like a money-making opportunity (like a chance to "sandwich" a user's trade), they would normally try to jump in and rearrange the order to steal the profit. But with this new system, by the time the block creator figures out the opportunity and tries to build a new block to exploit it, the original transaction has already been locked in and finalized because of the mandatory delay. The block creator is too slow to react. The paper proves mathematically that if the delay is set longer than the time it takes for a transaction to normally get confirmed, the "rigger" simply cannot win.

The authors also looked at the "game theory" side of things, asking if rational people would still try to rig the game. They found that if everyone follows the rules, no one has an incentive to break them because the delay makes it impossible to profit from rigging. However, they also identified a "negative" scenario: if everyone decides to collude and ignore the rules together, they could still cause problems, but this is a general issue with any system, not just this one.

Crucially, the paper doesn't just offer theory; it checks the real world. The authors analyzed historical data from Ethereum and other networks. They found that while some MEV opportunities are huge (millions of dollars), the vast majority—over 99%—are actually quite small, often just a few dollars or even less than a dollar. This suggests that a delay of about 30 minutes (which is roughly twice the normal safety time for Ethereum) would be enough to stop almost all of these small, annoying scams, specifically those that are non-predictable.

The paper concludes that this "Slow and Steady" approach is a realistic defense. It suggests that we can make blockchains more fair and user-friendly by accepting a tiny bit of slowness. However, the authors are careful to note that this isn't a magic wand for everything. It works great for things like registering an NFT or sending money, where waiting 30 minutes is fine. But for high-speed trading on a decentralized exchange, where prices change in seconds, this delay might be too long and could actually hurt the users it's trying to protect. The paper suggests that this tool should be used wisely, perhaps only for specific types of applications where speed isn't the most important thing.

In short, the paper argues that by forcing a "wait time" that cannot be rigged, we can level the playing field. It turns the race from a sprint where the fastest (and sometimes the sneakiest) wins, into a steady march where everyone arrives at the same time, and the referee can't rig the finish line.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →