Bitlight Labs develops infrastructure based on the #RGB protocol and the #LightningNetwork. @Bitlight_Wallet

San Francisco, CA
Introducing Bitlight RLN, the first product-ready desktop client that brings RGB asset issuance and transfer to the Lightning Network. bitlightlabs.com/lightning We are making programmable Bitcoin assets instant, cheap, and real. Issue assets. Open RGB channels. Transfer instantly over Lightning. Settle on-chain. Not a testnet demo. Not a proof of concept. A real product. Watch the full walkthrough.
89
30
161
72,690
RGB Lightning Node v0.0.9 Release Notes 09/24/2026 1. Added LSP Provider Support - Added support for configuring the RGB Lightning Node as an LSP Provider. - Added configuration options for Channel capacity, lease term, fees, and Client Balance. - Added support for configuring BTC and RGB asset liquidity. - Added Order Management for viewing Channel purchase orders and their status. 2. Added Channel Purchase Workflow - Added support for retrieving quotes from connected LSP Providers and purchasing Channels. - Added support for BTC and BTC & RGB Channels. - Added support for configuring Channel capacity, lease term, Client Balance, and Public/Private visibility. - Added support for selecting RGB Assets and specifying the asset amount. - Added support for payment via BTC balance, Lightning Invoice (BOLT11), and BTC Address. - Added payment status detection and channel opening status tracking. - Added support for configuring a Refund Address to receive a refund if channel opening fails. Note: The current version supports connecting to only one LSP Provider at a time. RGB Lightning Node — LSP Provider Setup Guide rln-docs.bitlightlabs.com/en… RGB Lightning Node — Channel Purchase Guide rln-docs.bitlightlabs.com/en… github.com/bitlightlabs/rgb-… github.com/bitlightlabs/rgb-… github.com/bitlightlabs/rgb-… One of RLN core Library is opensourced for all developer: Dedicated library for UTXO observation, reconciliation, selection, and reservation github.com/bitlightlabs/txos… Make Bitcoin smart.
5
3
28
5,988
RGB Lightning Node v0.0.9 Release Notes 09/24/2026 1. Added LSP Provider Support - Added support for configuring the RGB Lightning Node as an LSP Provider. - Added configuration options for Channel capacity, lease term, fees, and Client Balance. - Added support for configuring BTC and RGB asset liquidity. - Added Order Management for viewing Channel purchase orders and their status. 2. Added Channel Purchase Workflow - Added support for retrieving quotes from connected LSP Providers and purchasing Channels. - Added support for BTC and BTC & RGB Channels. - Added support for configuring Channel capacity, lease term, Client Balance, and Public/Private visibility. - Added support for selecting RGB Assets and specifying the asset amount. - Added support for payment via BTC balance, Lightning Invoice (BOLT11), and BTC Address. - Added payment status detection and channel opening status tracking. - Added support for configuring a Refund Address to receive a refund if channel opening fails. Note: The current version supports connecting to only one LSP Provider at a time. RGB Lightning Node — LSP Provider Setup Guide rln-docs.bitlightlabs.com/en… RGB Lightning Node — Channel Purchase Guide rln-docs.bitlightlabs.com/en… github.com/bitlightlabs/rgb-… github.com/bitlightlabs/rgb-… github.com/bitlightlabs/rgb-… One of RLN core Library is opensourced for all developer: Dedicated library for UTXO observation, reconciliation, selection, and reservation github.com/bitlightlabs/txos… Make Bitcoin smart.
1
3
28
2,282
Bitlight Labs⚡️ retweeted
Bitlight Wallet v1.3.6 Release Notes - Fixed Payjoin Balance Increase Issue. Fixed an issue where Payjoin could not increase the wallet balance when a locked UTXO contained exactly 330 sats, the dust limit. - Added Unclaimable Status to Receive Records. A receive record is marked as Unclaimable when the UTXO associated with the received funds has already been spent, indicating that the funds can no longer be claimed. Make Bitcoin smart.
4
2
35
5,434
Lightning RGB: Building an LSP for RGB Assets blog.bitlightlabs.com/posts/… Lightning enables RGB assets to move with low fees and near-instant settlement. At the same time, it introduces new concepts and operational requirements for users. Every Lightning payment takes place within a payment channel. The channel’s participants first commit funds to the channel, and subsequent payments update the allocation of those funds between the two sides. As a result, the amount a user can receive depends on the balance available on the counterparty’s side of the channel and its ability to be transferred toward the recipient. This requirement—known as inbound liquidity—is unfamiliar to many new users and is precisely what they are least likely to have when they first begin using Lightning. Before receiving funds, they may need to identify a suitable counterparty, establish a channel, and understand how channel balances and liquidity work. Early users of Lightning Bitcoin encountered the same challenge. The Lightning ecosystem addressed this challenge through the emergence of Lightning Service Providers (LSPs). Professional Lightning nodes package channel liquidity as a service that users can purchase when needed, allowing them to access inbound liquidity without having to manage the underlying complexity themselves. We are bringing this model to RGB assets—building an LSP that makes receiving and transacting RGB assets on Lightning more accessible, predictable, and practical. Make Bitcoin smart.
16
7
55
10,245
RGB Lightning Node v0.0.8 Release Notes - Added direction validation for multi-hop sell paths. - Added a pre-check for BTC/RGB per-HTLC capacity on the first hop. - Added RGB channel validation for the return path of direct sell transactions. - Added support for manual UTXO consolidation. - Fixed an issue where channels could not be opened when multiple small UTXOs were used. github.com/bitlightlabs/rgb-… github.com/bitlightlabs/rgb-… github.com/bitlightlabs/rgb-… v0.0.8 introduced a major refactoring of RGB-LDK-Node as planned in the roadmap. The issue “RGB Asset Loss After Channel Opening Failure” is currently in progress and will be fixed in v0.0.9. Make Bitcoin smart and build with us.
7
16
73
8,949
Lightning RGB: Making Channel Closes Observable blog.bitlightlabs.com/posts/… Bitlight Labs closed the asset visibility gap during channel closure in RLN with a dedicated closing view: every channel between "close initiated" and "funds back in the wallet" stays visible, with its exact stage, its remaining outputs, and—for colored channels—the RGB asset amounts and their recovery progress. This matters because RGB assets on Lightning need the same operational confidence as on-chain — especially during the most sensitive lifecycle event. Make Bitcoin Smart.
20
19
77
9,863
RGB Lightning Node v0.0.6 is live. rln-docs.bitlightlabs.com/en… What's new: • Added BTC and RGB asset swaps with support for both single-hop and multi-hop routing. Multi-hop swaps currently require manual route selection. • Added support for creating swap offers as a Maker. • Added support for previewing and accepting swap offers as a Taker. • Added support for executing swaps as a Maker. • Added a detailed swap summary, including asset, amount, BTC value, direction, and expiration time. • Added swap status tracking with the following states: Offered, Accepted, InFlight, Settled, and Failed. • Added detailed failure reasons for unsuccessful swaps. • Added swap history and transaction details. • Added the ability to cancel local swaps before execution. • Added automatic asset recovery using StaticOutput sweep after RGB channel closure. • Added visibility into pending confirmation and recoverable balances after channel closure. • Improved channel opening failure handling by releasing reserved funding and automatically attempting a rollback. Build with us and make Bitcoin smart.
31
30
108
31,988
RGB Swaps on Lightning — workflow and HTTP API now documented. blog.bitlightlabs.com/posts/… This post describes the swap workflow and HTTP API that Control Panel exposes today, so third parties can integrate maker and taker flows, try them in a real environment, and send feedback. Build with us. Make Bitcoin Smart.
20
24
72
15,649
RGB Lightning Node v0.0.5 released. Docs updated — RGB asset transfer through intermediate routing nodes: → rln-docs.bitlightlabs.com/en… Highlights: - Improved the BTC Carrier configuration by automatically applying a default value.. - Added node status, with pause and start controls - Fixed an issue where the client’s BTC address changed unexpectedly - Fixed import and export issues between the client and Bitlight Wallet - Improved the Open Channel flow - Fixed a node crash when querying or exporting an unimported RGB contract. - Improved Hold Invoice payment status with HTLC lock detection and Payment Hash support. - Fixed an issue where RGB on-chain recipients could not retrieve the transaction ID (TXID). - Improved RGB UTXO confirmation height retrieval and query performance. Repos: → github.com/bitlightlabs/rgb-… → github.com/bitlightlabs/rgb-… → github.com/bitlightlabs/rgb-… Make Bitcoin Smart.
12
13
61
17,861
Bitlight Labs publishes a complete disaster recovery solution for RGB assets on Lightning Network channels. The wire-level specification is formalized as bLIP-0072, complementing bLIP-0070. blog.bitlightlabs.com/posts/… Standard Lightning channels already have a well-defined recovery path for BTC: recover from backup, sweep your funds on-chain using your seed. Solved. RGB assets in Lightning channels are a different problem. Allocations are client-side validated and stored locally—not on-chain. When a channel loses state, the RGB allocation cannot be reconstructed from chain data alone. It exists only in the counterparty's local stock. bLIP-0072 defines how to retrieve it. Make Bitcoin Smart.
14
11
58
11,724
Bitlight Labs⚡️ retweeted
Bitlight Wallet v1.3.1 Released We are pleased to announce the release of Bitlight Wallet v1.3.1, introducing key enhancements to RGB asset interoperability and browser extension performance. What's New: • RGB Asset Consignment Import/Export — Bitlight Wallet now supports importing and exporting RGB asset consignments for RGB Lightning Nodes on Regtest, shipped alongside rgb-ldk-control-panel v0.0.4. This milestone enables developers to test end-to-end RGB asset transfers across Lightning channels in a controlled environment. • Chrome Extension Optimization — The Bitlight WASM library powering the Chrome extension has been optimized and upgraded. These updates reflect our continued commitment to advancing RGB protocol infrastructure and delivering a seamless developer experience. We encourage developers building on RGB Lightning to test consignment workflows and provide feedback. Make Bitcoin Smart.
18
13
59
14,032
RGB Lightning Node v0.0.4 Released: Full UTXO Management Support — Control Panel: github.com/bitlightlabs/rgb-… — API: github.com/bitlightlabs/rgb-… — CLI: github.com/bitlightlabs/rgb-… We are pleased to announce the release of RGB Lightning Node v0.0.4, introducing comprehensive UTXO management capabilities that provide users with granular control over their Bitcoin UTXOs for RGB protocol operations. This release focuses on UTXO lifecycle management — a critical infrastructure layer for efficient RGB asset issuance, transfer, and on-chain resource optimization. Key Features: • UTXO Overview — Monitor all UTXOs with real-time status tracking, linked RGB asset visibility, and available operation context. • Create UTXOs — Generate dedicated UTXOs purpose-built for RGB asset issuance, transfer, and management workflows. • Unlock UTXOs — Release reserved UTXOs and consolidate funds back into available wallet balance for flexible resource allocation. • Increase UTXO Capacity — Expand the funding capacity of existing UTXOs to support higher-throughput RGB asset transactions. Efficient UTXO management is foundational to scalable RGB protocol operations on the Lightning Network. This release enables developers and node operators to optimize their on-chain footprint while maintaining full control over asset-linked transaction outputs. Make Bitcoin Smart.
10
23
80
13,812
Bitlight Labs⚡️ retweeted
Bitlight Wallet v1.3.0 We've shipped three targeted improvements in this release: - PayJoin fee optimization: resolved an edge case where transaction construction produced unnecessarily elevated fee rates. - Rebroadcast logic refinement: transactions now propagate with greater reliability under adverse network conditions. - Custom API error handling: Esplora exceptions are now surfaced with structured error codes, improving debuggability for integrators. As always, we build for precision. Make Bitcoin Smart.
8
6
45
7,476
Bitlight Labs has completed its Bitcoin Infrastructure Modernization — upgrading from Bitcoin Core 28.x to v31.0 and deploying Cluster Mempool across our stack. Full technical write-up: blog.bitlightlabs.com/posts/… What changed: → Cluster Mempool replaces per-transaction tracking with cluster-based evaluation. Transactions are now grouped and ordered by chunk feerate, enabling more accurate block template construction and stricter RBF semantics. → Fee estimation precision improved from 1 sat/vB to 0.1 sat/vB — reducing overpayment in low-fee environments for wallets and protocol-level settlement. → mempool-electrs upgraded to v3.3.0 with multi-tier fee estimation (fastest / halfHour / hour / economy / minimum), while preserving full backward compatibility with existing electrs endpoints. → Private broadcast support via Tor/I2P for transaction relay, reducing originating IP leakage. → Default dbcache increased to 1024 MB on 4GB+ systems, improving sync and validation performance. For RGB Layer2 infrastructure, this means more predictable CPFP/RBF behavior, cleaner fee selection for on-chain settlement, and a stronger foundation for commitment transactions. Our approach: stay close to upstream, reduce unnecessary abstraction, build where the protocol is actually moving. Make Bitcoin Smart.
22
11
68
11,583
RGB Lightning Node v0.0.3 is now live. Public repo: github.com/bitlightlabs/rgb-… This release focuses on wallet security and client lifecycle management — laying the groundwork for a production-ready self-custodial experience. Key updates: — Wallet Security: Password-protected wallet creation and import. Mnemonic backup now available in Settings with password verification. — Client Lock: Lock the control panel when stepping away. Password required to resume. — Exit Flow: Clean exit confirmation with proper session teardown. The RGB Lightning Node is becoming a complete desktop environment for managing tokenized assets over Bitcoin's Lightning Network — not just a dev tool, but a product. Make Bitcoin Smart.
31
14
81
15,626
Bitlight Labs⚡️ retweeted
Bitlight RGB v0.12 Mainnet (L1) Node Upgrade Completion Notice The scheduled upgrade and maintenance for the Bitlight Mainnet (L1) node has been successfully completed. All L1 node services are now fully operational and have returned to normal performance.
11
3
26
8,585
Bitlight RGB v0.12 Mainnet (L1) Node Upgrade Announcement Bitlight will conduct a scheduled upgrade and maintenance of the Mainnet (L1) node. Maintenance Window - Time: 2026-05-21 01:00–02:00 UTC - Estimated Duration: Approximately 1 hour The actual completion time may vary depending on the upgrade progress. Maintenance Scope - Upgrade the Mainnet (L1) node to Bitlight RGB v0.12 - Planned node downtime during the maintenance window This upgrade enhances the efficiency of RGB Client-Side Validation (CSV), improving overall execution performance and transaction processing throughput. During the maintenance window: - Mainnet (L1) node services will be temporarily unavailable - On-chain operations relying on this node, including transaction broadcasting and state queries, may be affected - All Swap/Markets services will be unavailable We apologize for any inconvenience this may cause and appreciate your understanding and support. Make Bitcoin Smart.
13
3
50
12,323
Bitlight RGB v0.12 Mainnet (L1) Node Upgrade Completion Notice The scheduled upgrade and maintenance for the Bitlight Mainnet (L1) node has been successfully completed. All L1 node services are now fully operational and have returned to normal performance.
11
3
26
8,585