As blockchain technology matures and moves ever closer towards mainstream use, one challenge continues to shape its evolution: scalability.

Blockchain scalability refers to a network’s capacity to process increasing transaction volumes without sacrificing speed, cost efficiency, or security and the Web3 industry has responded with two primary categories of improvements:

  • Layer 1 (L1) solutions are changes to a blockchain that improve the blockchain itself.

  • Layer 2 (L2) solutions build scalable infrastructure on top of existing blockchains to process transactions off-chain.

Understanding these mechanics matters as they directly affect whether blockchains can support institutional-scale adoption at scale.

This article explores the blockchain scalability challenge, examines Layer 1 and Layer 2 approaches, compares the trade-offs between them, and outlines what lies ahead for scalable blockchain infrastructure.

Key Takeaways

  • The blockchain scalability trilemma forces networks to balance decentralization, security, and throughput. Improving one often requires compromising on another.

  • Layer 1 solutions modify the base protocol through techniques like sharding, larger blocks, and consensus mechanism improvements.

  • Layer 2 solutions offload transaction processing while inheriting security from the underlying blockchain, with rollups being the dominant approach on Ethereum.

  • Institutional adoption depends on predictable costs, reliable settlement times, and secure custody infrastructure that can operate across both L1 and L2.

What Blockchain Scalability Really Means

The scalability of blockchains encompasses more than raw transaction throughput. It involves multiple factors that are all connected. These include the transactions per second (TPS) capacity, transaction finality time, cost efficiency under varying network loads, and the resources required for network participation.

Because of their decentralized architecture, public blockchains face inherent constraints. Every full node must validate and store all transactions which creates a natural ceiling on performance. This design choice prioritizes security and decentralization but limits throughput when compared to the centralized systems common in traditional finance today.

Why Scalability Matters for Institutional Adoption

For institutions, blockchain scalability directly impacts the viability of production-grade blockchain use cases at scale. Predictable transaction costs enable accurate financial planning, reliable settlement windows support treasury operations, and scalable infrastructure accommodates growth without requiring fundamental changes to integration architecture.

The practical applications are significant: tokenized securities requiring real-time settlement, cross-border payment systems demanding consistent performance, and trading platforms needing rapid execution such as Talos. Secure custody solutions play a critical role, enabling institutions to interact safely with high-throughput networks while maintaining operational controls.

Scalability also affects compliance and audit requirements. Networks that can handle high volumes without degradation provide the consistent and verifiable transaction records essential for regulatory reporting and internal controls.

For institutions evaluating blockchain integration, network capacity influences not just operational efficiency but also risk exposure: systems prone to congestion during market volatility introduce execution uncertainty that traditional infrastructure doesn’t tolerate. This makes blockchain scalability a due diligence priority rather than a purely technical consideration.

The Blockchain Scalability Challenge

Understanding why blockchain scaling is difficult requires an understanding of the blockchain trilemma—a framework introduced by Ethereum co-founder Vitalik Buterin describing the difficulty of balancing trade-offs between decentralization, security, and scalability. The idea is that blockchain systems can optimize for two of these properties but must compromise on the third.

Bitcoin and Ethereum deliberately prioritize decentralization and security, meaning that during periods of high demand fees increase and confirmation times slow due to network congestion. All of these create uncertainty for institutions that require reliable and predictable performance.

Unfortunately, the impact extends beyond just inconvenience. Increased fees make smaller transactions economically impractical and longer confirmation times complicate any time-sensitive transactions.

These constraints become especially visible during periods of market stress, exactly when reliable execution matters most. Historical congestion events, from the 2017 CryptoKitties surge to past NFT mints and memecoin frenzies, have demonstrated how quickly networks can become unusable when demand spikes.

For institutions accustomed to traditional financial infrastructure with guaranteed throughput and predictable latency, this volatility in network performance can create difficulties. Unlike centralized systems that can provision additional capacity on demand, decentralized networks must navigate upgrades through community consensus—a process measured in months or years, not hours. Ethereum, for example, has been through only 23 upgrades since its release in 2015.

For blockchain technology to achieve mainstream institutional adoption, these limitations must be addressed without undermining the security and decentralization that characterize Web3 today.

Layer 1 Scalability Solutions: Improving the Base Protocol

Layer 1 solutions address scalability by modifying the blockchain’s fundamental architecture. These changes require network-wide consensus and involve significant technical complexity, but they improve transaction throughput and execution capacity at the protocol level.

Larger Blocks and Higher Throughput Parameters

The most straightforward approach increases block size or reduces block time, allowing more transactions per unit of time. However, larger blocks require more storage and bandwidth, potentially excluding participants with limited resources.

Sharding and Parallel Transaction Processing

Sharding divides the blockchain into smaller segments called shards, each capable of processing transactions independently. This parallel processing architecture can dramatically increase network capacity without requiring individual nodes to handle every transaction.

Ethereum’s roadmap incorporates sharding through its danksharding approach which focuses on increasing data availability for rollups. Following the Dencun upgrade, Ethereum’s Layer 2 networks saw total value locked surge to over $51 billion, driven by significantly lower fees.

Consensus Mechanism Improvements

Proof of Work consensus mechanisms, while highly secure, require substantial computational resources and limit throughput. Proof of Stake and its variants enable faster block times and higher TPS while maintaining security through economic incentives rather than computational work. After Ethereum’s transition to Proof of Stake from Proof of Work in 2022 (an event known as The Merge) its energy consumption decreased by 99.95%.

Data Availability and Storage Optimizations

Scalability also depends on how efficiently blockchains store and access data. Data availability sampling allows nodes to verify block data exists without downloading entire blocks. Ethereum’s Proto-Danksharding introduced “blobs”—temporary data attachments providing cheaper storage for Layer 2 rollups without permanently bloating the base chain.

Layer 2 Scalability Solutions: Offloading Work While Preserving Security

Layer 2 solutions build scalable infrastructure on top of existing blockchains, processing transactions off-chain while inheriting security from the underlying network. This approach enables faster deployment without requiring changes to the base protocol.

Payment Channels and State Channels

State channels allow parties to conduct multiple transactions off-chain, settling only the final state on the main blockchain. Bitcoin’s Lightning Network is one example of this approach, enabling near-instant payments between participants who have established channels.

Rollups: Optimistic and Zero-Knowledge

Rollups have emerged as the dominant Layer 2 scaling approach on Ethereum. They execute transactions off-chain and post compressed transaction data to the main chain, inheriting its security while dramatically increasing throughput.

Optimistic rollups assume transactions are valid unless challenged, using a fraud-proof mechanism during a dispute window. ZK-rollups use cryptographic validity proofs to verify transactions mathematically before posting to the main chain.

Each approach involves trade-offs. Optimistic rollups have seen greater adoption, with approximately $186.4 billion in total value bridged compared to $20.8 billion for ZK-rollups in 2024. However, ZK-rollups offer instant finality without the 7-day withdrawal delays characteristic of optimistic systems.

Sidechains and Application-Specific Chains

Sidechains operate as independent blockchains with their own consensus mechanisms, connected to the main chain through bridges. They offer flexibility for specific use cases but do not inherit the same security guarantees of the main chain.

Validium, Plasma, and Hybrid L2 Models

Beyond rollups, alternative Layer 2 architectures offer different trade-offs. Validium stores transaction data off-chain while posting validity proofs to Ethereum, achieving higher throughput with reduced data availability guarantees. Plasma chains create hierarchical structures of child chains that periodically commit to the main chain, though complex exit mechanisms have limited their adoption. Hybrid models combine elements of multiple approaches, allowing institutions to select infrastructure matching their specific throughput, cost, and security requirements.

Comparing Layer 1 and Layer 2 Scaling Strategies

The choice between Layer 1 and Layer 2 approaches depends on specific requirements and risk tolerances.

Layer 1 solutions provide transaction processing on the base network, so transactions settle directly on the main chain and benefit from the strongest security guarantees offered by the consensus protocol. However, major upgrades and changes to base layer protocols must be agreed upon by a broad set of network participants and often unfold slowly, first going through design, testing, and community coordination which can take years.

Layer 2 solutions deploy more rapidly and can be tailored to specific applications. Leading implementations like Arbitrum have shown substantial performance gains, processing transactions up to ten times faster than Ethereum while reducing gas costs by up to 90%.

Because they depend on the underlying blockchain for security and decentralization, well-designed Layer 2 networks address scalability without compromising other properties.

However, Layer 2 adoption introduces additional considerations for institutional participants. Bridge security remains a concern—cross-chain bridges have historically been targets for exploits, so moving assets between Layer 1 and Layer 2 requires careful evaluation of bridge architecture and operator reputation.

Withdrawal timing also varies, with optimistic rollups typically requiring a seven-day challenge period before funds can be moved back to the main chain, which can affect liquidity planning. Institutions must weigh these operational factors alongside raw performance metrics when selecting scaling infrastructure.

As the ecosystem fragments across multiple Layer 2 networks, maintaining seamless user experience and efficient capital allocation becomes harder. Institutions must evaluate not just individual solutions but how they interact with broader infrastructure.

The Future of Blockchain Scalability

The most promising path forward may be to combine Layer 1 improvements with Layer 2 innovation. Ethereum’s roadmap has shown this: base layer capacity increases through sharding create a foundation for rollups to achieve even greater throughput.

Researchers project that this combined approach could eventually support over 100,000 TPS, fundamentally transforming what’s possible for decentralized applications. Meanwhile, transaction costs on optimized Layer 2 networks have dropped to fractions of a cent, making blockchain practical for a much broader range of use cases.

Modular blockchain architectures are another emerging trend, separating execution, consensus, and data availability into specialized layers that can each be optimized independently. Projects like Celestia are pioneering this approach, potentially enabling even greater flexibility in how scalable networks are designed and deployed.

Scalability is not purely a technical challenge. Governance frameworks must evolve to manage complex network upgrades, regulatory clarity will influence which approaches gain institutional acceptance, and user experience will determine whether scalable infrastructure translates into adoption.

Building Scalable Ecosystems Requires Secure Foundations

Scalability delivers value only when supported by secure, reliable infrastructure. For institutions, this means qualified custody solutions that can operate across both Layer 1 and Layer 2 environments while maintaining segregation of assets, policy controls, and compliance with regulatory requirements.

As blockchain becomes an ever-larger part of the world’s financial infrastructure, scalability will be a large part of which networks successfully achieve institutional-scale adoption.

BitGo’s regulated custody infrastructure aims to provide the operational safeguards institutions need to engage confidently with scalable blockchain networks. Whether interacting with base layer protocols or emerging Layer 2 solutions, secure custody remains critical for institutions aiming to participate in digital asset markets.

Frequently Asked Questions

What factors limit blockchain scalability?

The primary constraints include block size limits, consensus mechanism overhead, and the requirement for all nodes to process every transaction. Decentralized networks face inherent trade-offs between throughput, security, and decentralization.

How do Layer 2 solutions improve blockchain scalability?

Layer 2 solutions process transactions off the main chain, reducing congestion and costs. They periodically settle aggregated transaction data to the base layer, inheriting its security while achieving significantly higher throughput.

What is sharding and how does it impact blockchain scalability?

Sharding partitions a blockchain network into smaller segments that process transactions in parallel. Instead of every node validating every transaction, each shard handles its subset of network activity, increasing capacity while maintaining overall security.

How do consensus mechanisms affect blockchain scalability?

Consensus mechanisms determine how quickly a network can agree on valid transactions. Proof of Work systems prioritize security but require significant resources, limiting throughput. Proof of Stake alternatives achieve faster finality and higher TPS through economic incentives rather than computational work.

What trade-offs exist between scalability, decentralization, and security?

Increasing throughput often requires centralizing validation among fewer nodes or reducing security guarantees. Larger blocks improve capacity but exclude participants with limited resources. Successful scaling solutions minimize these trade-offs rather than eliminate them, which is why multi-layered approaches combining L1 and L2 innovations have become preferred.

The digital asset infrastructure company.

About BitGo

BitGo is the digital asset infrastructure company, delivering custody, wallets, staking, trading, financing, and settlement services from regulated cold storage. Since our founding in 2013, we have been focused on accelerating the transition of the financial system to a digital asset economy. With a global presence and multiple regulated entities, BitGo serves thousands of institutions, including many of the industry's top brands, exchanges, and platforms, and millions of retail investors worldwide. For more information, visit www.bitgo.com.


©2026 BitGo, Inc. (collectively with its parent, affiliates, and subsidiaries, “BitGo”). All rights reserved. BitGo Bank & Trust, National Association (“BitGo Bank & Trust”) is a national trust bank chartered and regulated by the Office of the Comptroller of the Currency (OCC). BitGo Bank & Trust is a wholly-owned subsidiary of BitGo Holdings, Inc., a Delaware corporation headquartered in Palo Alto, California. Other BitGo entities include BitGo, Inc. and BitGo Prime LLC, each of which is a separately operated affiliate of BitGo Bank & Trust.

BitGo does not offer legal, tax, accounting, or investment advisory services. The information contained herein is for informational and marketing purposes only and should not be construed as legal, tax, or investment advice. You should consult with your own legal, tax, and investment advisor for questions about your specific circumstances.

Digital assets are subject to a high degree of risk, including the possible loss of the entire principal amount invested. Past performance and illustrative examples do not guarantee future results. The value of digital assets can fluctuate significantly and may become worthless. No BitGo communication is intended to imply that any digital asset services are low-risk or risk-free. BitGo is not a registered broker-dealer and is not a member of the Securities Investor Protection Corporation (“SIPC”) or the Financial Industry Regulatory Authority (“FINRA”). Digital assets held in custody are not guaranteed by BitGo and are not subject to the insurance protections of the Federal Deposit Insurance Corporation (“FDIC”) or SIPC. Custody and other digital asset services are subject to eligibility, jurisdictional, and regulatory restrictions. Availability of specific products and services may vary by location and entity.

BitGo endeavors to provide accurate information on its websites, press releases, blogs, and presentations, but cannot guarantee all content is correct, completed, or updated. Content is subject to change without notice. BitGo disclaims any obligation to update or supplement such information except as required by applicable law or regulation.

BitGo makes no representation that the information contained herein is appropriate for use in any jurisdiction where its distribution or use would be contrary to law or regulation or would subject BitGo or any of its affiliates to any registration or licensing requirements in such jurisdiction. Persons who access this information are responsible for complying with all applicable laws and regulations.