Optimistic Rollups (e.g., Arbitrum One, Optimism) excel at developer experience and lower fixed costs by storing transaction data on-chain and assuming all state transitions are valid. This 'innocent until proven guilty' model defers expensive computation, resulting in lower gas costs for users and easier EVM equivalence. For example, Arbitrum One consistently processes over 40,000 TPS internally while maintaining sub-$0.10 transaction fees for simple transfers, leveraging its fraud-proof mechanism only in the rare case of a challenge.