Dynamic Fraud Proof
Gabriele Picco, Andrea Fortugno
TL;DR
The paper tackles achieving fast finality for off-chain computation in Ephemeral Rollups on the Solana VM by introducing Dynamic Fraud Proofs, an adaptive assert/challenge mechanism that shortens the challenge window under ideal conditions. It combines a configurable set of randomly selected verifier nodes with economic incentives to ensure rapid fraud detection and settlement, while providing safe extensions when challenges arise. The authors formalize a probabilistic trust model, present an extension mechanism for the challenge window, and discuss bonding and slashing to encourage honest behavior, aiming to deliver near real-time finality without compromising base-layer security. This work offers a scalable, flexible approach to cross-layer state management that mitigates censorship risks and state fragmentation, with practical implications for real-time transaction processing on Solana via ERs.
Abstract
In this paper, we present a novel fraud-proof mechanism that achieves fast finality and, when combined with optimistic execution, enables real-time transaction processing. State-of-the-art optimistic rollups typically adopt a 7-day challenge window, during which any honest party can raise a challenge in case of fraud. We propose a new assert/challenge construction called "Dynamic Fraud Proofs" that achieves sub-second finality in ideal scenarios, while dynamically delaying settlement in the event of fraud detection and challenge resolution. The system relies on 1) a dynamic challenge period and 2) a configurable number of randomly selected verifier nodes who must interactively approve a state commitment without raising a challenge. If these conditions are not met, the state is not finalized, and the challenge period and approval criteria are dynamically adjusted. We provide a detailed analysis of the system's design, explaining how it maintains the assumption of a single honest node and addresses censorship attacks by inverting the traditional challenge process. Additionally, we formalize the system's probabilistic security model and discuss how bonding, incentives, and slashing mechanisms can encourage honest behavior, thereby increasing the likelihood of fast settlement in ideal scenarios.
