Table of Contents
Fetching ...

Using "Failure Costs" to Guarantee Execution Quality in Competitive and Permissionless Order Flow Auctions

Alex Watts, Davide Sinesi, Jacob Greene

TL;DR

This work proposes a new failure cost penalty that applies only when a solution is executed but does not pay its bid or fulfill the order, which empowers applications to asynchronously issue their users a guaranteed minimum outcome before the execution results are finalized.

Abstract

In the context of decentralized blockchains, accurately simulating the outcome of order flow auctions (OFAs) off-chain is challenging due to adversarial sequencing, encrypted bids, and frequent state changes. Existing approaches, such as deterministic sorting via consensus layer modifications (e.g., MEV taxes) (Robinson and White 2024) and BRAID (Resnick 2024) or atomic execution of aggregated bids (e.g., Atlas) (Watts et al. 2024), remain vulnerable in permissionless settings where limited throughput allows rational adversaries to submit "spoof" bids that block their competitors' access to execution. We propose a new failure cost penalty that applies only when a solution is executed but does not pay its bid or fulfill the order. Combined with an on-chain escrow system, this mechanism empowers applications to asynchronously issue their users a guaranteed minimum outcome before the execution results are finalized. It implies a direct link between blockchain throughput, censorship resistance, and the capital efficiency of auction participants (e.g., solvers), which intuitively extends to execution quality. At equilibrium, bids fully reflect the potential for price improvement between bid submission and execution, but only partially reflect the potential for price declines. This asymmetry unbounded upside for winning bids, limited downside for failed bids, and no loss for losing bids - ultimately benefits users.

Using "Failure Costs" to Guarantee Execution Quality in Competitive and Permissionless Order Flow Auctions

TL;DR

This work proposes a new failure cost penalty that applies only when a solution is executed but does not pay its bid or fulfill the order, which empowers applications to asynchronously issue their users a guaranteed minimum outcome before the execution results are finalized.

Abstract

In the context of decentralized blockchains, accurately simulating the outcome of order flow auctions (OFAs) off-chain is challenging due to adversarial sequencing, encrypted bids, and frequent state changes. Existing approaches, such as deterministic sorting via consensus layer modifications (e.g., MEV taxes) (Robinson and White 2024) and BRAID (Resnick 2024) or atomic execution of aggregated bids (e.g., Atlas) (Watts et al. 2024), remain vulnerable in permissionless settings where limited throughput allows rational adversaries to submit "spoof" bids that block their competitors' access to execution. We propose a new failure cost penalty that applies only when a solution is executed but does not pay its bid or fulfill the order. Combined with an on-chain escrow system, this mechanism empowers applications to asynchronously issue their users a guaranteed minimum outcome before the execution results are finalized. It implies a direct link between blockchain throughput, censorship resistance, and the capital efficiency of auction participants (e.g., solvers), which intuitively extends to execution quality. At equilibrium, bids fully reflect the potential for price improvement between bid submission and execution, but only partially reflect the potential for price declines. This asymmetry unbounded upside for winning bids, limited downside for failed bids, and no loss for losing bids - ultimately benefits users.

Paper Structure

This paper contains 28 sections, 39 equations, 4 figures.

Figures (4)

  • Figure 1: An example of value flowing through the failure cost mechanism, with the total gas available $\Gamma$ for $SolverOperations$ equal to $1,000,000$ and the gas price $\phi_t$ equal to $7.5e-7$.
  • Figure 2: Combined Plots of Gas Availability and Costs
  • Figure 3: Relationship between Censorship Resistance, Gamma, and Gas Price
  • Figure 4: The optimal bid ratio, $\frac{b^*(v)}{v}$, as a function of $n$ and $\sigma$, with an initial value of $v=\$3,500$ and a range of $[\$0, \$ 12.00]$ for $\sigma$.