Research/Stablecoins

Stablecoins on Bitcoin: The Complete 2026 Landscape

Comprehensive overview of stablecoin implementations on Bitcoin: Liquid, RGB, Taproot Assets, Spark, and more.

bcMaoMar 1, 2026

Bitcoin was designed as peer-to-peer electronic cash, but its volatility makes it impractical for everyday pricing, invoicing, and settlement. Stablecoins solve this by pegging value to fiat currencies (usually the U.S. dollar) while inheriting the censorship resistance and global accessibility of the underlying network. On Ethereum, Tron, and Solana, stablecoins already dominate on-chain transaction volume. On Bitcoin, the landscape is more fragmented: multiple competing protocols offer different tradeoffs around trust, speed, programmability, and liquidity.

This article maps every major approach to issuing and transacting stablecoins on Bitcoin in 2026, from the original Omni Layer to the newest Layer 2 implementations. We compare trust models, throughput, fee structures, and regulatory positioning, then explain why the convergence of stablecoins and Lightning-compatible networks matters for Bitcoin adoption.

Why Stablecoins on Bitcoin Matter

Stablecoins are the bridge between traditional finance and crypto. They let users hold dollar-denominated value without bank accounts, move money across borders in seconds, and settle transactions with cryptographic finality. Until recently, that utility lived almost entirely on non-Bitcoin chains.

Bringing stablecoins to Bitcoin unlocks several advantages that other chains cannot replicate:

  • Bitcoin has the deepest liquidity and broadest institutional acceptance of any blockchain
  • Lightning Network infrastructure already connects thousands of nodes globally, providing a ready-made payment rail
  • Bitcoin's conservative upgrade culture and battle-tested security model reduce smart contract risk
  • Users can hold BTC and stablecoins in the same wallet, simplifying treasury management

The challenge has always been that Bitcoin L1 was not designed for token issuance. There is no native smart contract model like Ethereum's ERC-20. Every stablecoin implementation on Bitcoin involves creative engineering around Bitcoin Script's constraints.

The Protocols: From Omni to Spark

Omni Layer: where it started

The Omni Layer (originally Mastercoin) launched in 2013 as the first protocol enabling token issuance on Bitcoin. Tether (USDT) was initially issued exclusively on Omni, embedding token metadata into Bitcoin transactions using OP_RETURN outputs.

Omni transactions are native Bitcoin transactions with extra data appended. This means every USDT transfer on Omni requires an on-chain Bitcoin transaction, inheriting L1's throughput constraints: roughly 7 transactions per second with 10-minute block times. Fees track Bitcoin L1 fees exactly, making transfers expensive during high-fee periods.

By 2026, Omni-based USDT has been largely deprecated in favor of Ethereum and Tron. Tether has shifted focus to newer Bitcoin-native approaches. However, Omni's legacy matters: it proved that Bitcoin could serve as a settlement layer for dollar-denominated tokens, even with severe UX and throughput limitations.

Liquid Network: federated sidechain model

Liquid is a federated sidechain operated by Blockstream, launched in 2018. It uses a federation of functionaries (currently around 65 members including exchanges, trading desks, and infrastructure providers) who collectively manage a multisig holding Bitcoin locked on L1. Users peg-in by sending BTC to the federation's address and receive L-BTC on Liquid; pegging out reverses the process.

Liquid supports Issued Assets, a native token standard that enables stablecoin issuance without smart contracts. L-USDT (Tether on Liquid) is the most prominent: it settles in approximately 2 minutes (Liquid's block time) with finality after 2 confirmations. Confidential Transactions hide amounts and asset types by default, providing privacy not available on most other stablecoin platforms.

Federation trust model: Liquid's security depends on its federation. If a threshold of functionaries collude or are compromised, they can censor transactions or, in the worst case, steal pegged-in funds. This is a fundamentally different trust model from Bitcoin L1. Users must evaluate whether the federation's composition provides sufficient security for their use case.

Liquid's strengths are Confidential Transactions, a mature toolchain, and direct exchange integrations. Its limitations include the federated trust model, limited throughput (roughly the same as Bitcoin L1), and relatively low adoption compared to stablecoins on Ethereum or Tron.

RGB Protocol: client-side validation

RGB takes a radically different approach. Rather than recording token state on a blockchain or sidechain, RGB stores all token data client-side. Bitcoin transactions serve only as commitment anchors: a single-use seal model where each UTXO can commit to off-chain state transitions. Validation happens locally on each user's device, not on a global ledger.

This design offers exceptional privacy (only transacting parties see token data) and scalability (Bitcoin L1 only sees normal-looking transactions). RGB can define complex token schemas including fungible assets, NFTs, and more elaborate financial contracts.

The tradeoff is complexity. RGB's client-side validation model requires users to maintain and transfer state proofs. Wallet implementations must handle proof storage, verification chains, and state management. As of 2026, the RGB ecosystem is still maturing: tooling is improving but remains less accessible than Liquid or Taproot Assets for most developers.

Tether announced USDt issuance on RGB in late 2023, leveraging the Bitfinex ecosystem. RGB tokens can potentially interact with Lightning channels, though this integration remains in active development.

Taproot Assets: Lightning Labs' approach

Taproot Assets (formerly Taro) is a protocol developed by Lightning Labs that leverages Taproot to embed asset metadata into Bitcoin transactions. Asset issuance, transfer, and proof data are stored in a Taproot tree committed to an on-chain output, making token transactions indistinguishable from regular Taproot spends to outside observers.

The key promise of Taproot Assets is native Lightning Network integration. In theory, any asset issued via Taproot Assets can be routed over existing Lightning channels using multi-hop transfers, meaning stablecoins could settle in milliseconds using the same infrastructure that routes Bitcoin payments today.

In practice, Lightning integration for Taproot Assets introduces complexity. Channel liquidity must be denominated in the transferred asset or routed through intermediaries willing to convert between BTC and the stablecoin mid-route. This creates new liquidity requirements and routing challenges distinct from Bitcoin-only Lightning payments.

Universe servers: Taproot Assets relies on “universe servers” that store and serve asset proof data. While the protocol itself is open, the availability and reliability of these servers affects user experience. The trust assumption is lighter than Liquid's federation (servers cannot forge proofs), but infrastructure availability remains a practical dependency.

BRC-20 and Runes: on-chain token experiments

BRC-20 tokens emerged in 2023 as an experimental fungible token standard built on Ordinals theory. BRC-20 uses JSON inscriptions in witness data to define deploy, mint, and transfer operations. While primarily used for speculative memecoins, the standard demonstrated demand for fungible tokens on Bitcoin L1.

Runes, introduced by Ordinals creator Casey Rodarmor in 2024, offered a more efficient alternative. Runes use OP_RETURN outputs instead of witness inscriptions, reducing the UTXO bloat caused by BRC-20. The protocol is simpler: no indexer-dependent state, just a straightforward UTXO-based token model.

Neither BRC-20 nor Runes are well-suited for stablecoins in production. Both inherit Bitcoin L1's throughput and fee constraints. More critically, they lack the programmability needed for compliance features like freeze/seize functions that regulated stablecoin issuers require. However, they represent the broader trend of using Bitcoin as a base layer for diverse asset types.

Spark: stablecoins without channels or chains

Spark is a Bitcoin Layer 2 built on statechain architecture, enhanced with FROST threshold signatures and a leaf-based balance model. Unlike Liquid, Spark is not a sidechain: it does not have its own blockchain or block production. Unlike Lightning, it does not require payment channels or channel capacity management. Transfers happen by rotating signing authority over Bitcoin locked in on-chain UTXOs, settling instantly with no network fees for Spark-to-Spark transactions.

USDB is the first stablecoin native to Spark. Issued by Brale, a FinCEN-registered Money Services Business, USDB is backed 1:1 by U.S. Treasury bills and cash equivalents held in segregated, bankruptcy-remote accounts. Reserves are audited monthly with daily public attestations.

What distinguishes USDB from other Bitcoin stablecoins is its integration model. Because Spark natively supports token issuance (via the BTKN standard), USDB is not a wrapped or bridged asset: it exists natively on the same layer as Spark Bitcoin. Users hold BTC and USDB in the same self-custodial wallet, and transfers between the two asset types use the same instant settlement mechanism.

Protocol Comparison

The following table compares the major stablecoin-capable protocols on Bitcoin across dimensions that matter most for production deployments:

ProtocolTrust modelSettlement speedFeesLightning integrationPrivacy
Omni LayerBitcoin L1 consensus~10 min (1 conf)L1 miner feesNonePublic ledger
LiquidFederation (~65 members)~2 minLow (sidechain fees)Via submarine swapsConfidential Transactions
RGBClient-side validationVaries (L1 or Lightning)L1 fees for commitmentsIn developmentFull (off-chain state)
Taproot AssetsBitcoin L1 + universe serversL1 or Lightning speedL1 fees or routing feesNative (with caveats)Taproot-level
BRC-20 / RunesBitcoin L1 consensus~10 min (1 conf)L1 miner feesNonePublic ledger
Spark (USDB)1-of-n operators (FROST)Sub-secondZero (Spark-to-Spark)Native via SSPsOperators see metadata

Trust Models: What You Are Actually Trusting

The trust model is the single most important differentiator between these protocols. Understanding exactly what you trust in each system is essential for evaluating stablecoin security.

Fully on-chain (Omni, BRC-20, Runes)

On-chain approaches inherit Bitcoin's consensus security directly. The token ledger is the Bitcoin blockchain itself, so double-spending a stablecoin requires attacking Bitcoin's proof-of-work. The trust assumption is minimal: you trust Bitcoin miners.

The cost is performance. Every token operation is a Bitcoin transaction competing for block space. During fee spikes, small stablecoin transfers become uneconomical.

Federated (Liquid)

Liquid introduces a trust assumption beyond Bitcoin consensus: the federation. A threshold of functionaries (currently 11-of-15 for block signing) must behave honestly for the network to function correctly. The federation model is transparent: members are known entities, and the threshold parameters are public. But the security ceiling is capped by the federation's integrity.

Client-validated (RGB)

RGB minimizes trust by pushing validation to clients. You verify the entire history of any token you receive, tracing it back to its issuance. This eliminates reliance on any intermediary for correctness. However, users must maintain state proofs, and losing them can mean losing access to tokens. The trust model is theoretically minimal but operationally demanding.

Operator-assisted (Spark)

Spark uses a 1-of-n trust model with threshold signatures. As long as at least one operator in the Spark Entity behaves honestly, user funds cannot be stolen. Operators can see transfer metadata and could temporarily censor transactions, but they cannot move funds without user participation. If all operators go offline, users can still exit to Bitcoin L1 via pre-signed transactions. The trust is moment-in-time: once a transfer completes and keys are rotated, operators cannot retroactively affect it.

Lightning Integration: Why It Matters

The Lightning Network is Bitcoin's most widely deployed payment layer, with thousands of nodes and deep integration into exchanges, wallets, and merchant processors. Any stablecoin that can route over Lightning gains instant access to this existing network effect.

But Lightning was designed for Bitcoin, not arbitrary tokens. Integrating stablecoins introduces several challenges:

  • Channel liquidity must exist in the stablecoin denomination, or intermediaries must perform on-the-fly conversions
  • Routing algorithms must account for asset types, not just channel capacity in BTC
  • HTLCs and PTLCs must lock value in the correct asset at each hop
  • Existing Lightning node software requires modification to support multi-asset channels

Taproot Assets addresses this by embedding assets within Lightning channels directly, though this requires channel partners to support the specific asset. Spark takes a different approach: Spark Service Providers (SSPs) bridge between Spark and Lightning using atomic swaps, meaning the Lightning Network does not need to “know” about stablecoins at all. A USDB payment to a Lightning invoice simply converts at the SSP layer, with the Lightning leg settling in BTC as normal.

Stablecoin Issuance and Compliance

Stablecoins are not just a technical product: they are regulated financial instruments in most jurisdictions. The protocol a stablecoin is issued on directly affects its regulatory posture.

What regulators care about

The EU's Markets in Crypto-Assets (MiCA) regulation, which took full effect in mid-2024, created two categories relevant to stablecoins: e-money tokens (EMTs) pegged to a single fiat currency, and asset-referenced tokens (ARTs) backed by a basket. The U.S. regulatory landscape remains in flux, with bills like the Stablecoin TRUST Act and the Clarity for Payment Stablecoins Act providing frameworks for specified stablecoins subject to reserve, audit, and redemption requirements.

Regulators generally require the following for compliant stablecoins:

  • Identifiable, licensed issuer (bank, trust company, or money transmitter)
  • Full reserve backing with regular attestation or audit
  • Ability to freeze or seize tokens (for sanctions compliance)
  • Transparent redemption mechanism

How protocol choice affects compliance

RequirementLiquidRGBTaproot AssetsSpark
Freeze/seize capabilityYes (issuer controls)Limited (client-side state)Possible (issuer-level)Yes (issuer controls)
KYC at issuanceIssuer-dependentIssuer-dependentIssuer-dependentIssuer-dependent
Audit trailOn-chain (Liquid)Client-side proofsOn-chain (Bitcoin)Operator records
Sanctions screeningFederation can enforceDifficult to enforceUniverse servers can filterOperators can enforce

RGB's privacy-maximizing design creates tension with compliance requirements: if the protocol is designed so that only transacting parties see token state, enforcing freeze orders or screening transfers becomes architecturally difficult. This is a feature for privacy advocates and a challenge for regulated issuers.

Liquid's known federation and Spark's identifiable operators provide natural compliance touchpoints. USDB on Spark specifically benefits from Brale's regulatory posture: FinCEN-registered, multi-state licensed, SOC 2 Type II certified, with monthly reserve audits. This makes USDB one of the more regulatory-ready stablecoins on any Bitcoin protocol.

Liquidity and Real-World Adoption

Technical elegance is necessary but insufficient. A stablecoin needs liquidity: deep order books, on/off-ramp integrations, and wallet support. The state of liquidity varies dramatically across Bitcoin stablecoin protocols.

L-USDT on Liquid has the longest track record on a Bitcoin-adjacent protocol, with integrations into several exchanges that participate in the Liquid federation. However, its overall volume remains modest compared to USDT on Ethereum or Tron.

Taproot Assets stablecoins are still early in adoption. While several issuers have announced plans, the multi-asset Lightning routing required for seamless payments is not yet widely deployed.

USDB on Spark benefits from the Spark ecosystem's rapid growth: the network launched in 2025 with over 20 integrations including wallets like Wallet of Satoshi and Xverse, trading venues like Flashnet, and infrastructure providers like Privy and Dynamic. USDB trades on multiple venues and can be acquired by swapping BTC or bridging USDC from Solana and Base.

The Peg: How Different Stablecoins Stay at $1

Not all dollar-pegged tokens maintain their peg the same way. The peg mechanism determines how resilient a stablecoin is under stress.

Reserve-backed (Liquid L-USDT, Spark USDB)

Fiat-backed stablecoins maintain their peg through direct redeemability: each token can be exchanged for $1 worth of reserves (typically Treasury bills and cash equivalents). The peg holds as long as the issuer is solvent and reserves are liquid. L-USDT on Liquid shares Tether's reserve structure. USDB on Spark uses Brale's segregated reserves with daily attestations.

This is the simplest and most battle-tested peg model. The risk is concentrated in the issuer: if the issuer fails or reserves are compromised, the peg breaks. This is why issuer licensing, reserve audits, and reserve proofs matter.

Algorithmic and hybrid approaches

Some Bitcoin-adjacent projects have explored algorithmic stablecoins that use mint/burn mechanisms or overcollateralized vaults to maintain peg. These approaches carry death spiral risks that reserve-backed models avoid, as demonstrated by the collapse of algorithmic stablecoins on other chains. No algorithmic stablecoin has achieved significant sustained adoption on Bitcoin to date.

Developer Experience

For builders integrating stablecoins into wallets, exchanges, or payment processors, the developer experience varies significantly across protocols.

Liquid offers mature SDKs through Blockstream's Liquid documentation and the GDK (Green Development Kit). Issued Assets are well-documented, and developers familiar with Bitcoin can adapt quickly.

RGB's developer experience is more challenging. Client-side validation introduces state management complexity that typical Bitcoin developers have not encountered. The RGB SDK is evolving, but documentation and community resources lag behind more established protocols.

Taproot Assets benefits from Lightning Labs' developer ecosystem. The tapd daemon provides a gRPC and REST API for asset management. Developers already running lnd can extend their infrastructure to support Taproot Assets relatively straightforwardly.

Spark provides a Wallet SDK designed for embedding Bitcoin and stablecoin functionality into applications. The SDK handles key management, Spark transfers, Lightning interoperability, and token operations through a unified interface. Infrastructure providers like Privy and Dynamic have already integrated the SDK, allowing developers to add Spark-native stablecoin support without building from scratch.

Tradeoffs and Open Questions

No single protocol dominates across all dimensions. Each involves meaningful tradeoffs:

  • On-chain approaches (Omni, BRC-20, Runes) maximize trustlessness but sacrifice speed and cost-efficiency
  • Liquid offers privacy and mature tooling but requires trusting a federation
  • RGB minimizes trust and maximizes privacy but demands complex client-side state management
  • Taproot Assets promises native Lightning integration but faces multi-asset liquidity bootstrapping challenges
  • Spark delivers instant, zero-fee transfers with native token support but relies on 1-of-n operator honesty

Several open questions will shape the landscape in coming years. Can Taproot Assets achieve sufficient multi-asset Lightning liquidity? Will RGB's tooling mature enough for mainstream wallet integration? Will regulators treat Bitcoin-native stablecoins differently from Ethereum-based ones? How will covenants (if activated on Bitcoin) affect the design space for all of these protocols?

Convergence, not competition: These protocols may ultimately serve different segments of the market. Liquid for institutional privacy, Taproot Assets for Lightning-native routing, Spark for instant consumer payments, and RGB for maximum sovereignty. The stablecoin market is large enough for multiple winners, especially on a base layer as significant as Bitcoin.

What Comes Next

The stablecoin landscape on Bitcoin is evolving faster than at any point in its history. Several developments to watch:

  • Tether's multi-protocol strategy: with USDT on Liquid, RGB, and potentially Taproot Assets, Tether is hedging across Bitcoin-native protocols rather than betting on one
  • Regulatory clarity: U.S. stablecoin legislation, if passed, could formalize requirements around reserves, licensing, and transparency that favor protocols with built-in compliance capabilities
  • Cross-layer interoperability: bridges and atomic swaps between Bitcoin L2 stablecoins (Liquid to Spark, Taproot Assets to Spark) could unify fragmented liquidity
  • Enterprise adoption: as more service providers integrate Bitcoin stablecoins, use cases like payroll, B2B settlement, and treasury management become viable

Bitcoin's conservative engineering culture means that stablecoin infrastructure has taken longer to develop here than on more permissive chains. But the result is a diverse set of protocols, each grounded in Bitcoin's security model, offering different points on the trust, speed, and privacy spectrum. For developers and institutions evaluating stablecoins in 2026, Bitcoin is no longer the chain where stablecoins cannot exist: it is the chain where stablecoins compete on fundamentals.

This article is for educational purposes only. It does not constitute financial or investment advice. Bitcoin and Layer 2 protocols involve technical and financial risk. Always do your own research and understand the tradeoffs before using any protocol.