Rollups have won the narrative war for Ethereum scaling. Every major L2 announcement, every developer grant, every institutional integration - it all routes through optimistic or ZK rollup architecture. State channels, by contrast, haven’t had a serious press cycle since the Lightning Network stopped being a daily topic around 2022. That silence gets mistaken for obsolescence.
It isn’t.
What State Channels Actually Do
A state channel lets two or more parties transact off-chain by locking funds in a smart contract, exchanging signed state updates between themselves, and only settling the final state on-chain. No sequencer batches their transactions. No prover generates a validity proof. The chain sees exactly two transactions - open and close - regardless of how many exchanges happened in between.
This architecture has a hard constraint: both parties must be online and responsive. That rules out most DeFi interactions, which are asynchronous by design. But it makes state channels structurally superior for anything that looks like a persistent session - repeated micropayments between the same counterparties, gaming moves, real-time data feeds, pay-per-API-call models.
Rollups can theoretically handle these workloads, but they introduce latency at the sequencer level and cost per transaction that compounds badly at high frequency. A rollup charging $0.001 per transaction is still $1,000 per million interactions. A state channel charges once.

The Specific Problem Rollups Can’t Solve Here
Consider a machine-to-machine payment rail - an EV charging station billing a vehicle wallet by the kilowatt-hour, updating every 30 seconds for an hour. That’s 120 state updates. On any rollup, those are 120 transactions being batched, sequenced, and eventually settled. On a state channel, they’re 120 signed messages exchanged locally, with one on-chain settlement when the charging session ends.
The Lightning Network built this logic for Bitcoin payments. Connext and Raiden explored it for Ethereum tokens. The tooling never achieved the developer ergonomics of rollup SDKs, which partly explains the gap in adoption.
Where This Actually Matters Now
The growth of on-chain AI agent activity, IoT payment rails, and real-time prediction markets is quietly rebuilding the case for state channels - not as a general scaling solution, but as the right primitive for high-frequency bilateral interactions. Projects building agent-to-agent micropayment layers are already running into the economics that forced Lightning’s original design choices.
State channels didn’t lose to rollups on technical merit. They lost on timing, tooling, and the difficulty of explaining a model where most transactions never touch the chain at all. That explanation is getting easier to make as the use cases get more concrete.