Optimistic Rollups (e.g., Arbitrum One, Optimism) excel at providing low, predictable gas fees for general-purpose smart contracts by leveraging Ethereum's security with minimal on-chain computation. For example, Arbitrum One consistently posts transaction fees 80-90% lower than Ethereum L1, with a typical swap costing ~$0.10-$0.50. This cost efficiency stems from batching thousands of transactions off-chain and only submitting a single state root to Ethereum, assuming transactions are valid unless challenged during a 7-day fraud-proof window.