They said programmable Bitcoin on Lightning was years away. We built it today.
Introducing Bitlight RLN. We haven’t just built a client; we’ve unlocked the final form of the Lightning Network. For the first time in history, RGB asset issuance and transfer are seamlessly integrated into Lightning.
We are doing to Bitcoin assets what broadband did to the internet. Instant. Frictionless. Limitless.
Issue assets. Open channels. Transfer at the speed of light. Settle with Bitcoin's ultimate security.
The era of whitepapers and testnet illusions is over. The future of Bitcoin finance just shipped.
Witness the paradigm shift. Watch the walkthrough and try it on your own.
Make Bitcoin Smart.
Introducing Bitlight RLN, the first product-ready desktop client that brings RGB asset issuance and transfer to the Lightning Network.
https://t.co/5jK4DvHkDl
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.
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.
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:
https://t.co/FXzslCZXMH
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.
RGB Lightning Node v0.0.3 is now live.
Public repo: https://t.co/4OrTd1RaLG
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.
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.
RGB super-compatibility is not a promise but an engineering discipline enforced with zero tolerance for regression.
RGB on Lightning: Walking with Upstream
https://t.co/lXvjEkEYlG
While the previous release proved that RGB could connect to Lightning through full LDK state machine compliance, 1,019 tests, and CLN/LND interoperability, the latest release now answers the harder question of whether RGB can evolve at Lightning's pace without friction — and it does.
We synced our upstream dependencies with the Lightning mainline, absorbing 16 medium-or-higher security fixes, including critical vulnerabilities that were never backported.
We’ve formalised this approach as bLIP-0070, encoding super-compatibility at the protocol layer via feature bits 826 (mandatory) and 827 (optional), along with TLV type 827167.
Compatibility only earns the right to the real work of making Lightning’s most advanced primitives asset-native: Splice support, already live in BTC channels, will extend to RGB channels for adjusting capacity without closing, while Async Payments and offline receipt of value will carry over to RGB assets, and JIT liquidity will follow—all without bridges, custodial wrappers, or separate networks, leaving simply the Lightning Network with RGB as its invisible programmable layer.
Compatibility is not pitched as a feature; it is shipped as infrastructure, making Bitcoin smart.
RGB Lightning Node v0.0.2 is now live.
Public repo: https://t.co/4OrTd1RaLG
This release introduces a fully redesigned control panel with meaningful improvements to both usability and protocol-level functionality.
Key updates:
— Wallet: Rebuilt Receive and Send flows with native support for RGB asset import/export. Transaction history now surfaces asset transfer metadata.
— Node Management: Connect and disconnect Lightning nodes directly from the UI. Open and close channels with streamlined UX.
— RLN Initialization: New node creation flow with clear visualization of local and remote node topology.
— RGB Asset Detail View: Extended metadata display with UTXO binding visibility for RGB assets — enabling users to inspect the on-chain anchoring of off-chain state.
We continue to build at the intersection of Lightning and client-side validated smart contracts. The infrastructure for tokenized assets over Bitcoin is not theoretical — it is shipping.
Make Bitcoin Smart.
We have published the full engineering design behind native RGB Swaps on the Lightning Network.
https://t.co/5BjHPchdEO
The swap is not a separate protocol layered on top of Lightning — it is a property of the payment path itself. A single circular route, one payment_hash, zero external coordination. Atomicity is not enforced by an additional contract; it falls out naturally from Lightning's preimage settlement.
This design handles non-monotonic value flows across multi-asset channels, affects commitment construction, HTLC state management, and client-side transfer history at the architectural level.
The RGB Lightning Network has reached production-grade engineering. Large-scale testing begins now.
Make Bitcoin Smart.
Bitlight Labs Technical Update – February 21, 2026
We are pleased to announce significant updates to our RGB Lightning Network (RLN) infrastructure and the release of a new developer sandbox.
1. RLN Node & CLI Enhancements
Repository: https://t.co/AuVQGyDxMx
We have refactored payment logic to a resource-oriented architecture. Key updates include:
- Expanded Payment Controls: Added specific subcommands for pay invoice, offer, refund, and keysend.
- BOLT12 Support: Integrated BOLT12 capabilities along with wait and abandon payment states in the API and TypeScript SDK.
- Documentation: Updated all examples and docs to reflect the new node topology.
2. New Developer Sandbox
Repository: https://t.co/KSYdchetwp
We have released a React + TypeScript web frontend for the Bitlight LN Hub to facilitate testing and development. Features include:
- RPC Proxy: A backend implementation (in src/app/api) to securely proxy RPC calls and resolve cross-domain restrictions.
- Dockerized Environment: Includes a pre-configured Bitcoin regtest container (bitcoind) with scripts for wallet creation and rln-ldk-node server initialization.
Developers are encouraged to review the repositories and update their local environments accordingly.
Make Bitcoin Smart
Bitlight Wallet v1.2.4 Maintenance Announcement
To ensure a smoother and more secure experience, Bitlight Wallet will undergo scheduled maintenance and a version upgrade.
- Maintenance Window: December 10, 2025, 1:00 AM – 3:00 AM UTC
- Affected Version: v1.2.4
What’s new in v1.2.4
- BTC transfer support added to the Wallet SDK.
- Invoice API: Create and query invoices via new endpoints.
- Asset management APIs: Add and manage asset IDs in the wallet programmatically.
- Performance and stability improvements, plus minor UI polish.
Your funds and account data remain safe and unaffected. No user action is required and services will automatically resume after maintenance.
Thank you for your understanding and continued support.
Make Bitcoin Smart.
Announcing the BitLight White Paper
https://t.co/LetwiFRuGg
BitLight: An Integrated Layer 1 and Layer 2 Architecture for Non-Custodial Bitcoin Operations
BitLight unifies RGB’s client‑side validated assets with Lightning Network payments in a single, non‑custodial architecture. We combine Taproot‑based L1 primitives with L2 execution and cleanly separate signing from node operations, reducing risk and operational overhead while preserving Bitcoin’s security.
Make Bitcoin Smart
Let there be $LIGHT.
$LIGHT is now available on Binance, Bitget, Gate, and KuCoin. Market pairs and availability may vary by venue.
Pricing and liquidity are determined by the open market. Digital assets are volatile and may result in partial or total loss. Do your own research and make independent decisions. You are solely responsible for your trading and investment outcomes.
Access to and use of cryptoasset services may be restricted or prohibited in certain jurisdictions (including the UK, Mainland China, and others). Please comply with the laws and regulations applicable in your place of residence. Where prohibited, do not trade.
Bitlight Labs respects and complies with applicable global laws and expects users to transact safely, lawfully, and in compliance with local regulations. Nothing in this announcement constitutes investment, legal, accounting, or tax advice, or a solicitation to buy or sell any asset.
Verify official tickers and links through our official channels to avoid impersonation or fraud.
Notice on Lifting Frontend Transfer Restrictions for Bitlight Wallet
Bitlight Wallet will undergo scheduled maintenance on Sep 26 from 10:00 to 11:00 UTC. Upon completion, the frontend transfer restrictions will be lifted, enabling unrestricted transfers of RGB assets via the Bitlight Wallet frontend.
A snapshot of all $RGB assets has been taken.
Bitlight Wallet has been updated to v1.2.2.
In this release, we’ve added a “Force Sync” feature under Settings → Advanced Settings. Users can manually force sync to fix rare cases where UTXOs and assets are not displayed correctly. We also fixed a few bugs that could affect the user experience to further improve stability.
We have restricted RGB asset transfers in the Bitlight Wallet frontend to facilitate the snapshot. While you can still bypass the frontend to transfer RGB assets, doing so may affect your snapshot status.
Make Bitcoin Smart.