Babylon Protocol
A Bitcoin staking protocol that enables BTC holders to provide economic security to proof-of-stake networks without bridging or wrapping.
Key Takeaways
- Babylon Protocol lets BTC holders stake their Bitcoin natively on the Bitcoin chain to secure proof-of-stake networks, without bridging, wrapping, or giving up custody.
- Slashing is enforced cryptographically through extractable one-time signatures (EOTS) built on Schnorr signatures: if a finality provider double-signs, their private key is mathematically exposed and their staked BTC can be seized.
- With over 56,000 BTC staked, Babylon is the largest native Bitcoin staking protocol by TVL and a foundational layer of the growing BTCFi ecosystem.
What Is Babylon Protocol?
Babylon Protocol is a Bitcoin staking protocol that enables BTC holders to provide economic security to proof-of-stake blockchains using their native Bitcoin. Unlike wrapped BTC solutions that require trusting a custodian or bridge, Babylon keeps all staked BTC on the Bitcoin chain itself. Staking, unbonding, and slashing are enforced entirely through Bitcoin Script and cryptographic primitives.
The protocol creates a two-sided marketplace. On the supply side, BTC holders lock their coins and delegate to finality providers. On the demand side, PoS chains, rollups, and other decentralized systems (called Bitcoin Supercharged Networks, or BSNs) consume this Bitcoin-backed security. Finality providers vote on block validity for these networks, and stakers earn rewards denominated in the BSN's native token.
Founded in 2022 by Stanford professor David Tse and Dr. Fisher Yu, Babylon launched its Phase 1 Bitcoin staking mainnet in August 2024 and the Babylon Genesis chain in April 2025. The project has raised over $96 million from investors including Paradigm, Polychain Capital, and Hack VC.
How It Works
Babylon uses Bitcoin's native scripting capabilities, specifically Taproot outputs, to create self-custodial staking contracts. A staker constructs a special UTXO with multiple spending conditions encoded as distinct script paths within a Taproot tree.
Staking Transaction Structure
Each staking transaction creates a P2TR (Pay-to-Taproot) output with three possible spend paths:
- Timelock path: after a predefined number of Bitcoin blocks (up to 64,000 blocks, roughly 15 months), only the staker can withdraw the UTXO. This uses OP_CHECKSEQUENCEVERIFY to enforce the lock period.
- Unbonding path: allows early withdrawal before the timelock expires, but requires signatures from both the staker and a quorum of the covenant committee. A new unbonding transaction imposes a minimum waiting period of 1,008 blocks (roughly one week).
- Slashing path: triggered when a finality provider provably double-signs. Requires signatures from the staker, the finality provider, and a quorum of the covenant committee to execute.
The staking script for the timelock path looks conceptually like this:
# Timelock spend path (simplified)
<StakerPubKey> OP_CHECKSIGVERIFY
<TimelockBlocks> OP_CHECKSEQUENCEVERIFY
# Unbonding spend path (simplified)
<StakerPubKey> OP_CHECKSIGVERIFY
<CovenantMultisig> OP_CHECKMULTISIG
# Slashing spend path (simplified)
<StakerPubKey> OP_CHECKSIGVERIFY
<FinalityProviderPubKey> OP_CHECKSIGVERIFY
<CovenantMultisig> OP_CHECKMULTISIGExtractable One-Time Signatures (EOTS)
The key cryptographic innovation powering Babylon's slashing mechanism is EOTS, which builds on Schnorr signatures introduced to Bitcoin via the Taproot upgrade. An EOTS key is designed so that it can safely sign exactly one message per round. If the same key signs two different messages for the same block height (a double-sign), the two signatures mathematically reveal the signer's private key.
This makes double-signing self-punishing. A finality provider who votes for two conflicting blocks automatically exposes their private key, allowing anyone to construct the slashing transaction and seize the delegated stake. The provider is also permanently banned (tombstoned) from the network with their voting power reduced to zero.
This approach is fundamentally different from how slashing works on Ethereum or other PoS chains. Those systems rely on the chain's own consensus mechanism to enforce penalties. Babylon enforces slashing through pure cryptography on Bitcoin, requiring no additional trust assumptions beyond Bitcoin itself.
Covenant Committee
A covenant committee of multisig signers adds a safeguard layer to unbonding and slashing transactions. Neither action can execute without a quorum of committee signatures. This prevents rogue slashing attempts while still allowing legitimate penalties when double-signing is provable. The committee operates as a threshold multisig scheme.
Finality Providers
Finality providers are the operators who run nodes for BSN networks and vote on block validity using their EOTS keys. BTC stakers delegate to finality providers, similar to how PoS validators accept delegated stake. The provider earns a commission from staking rewards, and both the provider and their delegators are subject to slashing if the provider misbehaves.
Babylon Genesis Chain
Launched on April 10, 2025, the Babylon Genesis chain is a Cosmos SDK-based Layer 1 blockchain and the first network secured by native Bitcoin staking. It serves three roles: a control plane for coordinating BSNs with Bitcoin, a liquidity hub for the BSN ecosystem, and a live demonstration of the security model.
The Genesis chain supports IBC (Inter-Blockchain Communication) for cross-chain interoperability and CosmWasm for smart contracts. Its native token, BABY, launched alongside the chain with an initial supply of 10 billion tokens and an 8% annual inflation rate split evenly between BTC stakers and BABY stakers.
Use Cases
Securing PoS Networks
The primary use case is providing Bitcoin-grade economic security to PoS chains. New PoS networks often struggle to bootstrap sufficient stake for security. By tapping into Bitcoin's massive capital base (over $2 trillion in market cap), these networks can achieve meaningful economic security from day one. Confirmed BSN partners include Osmosis, Sui, and BOB (a hybrid Layer 2).
Bitcoin Yield Generation
For BTC holders, Babylon offers a way to earn yield on idle Bitcoin without converting it to another asset or trusting a bridge. The staked BTC remains on the Bitcoin chain, and rewards come from the BSN networks being secured. This positions Babylon as a core primitive in the BTCFi landscape alongside lending protocols and liquid staking derivatives.
Liquid Staking and Restaking
Several liquid restaking protocols have been built on top of Babylon. Lombard Finance issues LBTC tokens representing staked BTC and controls roughly 60% of the Bitcoin liquid staking market. Solv Protocol aggregates BTC into strategy vaults that route into Babylon through its SolvBTC.BBN product. These protocols let users earn Babylon staking rewards while using a liquid derivative in DeFi applications. For a deeper comparison, see the Bitcoin restaking deep dive.
Shared Security for Rollups
Layer 2 rollups and application-specific chains can register as BSNs to inherit Bitcoin's economic security without building their own validator sets. Babylon has integrated with both the OP Stack and Arbitrum Stack consensus frameworks, making it accessible to a wide range of rollup architectures. This model is conceptually similar to restaking on Ethereum but uses native BTC instead of staked ETH.
Why It Matters
Bitcoin holds the largest pool of cryptoeconomic capital in existence, but most of it sits dormant. Unlike ETH, which can be staked natively on Ethereum, BTC historically had no way to generate yield without leaving the Bitcoin network. Babylon changes this by making Bitcoin a productive asset while preserving the self-custody that Bitcoin users value.
For the broader ecosystem, Babylon introduces a new security model: PoS chains no longer need to rely solely on their own token's market cap for security. They can supplement it with Bitcoin-backed economic guarantees. This is particularly valuable for new chains where native token value may be low and security bootstrapping is difficult.
Protocols like Spark and other Bitcoin Layer 2 solutions operate in a complementary space. While Babylon focuses on exporting Bitcoin's security to other chains, Layer 2 protocols like Spark focus on scaling Bitcoin payments and enabling stablecoin functionality on top of the Bitcoin network.
Risks and Considerations
Slashing Risk
Stakers face the risk of losing funds if their chosen finality provider double-signs. While the EOTS mechanism makes slashing provably fair, the practical risk depends on the operational reliability of the finality provider. Stakers must evaluate providers carefully, just as PoS delegators evaluate validators on other networks.
Liquidity Lock
Staked BTC is locked for the full timelock duration, which can be up to roughly 15 months. Early unbonding requires covenant committee approval and imposes a minimum one-week waiting period. During this time, stakers cannot access their BTC, though liquid staking derivatives like LBTC partially mitigate this by providing a tradable token.
Reward Uncertainty
Staking rewards are denominated in BSN tokens, not BTC. The value of these rewards depends on the BSN token's price, demand for Bitcoin security, and the number of competing stakers. Early participants in Phase 1 received roughly 0.6% ROI over a six-month period, which some considered low relative to the opportunity cost of locking BTC.
Covenant Committee Centralization
The covenant committee is a potential centralization vector. Since unbonding and slashing both require committee quorum approval, committee members hold significant power. A compromised or unresponsive committee could block legitimate unbonding or enable illegitimate slashing. The protocol's long-term roadmap aims to decentralize this component further.
Token Concentration
Over 66% of the BABY token supply is allocated to insiders, the foundation, and the team. While Year 1 vesting restrictions prevent immediate selling and locked tokens cannot be staked, the long-term distribution has raised centralization concerns among community participants.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.