Cryptothreads.io

Bitcoin Scaling Without Changing Base Layer Explained

Bitcoin scales without touching its base layer through Layer 2 protocols. State channels, sidechains, and rollups settle on Bitcoin's mainchain while keeping L1 immutable.

Bitcoin Scaling Without Changing Base Layer Explained

Key takeaways

  • Bitcoin's base layer is intentionally limited in throughput. This is a design choice, and changing it would compromise decentralization and security.
  • "Scaling without changing the base layer" means moving transaction processing off-chain, while Bitcoin L1 serves only as the final settlement and security anchor.
  • There are three core L2 approaches: state channels (Lightning), sidechains (Liquid, RSK, Stacks), and rollups (BitVM-based chains, Citrea, BOB).
  • The layered approach preserves Bitcoin's core value proposition while enabling programmability and higher throughput at the layers above.

Bitcoin can scale without changing its base layer. Layer 2 protocols such as the Lightning Network, sidechains, and rollups handle transactions off-chain and only settle the final state on Bitcoin's mainchain. This preserves Bitcoin's security and decentralization while enabling higher throughput and lower fees.

Bitcoin processes around 7 transactions per second on-chain, nowhere near enough for global-scale adoption. The solution the ecosystem has converged on isn't changing Bitcoin itself, but building on top of it.

Why Bitcoin's Base Layer Cannot Simply Be Upgraded

Quick answer: Bitcoin's base layer cannot simply be upgraded without making significant trade-offs on security or decentralization, and the community has already tested that boundary once, with lasting consequences.

Bitcoin faces what is known as the Blockchain Trilemma: a blockchain can optimize for at most two of three properties, including security, decentralization, and scalability, at any given time.

Bitcoin was built to prioritize the first two. The result is a network that processes roughly 7 transactions per second, compared to Visa's theoretical peak of 24,000 TPS. That gap is enormous, and it is not accidental.

In 2017, a faction of developers and miners proposed increasing Bitcoin's block size limit as a straightforward scaling fix. The debate fractured the community and ultimately produced a hard fork while Bitcoin retained the original 1 MB limit (later effectively expanded via SegWit).

Neither side fully resolved the scalability problem. Any change to the base layer carries enormous downstream consequences – political, technical, and social. As one analysis put it, this debate was characterized as "an ideological battle over Bitcoin's future."

What Scaling Without Changing the Base Layer Means

Quick answer: Scaling without changing the base layer means moving the bulk of transaction processing off-chain, while using Bitcoin L1 exclusively as a settlement and security anchor.

Think of it like a bank's settlement system. Millions of card transactions happen every day between banks without touching the central settlement infrastructure. They batch, and net out, and only final balances are settled. Bitcoin L2 protocols work on a similar principle.

In practice, this means:

  • Transactions happen off-chain – between parties, on a separate protocol, at much higher speed and lower cost.
  • Bitcoin L1 is used for settlement – final states, dispute resolution, and security inheritance are anchored to the mainchain.
  • No changes to Bitcoin's protocol – the base layer remains untouched, with all its existing security guarantees intact.

Bitcoin L2 networks are built on top of Bitcoin without changing its core software. They also add capabilities not native to Bitcoin, such as smart contracts, DeFi applications, and staking – all while anchoring their security to the base chain.

This design philosophy, called layered scaling, was anticipated as far back as Bitcoin's earliest days. Hal Finney himself spoke of the need for a settlement layer on top, where higher-level systems would handle everyday transactions while Bitcoin served as the final arbiter of truth.

what scaling without changing the base layer means
Thousands of transactions happen silently above the chain. Lightning routes your coffee payment, a sidechain runs the smart contract, and a rollup bundles the proof. Bitcoin L1 only wakes up to sign off on the final result.

How Bitcoin Scales Without Touching L1

In short: There are three main structural approaches Bitcoin L2 solutions use to address the scalability problem: state channels, sidechains, and rollups. Each has a different architecture and a different set of trade-offs.

"Scaling in layers has always been the only rational plan to make Bitcoin work in the long term. The challenge was finding how to do so without relying on trusted third parties." – Bitcoin Magazine, 2025 

State Channels (Lightning Network)

State channels let two parties lock Bitcoin into a shared multisig address and transact back and forth as many times as they want off-chain, with only the opening and closing balances ever recorded on the mainchain.

The Lightning Network is the most well-known implementation of this model. Once a channel is open, users can send Bitcoin instantly at near-zero cost, with only final balances settled on Bitcoin's base layer. Theoretically, the network is capable of handling millions of transactions per second.

Adoption snapshot (as of late 2025):

  • Public network capacity peaked at ~5,637 BTC in December 2025, an all-time high.
  • Exchange volume on Lightning surged 266% year-over-year in 2025.
  • Stablecoins (USDT) launched on Lightning in early 2025, enabling price-stable payments at Lightning speed.
  • Businesses report cost savings of over 80% when switching from on-chain to Lightning for small payments.

Limitation: Lightning is optimized for payments. It does not support complex smart contracts or DeFi applications. Routing payments also requires pre-funded channels and can fail under certain conditions.

Sidechains (Liquid, RSK, Stacks)

Bitcoin sidechains are separate blockchains that run in parallel to Bitcoin's mainchain. They use their own consensus mechanism and, in most cases, a BTC-pegged token.

Bitcoin is locked on L1, and an equivalent representation is minted on the sidechain.

  • Liquid Network: A federated sidechain operated by Blockstream, focused on institutional users, exchanges, and high-volume traders.
  • Rootstock (RSK): The longest-running Bitcoin sidechain, operational since 2018. RSK brings Ethereum Virtual Machine (EVM) compatibility to Bitcoin, allowing developers to deploy Solidity smart contracts secured by Bitcoin miners through merged mining.
  • Stacks: Stacks enables smart contracts that settle their final state on Bitcoin, using the Proof of Transfer (PoX) consensus mechanism.

Rollups (BitVM, Merlin, BOB)

Rollups bundle many off-chain transactions together, process them externally, and post a compressed proof back to Bitcoin's mainchain. Unlike sidechains, rollups periodically submit blocks to the mainchain, inheriting more of its security properties.

Bitcoin rollups are significantly harder to build than Ethereum rollups because Bitcoin's scripting language is intentionally limited. This is where BitVM comes in.

  • BitVM: First proposed in 2023, BitVM introduces a model for verifying fraud and validity proofs entirely through Bitcoin transactions, without requiring any changes to the protocol.
  • Citrea: A ZK-Rollup that posts data and validity proofs directly to Bitcoin. Citrea uses BitVM2 for a permissionless bridge with a 1-of-N trust model, meaning only one honest signer is needed to ensure security.
  • BOB (Build on Bitcoin): A hybrid L2 combining Bitcoin security with full EVM compatibility. BOB is co-authored by Alexei Zamyatin, a BitVM2 co-author, and launched a BitVM bridge testnet in July 2025.

Key distinction: Rollups are still early on Bitcoin. TVL figures for most new rollups remain in the low millions when measured by independent trackers like L2BEAT – a reminder that hype and real adoption are different things.

how bitcoin scales without touching l1
Lightning routes payments in milliseconds via bidirectional channels. RSK and Stacks run smart contracts with BTC as native collateral. Citrea and BOB compress thousands of transactions into a single ZK proof posted to the Bitcoin mainchain.

Comparing Bitcoin L2 Solutions: Trade-offs at a Glance

Each L2 approach optimizes for different goals. There is no universal winner. The right solution depends on the use case.

Solution

Type

Smart Contracts

Decentralization

Status

Lightning NetworkState ChannelNoHighLive, mature
Liquid NetworkSidechainLimitedMedium (federated)Live
Rootstock (RSK)SidechainYes (EVM/Solidity)MediumLive since 2018
StacksSidechainYes (Clarity)HighLive, highest TVL among purpose-built BTC L2s
CitreaZK-RollupYes (EVM)High (BitVM2 bridge)Mainnet Jan 2026
BOBHybrid RollupYes (EVM)MediumMainnet live, BitVM bridge in progress
BitlayerRollup (BitVM)Yes (EVM)MediumBitVM Bridge live Jul 2025

A common thread across all L2 solutions is that when settling on the base chain, they must provide some form of cryptographic proof to the Bitcoin network confirming the integrity of the proposed state change. The degree to which that proof is trustless or relies on a federation or multisig is what separates these approaches in practice.

The central risk across all Bitcoin L2s remains bridge security. The majority of BTC locked in L2s passes through some form of multisig, federation, or trust-minimized bridge. Each carries a different risk profile.

Why the Layered Approach Is Right for Bitcoin

In short: The layered approach is right for Bitcoin because it preserves the properties that make Bitcoin valuable while pushing the trade-offs of scalability and programmability to layers where they can be contained and isolated.

Bitcoin's value is not throughput. It is restraint, predictability, and a base layer that remains legible under stress. Layer 2 solutions provide a sandbox for innovation without affecting the security model of the Bitcoin base chain. Risk is isolated from the core protocol, avoiding contentious hard forks.

This mirrors the internet's own architecture. TCP/IP is a minimal, stable base protocol. Email, HTTP, video streaming, and everything else is built on top of it. Nobody proposes rewriting TCP/IP every time a new application type emerges.

For Bitcoin, the same logic holds:

  • Lightning handles the payments layer.
  • Sidechains handle programmability and DeFi.
  • Rollups handle complex computation and trustless bridging.
  • Bitcoin L1 handles settlement and security.

Layer 2 networks are also beginning to position Bitcoin to compete with Ethereum and other smart contract platforms, evolving it from a pure store of value into programmable financial infrastructure. The conservative monetary anchor at L1 and the flexible, innovative ecosystem at L2 are complementary by design.

why the layered approach is right for bitcoin
As of early 2026, Bitcoin L2s collectively hold over $3.5B in TVL – all of it without a single line change to Bitcoin Core.

The Future of Bitcoin Scaling

In short: The direction Bitcoin L2 is heading is toward trustless scaling with less reliance on federations and more reliance on cryptographic proofs. 

The current generation of Bitcoin L2s is early. Most ZK-rollup projects launched mainnet only in 2025–2026, and independently measured TVL remains small. But the infrastructure trajectory is clear:

  • BitVM has moved from a whitepaper to a live mainnet bridge. The first time off-chain computation has been verified on Bitcoin without a protocol change.
  • ZK proofs on Bitcoin are no longer theoretical. Citrea, BOB, and GOAT Network are all live examples of ZK verification anchored to Bitcoin's base layer.
  • Babylon introduced BTC staking to secure external Proof-of-Stake networks — no wrapping or bridging involved, with BTC remaining on the mainchain.
  • Stablecoins on Lightning (USDT via Taproot Assets) launched in early 2025, expanding Lightning's utility beyond BTC micropayments into dollar-denominated transfers.

The open challenge that remains: liquidity fragmentation. With dozens of Bitcoin L2s now live, each with its own bridge and BTC representation, capital is scattered across isolated ecosystems. The next meaningful breakthrough in Bitcoin scaling may be the infrastructure that connects new L2s.

A Different Way to Think About It

The author's perspective

Bitcoin's base layer is not broken. The 7 TPS limit is what makes every full node on earth able to verify every transaction independently, with consumer hardware, without trusting anyone. That is an extraordinary property, and it is genuinely rare in the history of financial systems. The base layer settles disputes and records the final truth. Everything built above it inherits that property, to the degree its design allows.

The honest question for any Bitcoin L2 is t "how much of Bitcoin's security does it actually inherit and where does the trust still live?" A federation-based sidechain and a ZK-rollup anchored to the Bitcoin mainnet are not the same thing, even if both market themselves as "Bitcoin L2." As that infrastructure matures, Bitcoin scaling without changing the base layer starts looking like the most rigorous design in crypto.

Sources and Further Reading

Disclaimer:The content published on Cryptothreads does not constitute financial, investment, legal, or tax advice. We are not financial advisors, and any opinions, analysis, or recommendations provided are purely informational. Cryptocurrency markets are highly volatile, and investing in digital assets carries substantial risk. Always conduct your own research and consult with a professional financial advisor before making any investment decisions. Cryptothreads is not liable for any financial losses or damages resulting from actions taken based on our content.
bitcoin
layer 2
rollups
sidechain
lightning network

FAQs About Bitcoin Scaling Without Changing Base Layer

Reducing block time would increase throughput, but it would also increase the rate of orphan blocks and put smaller miners at a disadvantage relative to large pools with faster network connections, worsening centralization. It's not considered a viable scaling path.

BytebyByte
WRITTEN BYBytebyByteBytebyByte is a blockchain developer and crypto market researcher contributing technical analysis and research at Cryptothreads. His work focuses on the infrastructure, economic design, and market structure of digital asset systems. With a background spanning blockchain development, quantitative analysis, and financial market dynamics, BytebyByte specializes in examining how crypto protocols operate—from consensus mechanisms and token economics to on-chain market behavior. His research often explores the intersection between blockchain technology and the broader financial system, translating complex technical concepts into structured insights accessible to a wider audience. At Cryptothreads, BytebyByte contributes in-depth articles covering blockchain architecture, protocol economics, and emerging narratives shaping the digital asset ecosystem. His work aims to help readers better understand the mechanisms behind crypto markets and the technological foundations that drive the industr
FOLLOWBytebyByte
XFacebook

More articles by

BytebyByte

Hot Topic