Blockstream has released Core Lightning v26.06, an update to its Bitcoin Lightning implementation published under the title “Quantum-Resistant Lightning Channel.” The official changelog dates the release to June 1, 2026, while Blockstream’s release post followed on June 4 and framed the update around payment reliability, node operations and liquidity-management edge cases.
The release name places CLN inside Bitcoin’s broader quantum-resilience conversation, but the publicly documented changelog does not spell out a specific hybrid post-quantum key-exchange implementation. The concrete changes listed by the project are centered on xpay, new JSON-RPC commands, routing behavior, BOLT12 tooling, shutdown handling and block-watching infrastructure.
Core Lightning 26.06 "Quantum-Resistant Lightning Channel" has shipped.
Graceful shutdowns, precise send amounts, smarter payment retries, and enhanced payment privacy. Your node runs cleaner and your payments stay harder to observe. ⚡ pic.twitter.com/fKYOBXpcxP
— Core Lightning ⚡️ (@Core_LN) June 5, 2026
xpay Moves Toward the Center of CLN Payments
The main user-facing shift is the continued migration from the legacy pay command toward xpay. In v26.06, xpay now handles pay by default unless operators disable that behavior, while pay also accepts invstring as a BOLT11 invoice parameter to ease the transition. That makes xpay the strategic payment path for future CLN releases.
The update also adds sendamount, a JSON-RPC command that lets users specify the exact amount they want to send rather than the amount the recipient should receive. For operators managing fees, liquidity and routing constraints, that gives more precise control over payment execution without turning the release into a broader protocol overhaul.
Privacy and reliability receive targeted changes as well. Blockstream said xpay now uses shadow CLTV additions to help mask the final destination of payments under BOLT 7, and the changelog says xpay can update the current payment loop when it receives a channel_update inside an error message. The practical takeaway is better routing behavior and observation resistance at the payment layer.
Operators Get Cleaner Shutdowns and New Monitoring Tools
For node operators, v26.06 introduces the graceful JSON-RPC command, designed to prepare CLN for shutdown in a controlled way. The release also updates the systemd service script so lightningd shuts down properly, while the protocol now waits 72 blocks instead of 12 before closing channels in specific dispute windows. Together, these changes target cleaner operational handling rather than headline-grabbing throughput gains.
The release adds experimental BOLT12-related tooling, including createproof for generating a payment proof for a successful BOLT12 payment and decode support for the lnp payer-proof format. Those features remain best described as experimental developer-facing infrastructure, not a finished consumer payment product.
Another important addition is bwatch, an experimental plugin designed to reduce how much block-processing work lightningd performs directly. Blockstream described it as a middle layer between lightningd and bcli, allowing CLN to register watches while bwatch handles raw block data, persistence and asynchronous updates. That points to more modular block monitoring for larger or resource-sensitive nodes.
The quantum framing is still relevant, but it should be handled carefully. BIP-361 has pushed Bitcoin’s post-quantum debate toward difficult questions about legacy signatures and possible coin freezes, while CLN v26.06’s documented changes are more immediate and operational. In plain terms, this release improves Lightning node tooling while the wider Bitcoin ecosystem continues debating deeper quantum-migration policy.
The release lands as Lightning infrastructure is gaining more institutional packaging. BitGo, for example, announced Lightning Network support for its Crypto-as-a-Service stack in May 2026, combining Lightning payment rails with custody, wallet services and API-driven infrastructure. Against that backdrop, CLN v26.06 looks less like a single dramatic upgrade and more like continued hardening of Bitcoin’s payment stack for professional operators.
