Tools/Explorers

DeFi on Bitcoin: Protocols, Platforms, and Possibilities

Map of the DeFi landscape on Bitcoin: lending, DEXs, stablecoins, and yield across Lightning, Spark, Liquid, and more.

Spark TeamInvalid Date

The Bitcoin DeFi Landscape

Bitcoin DeFi has grown from roughly $304 million in TVL at the start of 2024 to over $7 billion by late 2025: a 2,200% increase. That figure still represents less than 0.5% of all bitcoin in circulation and about 12% of Ethereum's ~$57 billion DeFi TVL. The gap is closing, but Bitcoin's DeFi ecosystem remains early-stage compared to Ethereum's eight-year head start.

What makes Bitcoin DeFi distinct is the constraints it operates under. Bitcoin lacks a native smart contract VM, so every protocol must find creative workarounds: federated sidechains, separate execution layers, client-side validation, or off-chain computation with on-chain verification. These architectural choices produce real tradeoffs in trust, speed, and composability.

The table below maps the major categories of Bitcoin DeFi activity, the leading protocols in each, and the Layer 2 or sidechain they operate on.

CategoryProtocolLayerModelStatus
LendingLiquidiumBitcoin L1 (DLCs)P2P, Ordinals/Runes collateralLive: 75K+ loans, $360M+ volume
LendingLavaCustodialBTC-collateralized credit linesLive: $200M raised, pivoted from DLCs to custodial
LendingZest ProtocolStacksPooled BTC lendingLive
DEXBisqP2P (desktop)2-of-2 multisig escrow, no KYCLive: Bisq 2 launched 2024
DEXRoboSatsLightningHold invoices, fidelity bonds, Tor-onlyLive: 60+ fiat currencies
DEXVelarStacksPerp DEX (up to 20x leverage)Live: 150K+ testnet users
StablecoinsUSDBSparkFiat-backed (U.S. Treasuries), issued by BraleLive: native Bitcoin stablecoin
StablecoinsUSDT (RGB)Bitcoin L1 (RGB)Tether via client-side validationAnnounced August 2025
StakingBabylonBitcoin L1Native BTC staking for PoS securityLive: ~$1.9B TVL, 57K+ BTC at peak
TokenizationLiquid (Bitfinex Securities)LiquidRWA tokenization, Confidential TransactionsLive: $250M+ tokenized assets
ProgrammabilityBitVMOff-chain compute, on-chain verifyOptimistic rollup model, no fork requiredImplementations shipping (Bitlayer, Citrea)
PaymentsArkBitcoin L2 (VTXOs)Batched off-chain, unilateral exitPublic beta October 2025, $5.2M seed (Tether, Draper)

Lending and Borrowing

Bitcoin lending looks nothing like Aave or Compound. Without a global state machine, Bitcoin lending protocols rely on Discreet Log Contracts (DLCs), PSBTs, or separate execution layers to enforce loan terms.

Liquidium is the most active trustless lending protocol on Bitcoin L1. It uses DLCs and PSBTs to create peer-to-peer loans collateralized by Ordinals, Runes, and BRC-20 tokens. As of early 2026, Liquidium has facilitated over 75,000 loans with $360 million in total volume and $6.3 million in native BTC interest paid to lenders. Runes instant loans account for 98% of Runes lending volume on the platform.

Lava initially built DLC-based non-custodial lending but pivoted in late 2024 to a fully custodial model with institutional-grade cold storage. It now offers BTC-collateralized revolving credit lines starting at 5% APR, backed by $200 million in venture and debt capital from Khosla Ventures and Founders Fund. The pivot drew community criticism, as the shift from self-custody to custodial contradicted Lava's original positioning.

On Stacks, Zest Protocol offers pooled BTC lending with smart contracts written in Clarity. These protocols benefit from composability within the Stacks ecosystem but inherit its trust assumptions around the sBTC bridge and signer set.

Decentralized Exchanges

Bitcoin DEXs take two forms: peer-to-peer fiat-to-BTC exchanges and on-chain token swaps on Bitcoin L2s.

Bisq is the longest-running decentralized Bitcoin exchange: fully peer-to-peer, no KYC, Tor-routed, and DAO-governed. Trades use 2-of-2 multisig escrow. Bisq 2, launched in 2024, added a simplified "Bisq Easy" chat-based trading interface. Trade limits reach 0.0624 BTC for fiat trades. Because of its fully decentralized architecture, volume is impossible for third-party aggregators to track accurately.

RoboSats runs on the Lightning Network with Tor-only access. Trades average about 7 minutes from robot identity generation to settlement. Both buyer and seller post 1% fidelity bonds via Lightning hold invoices, with PGP-encrypted chat for coordination. It supports 60+ fiat currencies and is moving toward a federated model with multiple coordinators.

For token trading, Velar built the first Bitcoin-native perpetual DEX on Stacks, offering up to 20x leveraged swaps. ALEX Lab operated the largest DEX on Stacks but suffered an $8.3 million exploit in June 2025 (its second major incident), triggering a shift to a "TVL-light" architecture.

Stablecoins on Bitcoin

Stablecoins are arguably the most important DeFi primitive for Bitcoin adoption. Without a native dollar-denominated asset, Bitcoin users have historically needed to bridge to Ethereum or Tron for stablecoin functionality. That is changing.

USDB is a fiat-backed stablecoin issued by Brale (a U.S.-regulated financial entity) and distributed by Flashnet. It runs natively on Spark, backed 1:1 by U.S. Treasury bills with no algorithmic mechanisms. USDB offers up to 6% annual rewards paid daily in Bitcoin, funded by Flashnet revenue rather than rehypothecation.

Tether announced in August 2025 that USDT will be issued on Bitcoin via the RGB Protocol, using client-side validated smart contracts. RGB v0.12, released in July 2025, added native zk-STARK support. The BitMask wallet went live on mainnet in November 2025 with RGB20 fungible token support and an on-chain atomic swap orderbook. If USDT on RGB reaches scale, it would bring the world's largest stablecoin ($140B+) directly to Bitcoin L1.

On Liquid, Bitfinex Securities has tokenized over $250 million in assets including U.S. Treasury bills, making Liquid the third-largest blockchain for real-world asset tokenization. For a broader comparison of stablecoin options, see our stablecoin comparison tool.

Yield and Staking

Babylon dominates Bitcoin yield. The protocol enables native BTC staking (no wrapping, no bridging) to secure proof-of-stake chains, with over 57,000 BTC staked at its peak and 140,000+ unique stakers. TVL peaked at $5.3 billion in December 2024 before settling to approximately $1.9 billion. Babylon alone accounts for roughly 78% of all Bitcoin ecosystem TVL, highlighting how concentrated Bitcoin DeFi remains.

On Stacks, sBTC launched on mainnet in December 2024 with a 1:1 BTC-backed peg maintained by 14 elected federation signers. Withdrawals went live in April 2025. The sBTC ecosystem includes lending on Zest, liquidity provision on Velar and Bitflow, and liquid staking through StackingDAO. Total ecosystem TVL across Stacks protocols sits at roughly $190 million.

Bitcoin L2s and Programmability

The key technical challenge for Bitcoin DeFi is programmability. Bitcoin's Script language is intentionally limited. Several approaches are competing to extend what Bitcoin can do without modifying the base layer.

PlatformTypeSmart ContractsTVLBlock TimeTrust Model
LiquidFederated sidechainSimplicity (launched 2025)~$5B+1 minFederation (Powpeg)
StacksL2 with Bitcoin finalityClarity~$190M (ecosystem)~6 sec (post-Nakamoto)sBTC signers (14, expanding)
RootstockSidechain (merge-mined)EVM-compatible (Solidity)~$185M30 secPowpeg (9 members, expanding to 60)
SparkL2 (off-chain state)Cooperative signing + Script fallbackEmergingInstantSelf-custody, unilateral exit
RGBClient-side validationTuring-complete (off-chain)EmergingN/A (client-side)No trust: client verifies
ArkL2 (VTXOs)Limited (batch settlement)EmergingInstantServer-coordinated, unilateral exit
BitVMComputation frameworkTuring-complete (off-chain compute, on-chain verify)$360M+ (Bitlayer)Varies by implementationOptimistic (fraud proofs)

Liquid Network, operated by Blockstream since 2018, has the highest TVL among Bitcoin sidechains at over $5 billion. Its 2025 launch of Simplicity, a formally verifiable UTXO-based smart contract language, gives it genuine programmability for the first time. Liquid also supports Confidential Transactions, hiding amounts and asset types on the sidechain.

Stacks completed its Nakamoto upgrade in October 2024, reducing block times to approximately 6 seconds and achieving Bitcoin finality: reversing a Stacks transaction is now as hard as reversing a Bitcoin transaction. Rootstock, the oldest Bitcoin sidechain (mainnet since 2018), offers full EVM compatibility with merged mining by 55%+ of Bitcoin's hashrate.

Spark takes a different approach: off-chain state with cooperative signing for normal operations and Taproot key-path spends on-chain. Users retain self-custody with unilateral exit to Bitcoin L1 at any time. This makes Spark well-suited for instant payments, stablecoin transfers, and programmable token operations without the overhead of a full execution layer. For a detailed comparison of Bitcoin L2 architectures, see our Layer 2 comparison tool.

Bitcoin DeFi vs. Ethereum DeFi

Ethereum's DeFi ecosystem holds roughly $57 billion in TVL (~68% of all DeFi across all chains), with mature protocols like Aave ($27B), Lido ($27.5B), and Uniswap ($6.8B) processing billions in daily volume. Bitcoin DeFi at $7 billion is roughly where Ethereum DeFi was in early 2020: functional, growing, but not yet battle-tested at scale.

The architectural differences run deep. Ethereum DeFi is composable: protocols can call each other atomically within a single transaction. Bitcoin DeFi is fragmented across L2s and sidechains with limited cross-layer composability. Ethereum has a single dominant execution environment (EVM); Bitcoin has at least seven competing approaches (Stacks/Clarity, Rootstock/EVM, Liquid/Simplicity, RGB, BitVM, Spark, Ark) with no clear winner.

The counterargument: Bitcoin DeFi benefits from Bitcoin's superior monetary properties and deeper liquidity pool. The total Bitcoin market cap exceeds $1 trillion. If even a small percentage of that capital activates in DeFi, the growth potential is enormous. Bitwise has estimated the market opportunity for Bitcoin staking alone at $200 billion.

Risks and Limitations

Bitcoin DeFi carries distinct risks that differ from Ethereum-based protocols:

  • Bridge risk: most Bitcoin L2s rely on federated or multisig bridges (sBTC's 14 signers, Liquid's Powpeg, Rootstock's 9-member federation) that introduce trust assumptions absent from Bitcoin L1
  • Exploit concentration: ALEX Lab's two exploits ($4.3M in May 2024, $8.3M in June 2025) show that Bitcoin L2 smart contracts face the same vulnerability classes as Ethereum DeFi
  • TVL concentration: Babylon alone holds ~78% of Bitcoin DeFi TVL, making the aggregate numbers misleading as a measure of ecosystem breadth
  • Cultural resistance: Bitcoin's conservative development culture slows adoption of DeFi primitives, and many maximalists view DeFi on Bitcoin as unnecessary complexity
  • Fragmentation: seven or more competing programmability approaches split developer attention and liquidity

What to Watch

Several developments could materially accelerate Bitcoin DeFi in 2026 and beyond:

  • USDT on RGB: if Tether successfully deploys on Bitcoin L1, it brings massive stablecoin liquidity directly to the base layer
  • BitVM bridges going live: Bitlayer's BitVM Bridge on mainnet (July 2025) and BOB Network's testnet signal a move toward trust-minimized Bitcoin bridges
  • OP_CAT reintroduction: this opcode could unlock covenants, vaults, and more expressive smart contracts directly on Bitcoin L1
  • Ark's Arkade Assets: multi-asset support on Ark (funded by Tether and Tim Draper) would add another venue for Bitcoin-native stablecoin and token activity
  • Spark ecosystem growth: integrations with wallets, neobanks, and DEXs planned for Q2 2026 could expand the surface area for Bitcoin-native DeFi

Frequently Asked Questions

Is DeFi possible on Bitcoin?

Yes. While Bitcoin lacks Ethereum's native smart contract VM, protocols have built lending, trading, stablecoins, and staking on Bitcoin using Layer 2 networks, sidechains, DLCs, and client-side validation. Bitcoin DeFi TVL exceeded $7 billion in 2025, though it remains early compared to Ethereum's $57 billion.

What is the largest Bitcoin DeFi protocol?

Babylon, a native BTC staking protocol, holds the most TVL at approximately $1.9 billion (down from a $5.3B peak). It accounts for roughly 78% of Bitcoin DeFi TVL. Among sidechains, Liquid Network leads with over $5 billion in assets.

How does Bitcoin DeFi compare to Ethereum DeFi?

Ethereum DeFi holds ~$57 billion in TVL with highly composable protocols sharing a single execution environment. Bitcoin DeFi is smaller (~$7B), fragmented across competing L2s and sidechains, and lacks cross-layer composability. Bitcoin's advantage is the deeper underlying asset base: the total BTC market cap exceeds $1 trillion.

Can you earn yield on Bitcoin without wrapping it?

Yes. Babylon allows native BTC staking without wrapping or bridging. Liquidium lets you earn interest by lending against Ordinals and Runes collateral using DLCs on Bitcoin L1. USDB on Spark offers up to 6% annual rewards paid in Bitcoin for holding a dollar-denominated asset natively on Bitcoin.

What are the main risks of Bitcoin DeFi?

The primary risks are bridge trust assumptions (most L2s use federated multisig bridges), smart contract exploits on newer platforms, TVL concentration in a single protocol (Babylon), and ecosystem fragmentation across competing Layer 2 approaches. Always verify the custody model and exit mechanism before depositing funds.

What is BitVM and why does it matter?

BitVM, created by Robin Linus in October 2023, enables Turing-complete computation on Bitcoin using off-chain execution with on-chain fraud proof verification. It requires no consensus changes. BitVM matters because it enables trust-minimized bridges and rollups on Bitcoin. Bitlayer ($360M+ TVL) and Citrea (ZK-rollup) are the leading implementations.

Which stablecoins work on Bitcoin?

USDB operates natively on Bitcoin via Spark, backed 1:1 by U.S. Treasuries. Tether has announced USDT on Bitcoin via the RGB Protocol. Liquid Network supports L-USDT and tokenized assets. On Stacks, aUSD and other stablecoins exist within the DeFi ecosystem. For a full overview of stablecoins on Bitcoin, see our research guide.

This tool is for informational purposes only and does not constitute financial advice. Data is approximate and based on publicly available information as of early 2026. TVL figures, protocol statuses, and development timelines change frequently. Always verify current data before making decisions.

Build with Spark

Integrate bitcoin, Lightning, and stablecoins into your app with a few lines of code.

Read the docs →