Lightning Labs is the primary commercial development company behind the Lightning Network, the leading Layer 2 payment protocol for Bitcoin. Founded in 2016 by Elizabeth Stark (CEO) and Olaoluwa “Roasbeef” Osuntokun (CTO), Lightning Labs builds and maintains LND (Lightning Network Daemon) — the most widely deployed Lightning Network node implementation — along with developer tools, developer cloud services (Lightning Terminal, Voltage), and the Taproot Assets protocol for issuing assets on Bitcoin.
Background
Elizabeth Stark and Olaoluwa Osuntokun founded Lightning Labs to commercialize and develop the Lightning Network whitepaper written by Joseph Poon and Thaddeus Dryja in 2015. The original whitepaper described payment channels that could route Bitcoin payments across a network of pre-funded channels without on-chain transactions for each payment — enabling near-instant, sub-satoshi fee transactions. Lightning Labs built LND as the production-ready implementation and raised funding from a16z, Google, Craft Ventures, and others to accelerate development.
Key Products
| Product | Description |
|---|---|
| LND (Lightning Network Daemon) | Most widely used Lightning node implementation; runs routing nodes and wallets |
| Lightning Terminal (LiT) | Web-based dashboard for managing LND nodes and liquidity |
| Loop | Non-custodial submarine swap service for moving funds between on-chain Bitcoin and Lightning |
| Pool | Liquidity marketplace for buying and selling inbound channel capacity |
| Faraday | Analytics and accounting tooling for LND node operators |
| Taproot Assets | Protocol for issuing fungible and non-fungible assets (stablecoins, tokens) on Bitcoin |
Lightning Network Basics
The Lightning Network works by:
- Two parties lock Bitcoin in a 2-of-2 multisig on-chain transaction to open a payment channel
- They exchange off-chain signed transactions for payments within the channel
- Payments can be routed through intermediary nodes using HTLCs (Hash Time-Lock Contracts)
- When either party settles, the final state is submitted on-chain, closing the channel
This enables millions of transactions per second with fees of fractions of a cent — orders of magnitude beyond Bitcoin’s base layer throughput.
Taproot Assets
In 2023, Lightning Labs shipped Taproot Assets (formerly Taro) — a protocol that leverages Bitcoin’s Taproot upgrade to embed asset issuance data on Bitcoin. This enables stablecoins and other tokens to be issued on Bitcoin and transferred over the Lightning Network. The protocol is designed to bring stablecoin payment rails to Bitcoin’s payment layer.
Related Terms
Sources
- Lightning Labs Website — products and documentation.
- LND GitHub — open-source node implementation.