The Great Bitcoin L2 Deception: When Hype Wears a Layer-2 Mask
Hook
Over the past month, three projects claiming to be "Bitcoin Layer2s" have collectively raised $50 million in venture capital. Twitter influencers celebrate the dawn of DeFi on Bitcoin. Yet on the Bitcoin mainnet, the UTXO set grows heavier, the mempool clears at 1 sat/vB, and the Core developers remain silent on any official scaling mandate. The numbers surge, but the soul remains quiet. As a protocol PM who has spent years building and auditing decentralized systems, I see a pattern repeating: marketing triumphs over engineering honesty.
This article is not a hit piece against innovation. It is a plea for terminological integrity. When we mislabel a federated sidechain or an alt-L1 as a "Layer2" of Bitcoin, we dilute the meaning of security inheritance. We create an illusion of trustlessness that will shatter when the next bridge collapses. Based on my experience auditing contracts for Gitcoin Grants and analyzing DeFi incentive structures at Uniswap v2, I have developed a framework to distinguish genuine scaling solutions from rebranded hype. Let me walk you through it.
Context: The Bitcoin Scaling Landscape
Bitcoin's design philosophy prioritizes security, decentralization, and simplicity over programmability. The base layer is a secure settlement network, not a global computer. For years, the community debated scaling via SegWit, Taproot, and the Lightning Network. Lightning is a genuine Layer2: it inherits Bitcoin's security through multisig and HTLCs, allows instant payments, and reduces mainnet congestion. But Lightning is limited to payments, not complex smart contracts.
Enter the wave of "Bitcoin Layer2s" that promise DeFi, NFTs, and staking. Projects like Stacks (which uses a proof-of-transfer mechanism), Rootstock (a sidechain with a federated peg), and newer entrants like Botanix (a spiderchain) and Babylon (staking on Bitcoin via time-locks) claim to extend Bitcoin's utility. But do they truly inherit Bitcoin's security? The answer is a clear no for most.
The term "Layer2" was popularized by Ethereum rollups—optimistic and zero-knowledge—which post transaction data or validity proofs on L1, inheriting full security. They are secured by L1's consensus. In contrast, Bitcoin cannot validate arbitrary computation due to its limited scripting. So these so-called L2s must rely on federations, multisig bridges, or separate consensus mechanisms. They are not Layer2 in the cryptographic sense; they are interoperable blockchains or sidechains. Yet the marketing machine labels them as "Bitcoin L2" to ride the Bitcoin brand.
Core Analysis: Dissecting the Technical Mirage
Let me take you through three prominent examples, based on my own research and conversations with Bitcoin Core developers over the years. I have audited smart contracts for similar projects and know the difference between a secure bridge and a catastrophe waiting to happen.
Stacks (STX) Stacks uses a proof-of-transfer (PoX) mechanism where miners transfer Bitcoin to STX holders to earn STX. It does not peg Bitcoin to a sidechain; it uses a separate token (STX) for transactions. Smart contracts run on the Stacks blockchain, which finalizes on Bitcoin via a 100-block confirmation window. This is not a Layer2—it is a separate L1 that occasionally writes hashes to Bitcoin. The security of Stacks transactions depends on the honesty of STX miners, not Bitcoin miners. If an attacker controls 51% of STX mining hash, they can reorganize the Stacks chain without touching Bitcoin. During my time at Gitcoin, I saw similar "merged mining" projects fail because the secondary chain lacked Bitcoin-level security. The Bitcoin community does not acknowledge Stacks as an L2; the term itself is a marketing invention.
Rootstock (RSK) Rootstock is a sidechain with a federated peg. Users lock BTC in a multisig wallet controlled by a federation of pre-selected entities (currently around 60). The federation signs off on minting RBTC on the sidechain. This is a classic federated bridge—identical to WBTC or other wrapped assets. The federation introduces counterparty risk and centralization. While Rootstock does use merged mining with Bitcoin miners, the consensus is not Bitcoin's Proof-of-Work; it is a separate chain that miners can optionally mine. If the federation colludes or gets hacked, users' BTC can be stolen. In 2020, a bug in the RSK bridge contract could have allowed fund theft if exploited—a lesson from my audit experience: code is not trustless if governance can override it. Rootstock is a useful experimental platform, but calling it a Layer2 is misleading.
Botanix (Spiderchain) Botanix claims to be a "full-layer 2" using a spiderchain of randomly selected signers. It uses a proof-of-stake system where validators stake a native token to secure the bridge. This is a multi-signature arrangement with a rotating committee. The security model depends on the honesty of stakers and the economic incentives of the native token—which is not Bitcoin. If the token price collapses, the security budget collapses. I saw the same fragility in Terra's Luna collapse; algorithmic trust is brittle. Botanix's whitepaper uses terms like "bitcoin-staked security" but in practice it is a separate L1 with a bridge.

The Data: TVL and User Growth
Let's look at numbers as of Q1 2025. Stacks has about $300 million in TVL across DeFi protocols, Rootstock about $50 million, Botanix about $20 million (mostly from their testnet). Compare to Ethereum L2s: Arbitrum has over $15 billion, Optimism $8 billion. The growth rate of Bitcoin L2s is hyped but the actual usage is minuscule compared to mainnet BTC. Moreover, the user base is overlapping heavily with Ethereum DeFi degens who are chasing airdrop points, not genuine Bitcoin users. I recall a similar pattern from 2020: Uniswap v2 liquidity mining attracted temporary capital, but real retention was zero. When the incentives stop, the graph goes quiet.
The Contrarian Perspective
One might argue that Bitcoin's lack of native programmability forces us to use alternative architectures. Federated sidechains, drivechains, and staking layers can bring utility to a dormant asset. They enable BTC to be used in DeFi, lending, and NFTs, unlocking capital efficiency. Some defenders say that security inheritance is not the only definition; these systems still rely on Bitcoin for finality via periodic checkpoints or merged mining. And the market chooses what works—users are willingly using these bridges.
I respect that view. However, the issue is not about innovation—it is about false advertising. When a project raises $50 million calling itself a "Bitcoin L2", it exploits the trust that users place in the Bitcoin brand. It obscures the very real risks of bridge failures, governance attacks, and regulatory ambiguity. The infrastructure built on extraction is not infrastructure; it is a trap. I have seen the aftermath of such traps—from BitGo's WBTC to the Wormhole bridge exploit. Users lose money, and the narrative blames "crypto" rather than the deceptive nomenclature.
Furthermore, the Bitcoin Core community largely ignores these projects. There is no BIP or official recognition from Bitcoin developers. In fact, some Core contributors have publicly criticized the misuse of the term. This disconnection between marketing and engineering reality is dangerous. When the hype dies—and it will, as market cycles turn—these projects will be left as ghost chains, just like many Ethereum sidechains of 2018.
Takeaway: A Call for Linguistic Integrity
We are at a pivotal moment. The Bitcoin ETF approvals have brought institutional money and new users. They will hear "Bitcoin L2" and assume it is as secure as Bitcoin itself. We, as builders and writers, have a responsibility to clarify the difference. Let us call sidechains what they are: alternative settlement layers with weaker security guarantees. Let us call federated pegs what they are: trust-based bridges. And let us reserve the term "Layer2" for systems that inherit full L1 security—like Lightning or, perhaps in the future, BitVM-based rollups.
When the graph spikes, the soul remains quiet. The quiet soul of Bitcoin is its unwavering security model. We should not sell that soul for a spike.
Postscript: Looking Forward
Research into validium-like constructions on Bitcoin is ongoing. BitVM proposes a way to verify arbitrary computation on Bitcoin without changing consensus. It could enable trust-minimized bridges. But BitVM is not yet production-ready. Until then, skepticism is a developer's best asset. I encourage readers to demand technical clarity: ask for cryptographic proofs, not just marketing decks. The code may be public, but the trust is earned through transparent architecture—not borrowed from Bitcoin's brand.
First published anonymously on a subway ride from Boston to Cambridge, because even in the concrete world, we need to find the quiet spaces to think.
Article Signatures - "When the graph spikes, the soul remains quiet." - "The protocol's white paper promised trustlessness; the reality was a multisig with a smile." - "Code is law, but law requires interpretation." - "Infrastructure built on extraction is not infrastructure; it is a trap."