Ethereum base layer processes roughly 15-30 transactions per second. During peak demand, gas fees spike to levels that make small transactions uneconomical. This throughput limitation has been the driving force behind an entire category of infrastructure development, and the solutions that have emerged are reshaping how crypto markets function.
Rollups are the dominant Layer 2 scaling approach for Ethereum. They execute transactions off the main chain but post transaction data back to Ethereum for security. Optimistic rollups like Arbitrum and Optimism assume transactions are valid and allow a challenge period for fraud proofs. Zero-knowledge rollups like zkSync and StarkNet generate cryptographic proofs that verify transaction validity without requiring challengers. Both reduce costs by 10-100x compared to Ethereum mainnet.
The market impact of Layer 2 adoption is visible in the data. Arbitrum and Base together process more daily transactions than Ethereum mainnet. This migration has reduced gas pressure on Ethereum but has also fragmented liquidity. The same token might have deep liquidity on mainnet, moderate liquidity on Arbitrum, and thin liquidity on Base. Traders need to consider which venue offers the best execution for their specific trade.
Alternative Layer 1 blockchains like Solana take a fundamentally different approach. Instead of building on top of Ethereum, Solana optimized a single high-throughput chain using parallel transaction processing and a novel consensus mechanism. Solana processes thousands of transactions per second with sub-cent fees. The tradeoff is that Solana validator hardware requirements are much higher than Ethereum, concentrating the validator set.
Modular blockchain architecture separates the functions of a monolithic blockchain (execution, consensus, data availability, and settlement) into specialized layers. Celestia provides a dedicated data availability layer. Execution environments can be built on top using various virtual machines. This modular approach allows each layer to be optimized independently, but it adds complexity and creates new trust assumptions at the interfaces between layers.
Data availability is the less visible but equally important scalability bottleneck. Even if a rollup can execute millions of transactions, it needs to post enough data to Ethereum for anyone to reconstruct the state and verify correctness. Ethereum EIP-4844 (proto-danksharding) introduced blob transactions that dramatically reduced the cost of posting data, cutting rollup fees by 90% or more. Full danksharding promises further improvements.
The token economics of scaling solutions create interesting market dynamics. L2 tokens like ARB and OP derive value from their governance role and fee capture within their ecosystems. Their value is correlated with L2 adoption but also with Ethereum health, since L2s depend on Ethereum for security. Alt-L1 tokens like SOL have more independent value propositions but face different risks around centralization and network stability.
Cross-rollup communication is an emerging area. Today, moving assets between different L2s typically requires bridging back to L1 and then to the target L2, which is slow and expensive. Solutions like cross-rollup messaging protocols and shared sequencing aim to make L2-to-L2 transfers as easy as transfers within a single L2. The success of these solutions will determine whether the multi-rollup ecosystem feels fragmented or unified to users.
For traders, scalability developments directly affect where and how you trade. Lower fees on L2s make smaller position sizes viable. Higher throughput enables more sophisticated on-chain trading strategies. But liquidity fragmentation means you might get worse execution on a cheap L2 than on expensive mainnet for large orders. Monitoring where liquidity is migrating and which scaling solutions are gaining traction is increasingly relevant to trading decisions.