Fraud Proofs (used by Optimistic Rollups like Arbitrum and Optimism) excel at minimizing on-chain computational overhead by defaulting to trusting transaction batches. This design prioritizes low base transaction fees and developer familiarity with the EVM. For example, Arbitrum One's average transaction fee is often under $0.10, and its TVL frequently exceeds $2B, demonstrating strong adoption for general-purpose DeFi. The system's security relies on a liveness assumption: at least one honest node must be actively monitoring and able to submit a fraud proof within a challenge window (typically 7 days) to correct invalid state.