⚠️ Deep article forbidden
Hook
Boltz went dark. For a period in 2024, the dominant atomic swap service for Bitcoin, Lightning, and Liquid simply stopped processing. Users with pending HTLCs faced timeout risk. The community shrugged — it’s a third-party service, not a protocol. But that shrug exposed a deeper fragility: the Bitcoin cross-layer swap market had a single point of failure. Blockstream, the firm behind c-lightning and Liquid, saw the gap. Their answer: Blockstream Swaps.
Context
Bitcoin’s multi-layer architecture is a patchwork of sovereign networks. Layer 1 holds the base asset, Lightning Network enables instant micropayments, and Liquid Network offers confidential assets and faster settlement. Moving value between these layers requires a swap — a trust-minimized exchange of BTC for L-BTC or Lightning channels. Atomic swaps using HTLCs are the standard. Boltz was the go-to provider, but its outage proved that even decentralized protocols rely on centralized service layers. Blockstream Swaps is a direct response: a commercial-grade, non-custodial swap engine backed by the engineering resources of Adam Back’s team.
Core
Let’s strip the marketing. Blockstream Swaps is not a new cryptographic construction. It’s an integration of existing atomic swap logic with a hardened API layer. The innovation is in redundancy and SLA guarantees. Boltz ran on a single-entity infrastructure; Blockstream leverages its own node network — c-lightning nodes, Liquid federated nodes, and Bitcoin full nodes — to eliminate single-machine failure. The swap flow remains the same: Alice wants to move BTC from L1 to Liquid. She deposits BTC into a P2SH address, gets a preimage from the Liquid side, and the HTLC enforces atomicity. If either party aborts, funds are refunded after timeout.
⚠️ Deep article forbidden
Here’s the overlooked detail: the swap requires a relayer. Blockstream operates the relayer. While the user retains control of their private keys, the relayer is the intermediary that matches orders and broadcasts transactions. This is a subtle but crucial centralization vector. The atomic swap protocol is trustless, but the discovery and order-matching layer is not. Blockstream controls the feed. If their API goes down, users cannot find counterparties. The resilience narrative is about uptime, not decentralization.
Based on my audit experience with atomic swap implementations, the real risk is in the HTLC timeout parameters. Blockstream Swaps likely uses conservative locktimes (e.g., 144 blocks for L1, 6 hours for LN). If the API is slow to refund, users could lose funds due to channel force-closure penalties on Lightning. I’ve seen similar bugs in custom HTLC wrappers — the Solidity reentrancy epiphany taught me that high-level abstractions mask edge cases.
Contrarian
Everyone will praise Blockstream for filling the Boltz void. But the contrarian view: Blockstream Swaps is a competitive moat, not a public good. By integrating only with Liquid (their own sidechain) and Core Lightning (their own LN implementation), they create a walled garden. Boltz supported multiple LN implementations and even RSK. Blockstream Swaps is optimized for their own stack. The “resilience” argument is a Trojan horse for vendor lock-in. If you want to swap BTC to L-BTC, you must use Liquid. There’s no option to swap to other sidechains like Rootstock or Stacks. This is a strategic move to grow Liquid’s TVL by forcing users through their funnel.
⚠️ Deep article forbidden

Furthermore, the centralization of the relayer introduces a new attack surface: the relayer can censor transactions. Blockstream, as a corporation, is subject to legal pressure. If a court orders them to block swaps from certain addresses, they can. The atomic swap protocol itself resists censorship, but the relayer layer does not. Users who rely solely on Blockstream’s API are trusting a single company. Boltz proved that trust can be broken. The solution is to run your own relayer, but that’s non-trivial. Blockstream has not open-sourced the relayer software.
Takeaway
Blockstream Swaps is a net positive for Bitcoin’s multi-layer ecosystem — it reduces friction and increases service availability. But it’s a double-edged sword. The same resilience that prevents downtime also enables centralized control. The real test will come when Blockstream faces a regulatory subpoena or a targeted DDoS attack. Will they maintain the “non-custodial” ethos and route around censorship, or will they comply? The answer determines whether this is a tool of liberation or a gate. Watch the Liquid active address count. If it spikes, the market has accepted the trade-off.