VLS Roadmap
March 2023
Developer Preview
Minimize chances of accidental fund loss.
- Works with CLN socket mode and LDK
- Encrypted cloud state backup
- A complete set of layer-2 validation rules
- Disaster recovery from signer and node failure
- Optional validation rules (e.g. velocity, approval)
- Basic policy audit (internal and independent third party)
Limitations:
- Embedded (Rust
no_std) signers not supported - Routing not supported
- On-chain state tracking not supported
June 2023
Beta Release (v0.9)
Designed to be secure against a malicious node.
- A complete set of layer-1 validation rules (on-chain tracking)
- Heartbeat and alerts
- Allowlist
Limitations:
- Embedded (Rust
no_std) signers not supported - Routing not supported
June 2023
Developer Preview: Greenlight + VLS
- Full VLS signer integration with Greenlight
- Developers building with the
gl-clientor additional layers like the Breez SDK can now easily access the VLS signer, without any need for modifications
August 2023
v0.10 (Beta 2)
- Focused on supporting low resource signers
- Full support for a Rust
no_std(microcontroller) mode - Signer can run on modest amounts of RAM and ROM
- Tuning performance for embedded processors
February 2024
v0.11 (Beta 3)
- Tag team signing (multi-signer) support (not multi-sig)
- Latency and memory usage fine tuning
- Dockerized VLS + services (vlsd, cln/ldk, txood, lssd, bitcoind)
August 2024
v0.12
- LSS support in
vlsd2 - Various bug fixes and policy updates
- Logging improvements
February 2025
v0.13
- Enhanced Config
- Improved Testing & Security
- Core Improvements
November 2025
v0.14
- BOLT12 signing support
- Automatic database migrations (Redb 2.2.0)
- Integrated
lnrodLDK node example - Enhanced monitoring (HTLC tracking)
- Improved CLI and proxy controls
- Security and dependency upgrades
2026
v1.0
- Resolve final 30 tracked issues for production readiness
- Finalize recovery flows and disaster-response automation
- Confirm complete Lightning protocol validation
- Harden storage and anti-rollback mechanisms
TBD
Enterprise Readiness
- Transaction throughput and latency benchmarks
- Memory and load testing across large node fleets
- Secure enclave support (Nitro, SGX, etc.)
- Improved configurability and developer ergonomics
- Custom policy hooks for enterprise workflows
- VSS integration
TBD
Routing
TBD
Splicing
- Splicing Support
™Soon
Features
To submit feature requests, click here.
Soon™
Multi-sig Lightning
Pending maturity of Lightning network implementations of Taproot, Musig2 and FROST.
- No single point of failure