<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/index.php?action=history&amp;feed=atom&amp;title=LND</id>
	<title>LND - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/index.php?action=history&amp;feed=atom&amp;title=LND"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=LND&amp;action=history"/>
	<updated>2026-04-05T22:13:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=LND&amp;diff=70634&amp;oldid=prev</id>
		<title>Calliptamus: Created page with &quot;&#039;&#039;&#039;LND&#039;&#039;&#039; (Lightning Network Daemon) is an open-source implementation of the Lightning Network, a Layer-2 protocol designed to enable fast, low-cost Bitcoin transactions. Developed primarily by [https://lightning.engineering/ Lightning Labs], LND serves as a feature-rich node software that allows users to participate in the Lightning Network by opening payment channels, routing transactions, and settling funds on the Bitcoin blockchain. Fi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=LND&amp;diff=70634&amp;oldid=prev"/>
		<updated>2025-05-11T20:06:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;LND&amp;#039;&amp;#039;&amp;#039; (Lightning Network Daemon) is an open-source implementation of the &lt;a href=&quot;/wiki/Lightning_Network&quot; title=&quot;Lightning Network&quot;&gt;Lightning Network&lt;/a&gt;, a Layer-2 protocol designed to enable fast, low-cost &lt;a href=&quot;/wiki/Bitcoin&quot; title=&quot;Bitcoin&quot;&gt;Bitcoin&lt;/a&gt; &lt;a href=&quot;/wiki/Transaction&quot; title=&quot;Transaction&quot;&gt;transactions&lt;/a&gt;. Developed primarily by [https://lightning.engineering/ Lightning Labs], LND serves as a feature-rich node software that allows users to participate in the Lightning Network by opening &lt;a href=&quot;/wiki/Payment_channels&quot; title=&quot;Payment channels&quot;&gt;payment channels&lt;/a&gt;, routing transactions, and settling funds on the Bitcoin &lt;a href=&quot;/wiki/Block_chain&quot; title=&quot;Block chain&quot;&gt;blockchain&lt;/a&gt;. Fi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;LND&amp;#039;&amp;#039;&amp;#039; (Lightning Network Daemon) is an open-source implementation of the [[Lightning Network]], a Layer-2 protocol designed to enable fast, low-cost [[Bitcoin]] [[transaction]]s. Developed primarily by [https://lightning.engineering/ Lightning Labs], LND serves as a feature-rich node software that allows users to participate in the Lightning Network by opening [[payment channels]], routing transactions, and settling funds on the Bitcoin [[Block chain|blockchain]]. First released in 2018, LND has become one of the most widely used Lightning implementations, alongside competitors like c-lightning and Éclair.&lt;br /&gt;
&lt;br /&gt;
== Technical Overview ==&lt;br /&gt;
&lt;br /&gt;
LND operates as a standalone daemon (background process) that interacts with a Bitcoin full node (e.g., [[Bitcoin Core]])) and manages Lightning Network functionality. Key components include:&lt;br /&gt;
&lt;br /&gt;
=== Payment Channels ===&lt;br /&gt;
&lt;br /&gt;
LND enables users to create bidirectional payment channels by committing funds to a multisignature Bitcoin address. Transactions within the channel occur off-chain, reducing blockchain congestion.&lt;br /&gt;
&lt;br /&gt;
=== Routing ===&lt;br /&gt;
&lt;br /&gt;
Using a network of public channels, LND nodes autonomously discover paths for payments via a gossip protocol. Fees are dynamically adjusted based on channel liquidity and market conditions.&lt;br /&gt;
&lt;br /&gt;
=== Security Mechanisms ===&lt;br /&gt;
&lt;br /&gt;
* [[Hash Time Locked Contracts|Hashed Time-Locked Contracts]] (HTLCs): enforce atomicity of payments across multiple hops.&lt;br /&gt;
* Watchtowers: third-party services that monitor channels for malicious closure attempts.&lt;br /&gt;
&lt;br /&gt;
=== Interoperability ===&lt;br /&gt;
&lt;br /&gt;
LND adheres to the [https://github.com/lightning/bolts BOLT (Basis of Lightning Technology)] specifications, ensuring compatibility with other Lightning implementations.&lt;br /&gt;
&lt;br /&gt;
== Core Features ==&lt;br /&gt;
&lt;br /&gt;
=== Atomic Multi-Path Payments (AMP) ===&lt;br /&gt;
&lt;br /&gt;
Splits large payments into smaller shards routed through different channels, improving success rates for high-value transactions.&lt;br /&gt;
&lt;br /&gt;
=== Static Channel Backups (SCB) ===&lt;br /&gt;
&lt;br /&gt;
Encrypted backups of channel states stored locally, allowing users to recover funds if their node goes offline.&lt;br /&gt;
&lt;br /&gt;
=== Autopilot ===&lt;br /&gt;
&lt;br /&gt;
Automatically opens and manages channels to optimize routing efficiency and liquidity.&lt;br /&gt;
&lt;br /&gt;
=== gRPC and REST APIs ===&lt;br /&gt;
&lt;br /&gt;
Developer-friendly interfaces for integrating Lightning functionality into wallets, exchanges, or applications.&lt;br /&gt;
&lt;br /&gt;
== Adoption and Use Cases ==&lt;br /&gt;
&lt;br /&gt;
As of 2023, LND powers a significant portion of the Lightning Network’s public nodes. Notable adoption includes:&lt;br /&gt;
&lt;br /&gt;
* Wallets: mobile apps like Zap and [https://zeusln.com/ Zeus] use LND as a backend for non-custodial Lightning transactions.&lt;br /&gt;
* Merchants: platforms like [https://www.bitrefill.com Bitrefill] and [https://foldapp.com Fold] leverage LND for instant Bitcoin payments.&lt;br /&gt;
* Institutional Infrastructure: exchanges such as [https://www.kraken.com Kraken] and [https://www.okx.com OKX] utilize LND for deposit/withdrawal efficiency.&lt;br /&gt;
&lt;br /&gt;
== Criticisms and Challenges ==&lt;br /&gt;
&lt;br /&gt;
Despite its popularity, LND faces ongoing critiques:&lt;br /&gt;
* Resource Intensity: running an LND node requires significant storage, bandwidth, and synchronization with a Bitcoin full node.&lt;br /&gt;
* Routing Centralization: liquidity tends to concentrate around large, well-connected nodes, creating potential centralization risks.&lt;br /&gt;
* User Experience Complexity: managing channels, fees, and backups remains challenging for non-technical users.&lt;br /&gt;
&lt;br /&gt;
== Future Development ==&lt;br /&gt;
&lt;br /&gt;
The LND team continues to prioritize scalability, privacy, and usability. Upcoming upgrades may include:&lt;br /&gt;
* Proton Mail Integration: enhancing payment metadata privacy.&lt;br /&gt;
* Splicing: dynamically adding/removing funds from channels without closing them.&lt;br /&gt;
* [[Taproot]] Adoption: leveraging [[Schnorr]] signatures and MAST for more efficient channel transactions.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/lightningnetwork/lnd LND GitHub Repository]&lt;br /&gt;
* [https://github.com/lightning/bolts BOLT Specifications]&lt;br /&gt;
* [https://docs.lightning.engineering/ Lightning Labs Documentation]&lt;br /&gt;
&lt;br /&gt;
[[Category:Privacy]]&lt;/div&gt;</summary>
		<author><name>Calliptamus</name></author>
	</entry>
</feed>