<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lightning Network &#8211; Area Bitcoin</title>
	<atom:link href="https://blog.areabitcoin.co/category/lightning-network/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.areabitcoin.co</link>
	<description>All About Bitcoin</description>
	<lastBuildDate>Mon, 08 Jun 2026 12:15:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>What Is Cashu? The Private Bitcoin Payment Layer You Should Know</title>
		<link>https://blog.areabitcoin.co/cashu/</link>
		
		<dc:creator><![CDATA[Area Bitcoin]]></dc:creator>
		<pubDate>Sun, 07 Jun 2026 21:26:34 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Lightning Network]]></category>
		<category><![CDATA[Wallets]]></category>
		<category><![CDATA[Bitcoin]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/?p=100068</guid>

					<description><![CDATA[<p>Learn what Cashu is, how it works with Bitcoin and Lightning, key differences vs eCash/Fedimint, wallets, privacy trade-offs, and practical steps to start.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/cashu/">What Is Cashu? The Private Bitcoin Payment Layer You Should Know</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Cashu is a free, open-source eCash (electronic cash) protocol built for <a href="https://blog.areabitcoin.co/what-is-bitcoin/">Bitcoin</a>. Created by developer Calle, it uses blind-signature cryptography to enable instant, private, and near-free transactions. In practice, it is like having physical cash, but in digital form and integrated with Bitcoin via the <a href="https://blog.areabitcoin.co/lightning-network/" data-type="link" data-id="https://blog.areabitcoin.co/lightning-network/">Lightning Network</a>.</p>



<p class="wp-block-paragraph">If you have ever used cash, you know it has a powerful property: no one needs to know who paid whom. No login, no registration, no history tied to your identity. That is what Cashu brings to the digital world. The most interesting part is that it does this without giving up integration with Bitcoin.</p>



<p class="wp-block-paragraph">In this article, you will understand what Cashu is, who developed the protocol, how it works in practice, the difference between Cashu and eCash, which wallets and apps already use this technology, and why it may be so important for the future of Bitcoin payments.</p>



<p class="wp-block-paragraph">Let&#8217;s dive in.</p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Topics covered</h2><nav><ul><li class=""><a href="#what-is-cashu">What is Cashu?</a></li><li class=""><a href="#who-created-cashu">Who created Cashu?</a></li><li class=""><a href="#how-does-this-protocol-work">How does this protocol work?</a></li><li class=""><a href="#what-is-the-difference-between-cashu-and-e-cash">What is the difference between Cashu and eCash?</a></li><li class=""><a href="#cashu-vs-fedimint-what-is-the-difference">Cashu vs Fedimint: what is the difference?</a></li><li class=""><a href="#cashu-and-the-lightning-network">Cashu and the Lightning Network</a></li><li class=""><a href="#wallets-and-apps-that-use-cashu">Wallets and apps that use Cashu</a></li><li class=""><a href="#cashu-and-nostr">Cashu and Nostr</a></li><li class=""><a href="#cashu-advantages">Cashu advantages</a></li><li class=""><a href="#limitations-and-trade-offs">Limitations and trade-offs</a></li><li class=""><a href="#how-to-use-cashu-in-practice-step-by-step">How to use Cashu in practice (step by step)</a></li><li class=""><a href="#nu-ts-cashu-protocol-specifications">NUTs: Cashu protocol specifications</a></li><li class=""><a href="#cashu-mints-how-they-work">Cashu mints: how they work</a></li><li class=""><a href="#cashu-and-privacy-why-it-matters">Cashu and privacy: why it matters</a></li><li class=""><a href="#the-future-of-cashu">The future of Cashu</a></li><li class=""><a href="#frequently-asked-questions">Frequently Asked Questions</a></li></ul></nav></div>



<h2 id="what-is-cashu" class="wp-block-heading">What is Cashu?</h2>



<p class="wp-block-paragraph">Cashu is an open-source protocol that turns bitcoin into private digital cash. Simple as that.</p>



<p class="wp-block-paragraph">Think about paying for a coffee with a $10 bill. Nobody knows where that bill came from, how many hands it passed through, or where it goes next. Cashu does exactly that, but with bitcoin. It creates a privacy layer that makes transactions impossible to trace.</p>



<p class="wp-block-paragraph">In practice, it works like this: you deposit bitcoin (usually via the Lightning Network) into a server called a mint. The mint then creates tokens equivalent to the value you deposited and gives those tokens to you. They are stored on your phone or computer, like digital bills in your pocket.</p>



<p class="wp-block-paragraph">From there, you can send those tokens to anyone instantly and with no meaningful cost. You can keep them or redeem them back into bitcoin at any time. It is real money, just digital and private.</p>



<p class="wp-block-paragraph">And here is the most interesting part: the mint does not know who you are. It cannot see who owns each token or track who it was sent to. This is possible thanks to a cryptographic technique called blind signatures, created by cryptographer <a href="https://blog.areabitcoin.co/david-chaum/">David Chaum</a> in the 1980s. It is like a bank stamping a bill inside a sealed envelope without ever seeing the serial number.</p>



<p class="wp-block-paragraph">In short, Cashu takes bitcoin, which has all transactions publicly recorded on the blockchain, and adds a real privacy layer. The result: fast, cheap transactions that no one can trace.</p>



<h2 id="who-created-cashu" class="wp-block-heading">Who created Cashu?</h2>



<p class="wp-block-paragraph">Cashu was created by Calle, known on X as @callebtc, an open-source developer with a PhD in Physics. Calle is also co-creator of Bitchat, the offline messaging app built on Bluetooth and mesh networking.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-13-1024x621-1.jpg" alt="Calle, developer of Cashu and Bitchat" title="Calle, developer of Cashu and Bitchat"/><figcaption class="wp-element-caption">Calle, the developer of Cashu</figcaption></figure>



<p class="wp-block-paragraph">The first commit in the Cashu project was made in September 2022, when Calle published Nutshell, the first wallet and mint implementation of the protocol, written in Python. Since then, the ecosystem has grown quickly, with implementations in TypeScript, Rust, and multiple wallets for iOS, Android, and web.</p>



<p class="wp-block-paragraph">Calle also created the OpenCash Association, a nonprofit focused on supporting the sustainable development of open-source digital cash projects using the Cashu protocol.</p>



<h2 id="how-does-this-protocol-work" class="wp-block-heading">How does this protocol work?</h2>



<p class="wp-block-paragraph">To understand Cashu, let&#8217;s use a simple analogy.</p>



<p class="wp-block-paragraph">Imagine you go to a currency exchange and swap $100 for casino chips. Those chips represent value. You can use them, give them to a friend, or exchange them back for money. The difference is that, in Cashu, the exchange house (mint) does not know which chips are yours.</p>



<p class="wp-block-paragraph">Technically, the process works in three steps:</p>



<h3 id="1-deposit-minting" class="wp-block-heading">1. Deposit (Minting)</h3>



<p class="wp-block-paragraph">You send bitcoin to the mint via the Lightning Network. The mint receives the payment and creates eCash tokens signed with its private key. Before signing, tokens go through a blinding process, where the mint signs without knowing the exact token content.</p>



<h3 id="2-transfer" class="wp-block-heading">2. Transfer</h3>



<p class="wp-block-paragraph">With eCash tokens on your device, you can send them to anyone. The transfer is peer-to-peer: copy and paste the token string or scan a QR code. No internet is required at the moment of transfer. The receiver gets the token and redeems it at the mint, which verifies the signature, invalidates the old token, and issues a new one.</p>



<h3 id="3-redemption-melting" class="wp-block-heading">3. Redemption (Melting)</h3>



<p class="wp-block-paragraph">When you want to convert tokens back to bitcoin, you do the reverse. You present the tokens to the mint, it verifies the signature, destroys the tokens, and sends the equivalent bitcoin to your Lightning wallet.</p>



<h3 id="the-cryptography-behind-it" class="wp-block-heading">The cryptography behind it</h3>



<p class="wp-block-paragraph">Cashu uses BDHKE (Blind Diffie-Hellman Key Exchange). In simple terms:</p>



<ul class="wp-block-list">
<li>The mint publishes its public key.</li>



<li>The user (for example, Alice) chooses a random secret and blinds it mathematically before sending it to the mint.</li>



<li>The mint signs the blinded token and returns it.</li>



<li>The user removes the blinding and gets a valid signature that the mint cannot trace.</li>



<li>When Alice sends the token to Carol, Carol presents it to the mint for verification, and the mint confirms it without knowing the token came from Alice.</li>
</ul>



<p class="wp-block-paragraph">Result: instant transactions, no significant fees, and full privacy.</p>



<h2 id="what-is-the-difference-between-cashu-and-e-cash" class="wp-block-heading">What is the difference between Cashu and eCash?</h2>



<p class="wp-block-paragraph">This is a common question.</p>



<p class="wp-block-paragraph">eCash (or Chaumian eCash) is the concept of electronic money invented by David Chaum in the 1980s. It is the theoretical idea of using blind signatures to create anonymous digital tokens that behave like physical cash.</p>



<p class="wp-block-paragraph">Cashu is a modern implementation of that concept, integrated with Bitcoin. In other words, Cashu is eCash in practice, built on Bitcoin and the Lightning Network.</p>



<p class="wp-block-paragraph">The big difference is historical: in the 1990s, Chaum&#8217;s eCash depended on centralized banks (like DigiCash). It failed because it required a trusted issuer and demand for digital payments was still low.</p>



<p class="wp-block-paragraph">Cashu addresses this in two ways:</p>



<ol class="wp-block-list">
<li>Anyone can run a mint, so it does not depend on banks or companies.</li>



<li>Tokens are backed by Bitcoin, not by government-controlled fiat.</li>
</ol>



<h3 id="e-cash-vs-cashu-quick-comparison" class="wp-block-heading">eCash vs Cashu (quick comparison)</h3>



<p class="wp-block-paragraph">The table below makes the differences easier to visualize:</p>



<figure class="wp-block-table"><table><thead><tr><th></th><th>eCash</th><th>Cashu</th></tr></thead><tbody><tr><td>Year</td><td>1983 (concept)</td><td>2022-present</td></tr><tr><td>Backing</td><td>Fiat currency (USD)</td><td>Bitcoin (via Lightning)</td></tr><tr><td>Who runs the mint</td><td>Licensed banks</td><td>Anyone</td></tr><tr><td>Code</td><td>Proprietary</td><td>Open source</td></tr><tr><td>Privacy</td><td>Blind signatures</td><td>Blind signatures (BDHKE)</td></tr><tr><td>Interoperability</td><td>None</td><td>Lightning Network</td></tr><tr><td>Status</td><td>Concept lives on in Cashu, Fedimint, and others</td><td>Active and growing</td></tr></tbody></table></figure>



<h2 id="cashu-vs-fedimint-what-is-the-difference" class="wp-block-heading">Cashu vs Fedimint: what is the difference?</h2>



<p class="wp-block-paragraph">Another protocol often compared to Cashu is Fedimint. Both implement Chaumian eCash for Bitcoin, but with different custody models:</p>



<ul class="wp-block-list">
<li>Cashu uses a single mint. One entity operates the mint, signs tokens, and holds the corresponding bitcoin. It is simpler and faster to set up.</li>



<li>Fedimint uses a federated model. Multiple independent parties operate the mint together using multisig. No single entity controls funds.</li>
</ul>



<p class="wp-block-paragraph">In practice, Cashu is ideal for smaller applications, experiments, app integrations, and personal use, while Fedimint is better suited for communities and groups that want stronger collaborative custody.</p>



<p class="wp-block-paragraph">They are not direct competitors. They complement each other and solve different problems within the Bitcoin ecosystem.</p>



<h2 id="cashu-and-the-lightning-network" class="wp-block-heading">Cashu and the Lightning Network</h2>



<p class="wp-block-paragraph">Cashu and the Lightning Network work together in a complementary way.</p>



<p class="wp-block-paragraph">Lightning is Bitcoin&#8217;s fast payment layer, allowing near-instant transactions with low fees. Cashu uses Lightning as the bridge between on-chain Bitcoin and private eCash.</p>



<p class="wp-block-paragraph">It works like this:</p>



<ul class="wp-block-list">
<li>To enter Cashu: you pay a Lightning invoice and receive eCash tokens.</li>



<li>To leave Cashu: you present tokens and receive a Lightning payment.</li>



<li>Between mints: if someone from one mint pays someone on another mint, payment is routed via Lightning automatically.</li>
</ul>



<p class="wp-block-paragraph">This solves one of eCash&#8217;s biggest challenges: interoperability. Even with many different mints, they can transact with each other through Lightning, forming a global network of private payments.</p>



<p class="wp-block-paragraph">Cashu also adds something Lightning alone does not provide: real privacy. On Lightning, routing nodes can observe amounts and route details. In Cashu, transactions between users of the same mint are opaque.</p>



<h2 id="wallets-and-apps-that-use-cashu" class="wp-block-heading">Wallets and apps that use Cashu</h2>



<p class="wp-block-paragraph">The Cashu ecosystem has grown quickly since 2022. Today, many wallets and apps support the protocol across mobile and web.</p>



<h3 id="mobile-wallets" class="wp-block-heading">Mobile wallets</h3>



<ul class="wp-block-list">
<li>Macadamia (iOS, Swift)</li>



<li>Sovran (iOS)</li>



<li>Minibits (Android)</li>



<li>eNuts (Android and iOS, community-built)</li>
</ul>



<h3 id="web-wallets-pwa" class="wp-block-heading">Web wallets (PWA)</h3>



<ul class="wp-block-list">
<li>Cashu.me (official web wallet by Calle; supports Bitcoin and USD, seed backup, offline send/receive, animated QR codes, mint discovery via Nostr)</li>



<li>Nutstash (web wallet with multi-mint support and token transfer via Nostr)</li>
</ul>



<h3 id="on-chain-lightning-wallets-with-cashu-integration" class="wp-block-heading">On-chain/Lightning wallets with Cashu integration</h3>



<ul class="wp-block-list">
<li>Blitz</li>



<li>Coinos</li>



<li>Voltz</li>



<li>Zeus</li>
</ul>



<h3 id="cli-tools" class="wp-block-heading">CLI tools</h3>



<ul class="wp-block-list">
<li>Nutshell (reference Python implementation; wallet and mint via command line)</li>



<li>CDK Wallet (Rust CLI wallet)</li>
</ul>



<h3 id="projects-integrating-cashu" class="wp-block-heading">Projects integrating Cashu</h3>



<ul class="wp-block-list">
<li>Bitchat (offline Bluetooth messenger with native Cashu wallet integration)</li>



<li>BTCNutServer (BTCPay Server plugin for Cashu token payments)</li>



<li>npub.cash (receive funds via Lightning addresses on Nostr using Cashu mints)</li>



<li>Numo (Point-of-Sale app that accepts Cashu and Lightning)</li>



<li>hashpool (mining pool using eCash for share representation without account signup)</li>



<li>Athenut (privacy-preserving search with Cashu payments)</li>



<li>TollGate (turns WiFi routers into decentralized internet providers using Bitcoin and eCash)</li>



<li>routstr (LLM API marketplace using Cashu tokens)</li>
</ul>



<h2 id="cashu-and-nostr" class="wp-block-heading">Cashu and Nostr</h2>



<p class="wp-block-paragraph">Cashu has a natural relationship with <a href="https://blog.areabitcoin.co/nostr/">Nostr</a>, the decentralized communication protocol. Several Cashu wallets support sending and receiving tokens via Nostr, and npub.cash allows Nostr users to receive Lightning payments through a Cashu mint.</p>



<p class="wp-block-paragraph">This pairing makes sense: Nostr already uses Lightning for zaps, and Cashu adds a privacy layer that Lightning alone does not provide. Wallets like Nutstash and Cashu.me already support mint discovery and token exchange directly through Nostr.</p>



<h2 id="cashu-advantages" class="wp-block-heading">Cashu advantages</h2>



<p class="wp-block-paragraph">Cashu offers several advantages compared to traditional payment systems and even on-chain Bitcoin transactions:</p>



<h3 id="1-real-privacy" class="wp-block-heading">1. Real privacy</h3>



<p class="wp-block-paragraph">The mint does not keep account databases or transaction history. Thanks to blind signatures, it cannot link a deposit to a spend. This is fundamentally different from banks, exchanges, or Bitcoin&#8217;s public blockchain.</p>



<h3 id="2-instant-transactions" class="wp-block-heading">2. Instant transactions</h3>



<p class="wp-block-paragraph">eCash payments are final and instant. No blocks to wait for, no pending confirmations.</p>



<h3 id="3-near-zero-fees" class="wp-block-heading">3. Near-zero fees</h3>



<p class="wp-block-paragraph">Transactions between users of the same mint have no fee. The only fees are Lightning fees when depositing or redeeming bitcoin, and those are usually very low.</p>



<h3 id="4-works-offline" class="wp-block-heading">4. Works offline</h3>



<p class="wp-block-paragraph">eCash tokens are bearer tokens. They can be transferred offline via QR code, NFC, Bluetooth, or even paper. The receiver only needs to be online to verify or redeem at the mint.</p>



<h3 id="5-open-source-and-interoperable" class="wp-block-heading">5. Open source and interoperable</h3>



<p class="wp-block-paragraph">Cashu is fully open source and its specs are public. The specifications are called NUTs (Notation, Usage, and Terminology). Any developer can build a compatible wallet or mint.</p>



<h3 id="6-programmable" class="wp-block-heading">6. Programmable</h3>



<p class="wp-block-paragraph">Cashu tokens support advanced spending conditions such as P2PK and HTLCs, enabling conditional payments and simple smart contracts.</p>



<h2 id="limitations-and-trade-offs" class="wp-block-heading">Limitations and trade-offs</h2>



<p class="wp-block-paragraph">Like any technology, Cashu has limitations:</p>



<h3 id="1-trust-in-the-mint" class="wp-block-heading">1. Trust in the mint</h3>



<p class="wp-block-paragraph">This is the main trade-off. When you deposit bitcoin into a Cashu mint, you trust that mint to honor token redemption. If it disappears or acts maliciously, you may lose funds. For that reason, do not store large amounts in eCash. Use it for everyday transactional value, like cash in a physical wallet.</p>



<h3 id="2-not-externally-auditable" class="wp-block-heading">2. Not externally auditable</h3>



<p class="wp-block-paragraph">Because of privacy, you cannot externally audit how much eCash a mint issued. In theory, a mint could issue more tokens than it has in bitcoin reserves. This is an inherent challenge in any eCash system.</p>



<h3 id="3-not-full-self-custody" class="wp-block-heading">3. Not full self-custody</h3>



<p class="wp-block-paragraph">Cashu is delegated custody, not full self-custody. Your tokens are bearer tokens, but the underlying bitcoin is held by the mint. For larger amounts, use self-custody wallets.</p>



<h3 id="4-mints-can-face-regulation" class="wp-block-heading">4. Mints can face regulation</h3>



<p class="wp-block-paragraph">Depending on jurisdiction, running a mint may attract regulatory attention, since it involves custody of third-party bitcoin. The ecosystem is still working through this challenge.</p>



<h2 id="how-to-use-cashu-in-practice-step-by-step" class="wp-block-heading">How to use Cashu in practice (step by step)</h2>



<p class="wp-block-paragraph">Want to try Cashu? The easiest way is the Cashu.me web wallet.</p>



<h3 id="step-1-access-the-wallet" class="wp-block-heading">Step 1: Access the wallet</h3>



<p class="wp-block-paragraph">Open <a href="https://cashu.me/" target="_blank" rel="noopener noreferrer nofollow">cashu.me</a> on your phone or computer browser. It works as a PWA, so you can install it on your home screen like a native app.</p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" width="735" height="1024" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-735x1024.png" alt="Cashu wallet" class="wp-image-100082" style="width:533px;height:auto" title="What Is Cashu? The Private Bitcoin Payment Layer You Should Know 1" srcset="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-735x1024.png 735w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-215x300.png 215w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-768x1070.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1103x1536.png 1103w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image.png 1150w" sizes="(max-width: 735px) 100vw, 735px" /></figure>



<figure class="wp-block-image size-large is-resized"><img decoding="async" width="735" height="1024" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1-735x1024.png" alt="image 1" class="wp-image-100083" style="aspect-ratio:0.7177871589691891;width:531px;height:auto" title="What Is Cashu? The Private Bitcoin Payment Layer You Should Know 2" srcset="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1-735x1024.png 735w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1-215x300.png 215w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1-768x1070.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1-1103x1536.png 1103w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-1.png 1150w" sizes="(max-width: 735px) 100vw, 735px" /></figure>



<figure class="wp-block-image size-large is-resized"><img decoding="async" width="735" height="1024" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-2-735x1024.png" alt="image 2" class="wp-image-100084" style="aspect-ratio:0.7177843900205997;width:518px;height:auto" title="What Is Cashu? The Private Bitcoin Payment Layer You Should Know 3" srcset="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-2-735x1024.png 735w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-2-215x300.png 215w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-2-768x1070.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-2-1103x1536.png 1103w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-2.png 1150w" sizes="(max-width: 735px) 100vw, 735px" /></figure>



<h3 id="step-2-choose-a-mint" class="wp-block-heading">Step 2: Choose a mint</h3>



<p class="wp-block-paragraph">The wallet comes with a default mint. You can add others or discover new ones through Nostr. Remember: your chosen mint is the one custodying your bitcoin, so choose one you trust.</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" width="735" height="1024" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-3-735x1024.png" alt="add mints Cashu wallet" class="wp-image-100085" style="width:528px;height:auto" title="What Is Cashu? The Private Bitcoin Payment Layer You Should Know 4" srcset="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-3-735x1024.png 735w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-3-215x300.png 215w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-3-768x1070.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-3-1103x1536.png 1103w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-3.png 1150w" sizes="(max-width: 735px) 100vw, 735px" /></figure>



<h3 id="step-3-deposit-bitcoin" class="wp-block-heading">Step 3: Deposit bitcoin</h3>



<p class="wp-block-paragraph">Click Receive and choose Lightning. The wallet generates an invoice you can pay from any Lightning wallet. Once confirmed, your eCash tokens appear in balance.</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" width="1024" height="827" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-4-1024x827.png" alt="image 4" class="wp-image-100086" style="width:688px;height:auto" title="What Is Cashu? The Private Bitcoin Payment Layer You Should Know 5" srcset="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-4-1024x827.png 1024w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-4-300x242.png 300w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-4-768x620.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-4-1536x1240.png 1536w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-4.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 id="step-4-send-e-cash" class="wp-block-heading">Step 4: Send eCash</h3>



<p class="wp-block-paragraph">Click Send, enter amount, and choose method. The receiver can redeem in any compatible Cashu wallet.</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" width="766" height="1024" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-5-766x1024.png" alt="image 5" class="wp-image-100087" style="width:563px;height:auto" title="What Is Cashu? The Private Bitcoin Payment Layer You Should Know 6" srcset="https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-5-766x1024.png 766w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-5-225x300.png 225w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-5-768x1026.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-5-1150x1536.png 1150w, https://blog.areabitcoin.co/wp-content/uploads/2026/06/image-5.png 1274w" sizes="(max-width: 766px) 100vw, 766px" /></figure>



<h3 id="step-5-redeem-to-lightning" class="wp-block-heading">Step 5: Redeem to Lightning</h3>



<p class="wp-block-paragraph">To convert back to bitcoin, paste a Lightning invoice into your Cashu wallet. It pays using your eCash tokens.</p>



<h2 id="nu-ts-cashu-protocol-specifications" class="wp-block-heading">NUTs: Cashu protocol specifications</h2>



<p class="wp-block-paragraph">Cashu&#8217;s technical specs are called NUTs (Notation, Usage, and Terminology). They describe all key parts of the protocol: token creation, transfer, verification, and redemption.</p>



<p class="wp-block-paragraph">NUTs are <a href="https://github.com/cashubtc/nuts" rel="noopener noreferrer nofollow" target="_blank">public GitHub documents</a> and ensure compatibility across implementations in Python, TypeScript, Rust, and more.</p>



<p class="wp-block-paragraph">Development libraries include:</p>



<ul class="wp-block-list">
<li>Nutshell (Python, original reference)</li>



<li><a href="https://github.com/cashubtc/cashu-ts" target="_blank" rel="noopener noreferrer nofollow">cashu-ts</a> (TypeScript)</li>



<li>CDK, Cashu Development Kit (Rust)</li>
</ul>



<p class="wp-block-paragraph">If you are a developer, you can build your own wallet or mint using these libraries.</p>



<h2 id="cashu-mints-how-they-work" class="wp-block-heading">Cashu mints: how they work</h2>



<p class="wp-block-paragraph">A mint is the core of the Cashu system. It is the server that custodies bitcoin and issues eCash tokens. The three main mint implementations today are:</p>



<ul class="wp-block-list">
<li>Nutshell (Python, supports PostgreSQL and SQLite)</li>



<li>mintd (Rust, part of CDK)</li>



<li>Nutmix (Go)</li>
</ul>



<p class="wp-block-paragraph">Anyone can run their own mint with a server, a Lightning node, and the software. Mints are independent, and users choose which one to trust, with one key difference from traditional banks: the mint does not know who you are.</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" src="https://blog.areabitcoin.co/wp-content/uploads/2026/06/cashu-privacidade.jpeg" alt="Cashu privacy protocol" title="Cashu privacy protocol"/></figure>



<h2 id="cashu-and-privacy-why-it-matters" class="wp-block-heading">Cashu and privacy: why it matters</h2>



<p class="wp-block-paragraph">We live in an era where every digital transaction leaves a trace. Banks, fintechs, exchanges, and even Bitcoin&#8217;s blockchain record activity. Tools like Silent Payments and CoinJoin help, but they have limits.</p>



<p class="wp-block-paragraph">Cashu takes a different approach: instead of trying to hide transactions on a public ledger, it records nothing at the user-account level. The mint has no account database, no stored transaction history, and no knowledge of who paid whom.</p>



<p class="wp-block-paragraph">This is especially relevant for:</p>



<ul class="wp-block-list">
<li>Micropayments: paying for an article, search, or coffee without creating a permanent data trail.</li>



<li>Protection against hacks: if user data is not stored, there is less data to leak.</li>



<li>Censorship resistance: in authoritarian contexts, private transactions may be critical.</li>
</ul>



<p class="wp-block-paragraph">As cypherpunks say: privacy is not about having something to hide, it is about having the right to choose what to reveal.</p>



<h2 id="the-future-of-cashu" class="wp-block-heading">The future of Cashu</h2>



<p class="wp-block-paragraph">The Cashu ecosystem is growing quickly. Since its first commit in 2022, the project now has many repositories, multi-language libraries, wallets on major platforms, and a growing open-source community.</p>



<p class="wp-block-paragraph">Developments worth watching:</p>



<ul class="wp-block-list">
<li>Cashu in Bitchat: native eCash wallet integration for phone-to-phone bitcoin transfer over Bluetooth, without internet.</li>



<li>eCash for AI: projects like routstr already use Cashu for API micropayments without registration.</li>



<li>Web payment standard: Cashu tokens embedded in HTTP requests as a potential new micropayment pattern.</li>



<li>Mining without accounts: hashpool uses eCash to represent mining shares without pool accounts.</li>
</ul>



<p class="wp-block-paragraph">Cashu is not trying to replace on-chain Bitcoin or Lightning. It is an additional layer focused on a specific need: fast, cheap, truly private digital payments.</p>



<h2 id="frequently-asked-questions" class="wp-block-heading">Frequently Asked Questions</h2>



<h3 id="what-is-cashu-1" class="wp-block-heading">What is Cashu?</h3>



<p class="wp-block-paragraph">Cashu is a free, open-source eCash protocol built for Bitcoin. It enables instant, private, and near-free transactions with blind-signature cryptography. Tokens stay on your device and can be sent to anyone.</p>



<h3 id="is-cashu-secure" class="wp-block-heading">Is Cashu secure?</h3>



<p class="wp-block-paragraph">Cashu&#8217;s cryptography is solid and based on decades of research. The main risk is custody: tokens depend on the mint honoring redemption. Use Cashu for small day-to-day amounts, and use self-custody cold storage for larger holdings.</p>



<h3 id="what-is-the-difference-between-cashu-and-bitcoin" class="wp-block-heading">What is the difference between Cashu and Bitcoin?</h3>



<p class="wp-block-paragraph">Bitcoin is a decentralized digital money network with a public blockchain and full self-custody. Cashu is a privacy layer on top of Bitcoin that uses eCash for fast, private payments. Cashu complements Bitcoin rather than replacing it.</p>



<h3 id="who-created-cashu-2" class="wp-block-heading">Who created Cashu?</h3>



<p class="wp-block-paragraph">Cashu was created by Calle (@callebtc), an open-source developer with a PhD in Physics, co-creator of Bitchat, and founder of OpenCash Association.</p>



<h3 id="what-is-the-difference-between-cashu-and-fedimint" class="wp-block-heading">What is the difference between Cashu and Fedimint?</h3>



<p class="wp-block-paragraph">Both implement Chaumian eCash for Bitcoin. Cashu usually runs as a single mint model, while Fedimint uses a federated multisig model. Cashu is simpler; Fedimint is generally stronger for shared custody setups.</p>



<h3 id="can-i-lose-my-cashu-tokens" class="wp-block-heading">Can I lose my Cashu tokens?</h3>



<p class="wp-block-paragraph">Yes. If a mint goes offline or disappears, you can lose eCash held there. You can also lose tokens if you lose device access without seed backup. Use Cashu for small balances.</p>



<h3 id="how-can-i-try-cashu" class="wp-block-heading">How can I try Cashu?</h3>



<p class="wp-block-paragraph">The easiest way is to open cashu.me in a browser, choose a mint, deposit a small amount of sats via Lightning, and start sending and receiving eCash. No sign-up, email, or personal data required.</p>



<h3 id="does-cashu-work-offline" class="wp-block-heading">Does Cashu work offline?</h3>



<p class="wp-block-paragraph">Partially. eCash tokens can be transferred offline via QR, text, Bluetooth, and similar methods. But depositing, redeeming, and mint-side verification require internet access.</p>



<h2 id="related-reading" class="wp-block-heading">Related reading</h2>



<ul class="wp-block-list">
<li><a href="https://blog.areabitcoin.co/what-is-bitcoin/">What is Bitcoin?</a></li>



<li><a href="https://blog.areabitcoin.co/ecash/">eCash: A Game Changer in Fintech</a></li>



<li><a href="https://blog.areabitcoin.co/david-chaum/">David Chaum: Meet the Creator of eCash</a></li>



<li><a href="https://blog.areabitcoin.co/nostr/">Nostr: learn about the censorship-resistant X!</a></li>



<li><a href="https://blog.areabitcoin.co/silent-payments/">Silent Payments: A New Era of Privacy in Bitcoin</a></li>



<li><a href="https://blog.areabitcoin.co/is-bitcoin-anonymous/">Is Bitcoin Anonymous?</a></li>
</ul>



<h2 id="conclusion" class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">At its core, Cashu delivers on a long-standing vision that began in 1983 with David Chaum: digital money that behaves like physical cash. Private, instant, and without intermediaries tracking every transaction.</p>



<p class="wp-block-paragraph">The difference now is that we have Bitcoin as the reserve asset, Lightning as infrastructure, and a vibrant open-source ecosystem building practical tools.</p>



<p class="wp-block-paragraph">If you are exploring Bitcoin, understanding Cashu means understanding the next step in digital payment evolution. Try it, test with small amounts, and see how it works in practice.</p>



<p class="wp-block-paragraph">See you next time. OPT OUT.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/cashu/">What Is Cashu? The Private Bitcoin Payment Layer You Should Know</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is LNURL and how does it work?</title>
		<link>https://blog.areabitcoin.co/lnurl-protocol/</link>
		
		<dc:creator><![CDATA[Carol Souza]]></dc:creator>
		<pubDate>Tue, 20 Aug 2024 20:51:41 +0000</pubDate>
				<category><![CDATA[Lightning Network]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/?p=2129</guid>

					<description><![CDATA[<p>LNURL is a protocol standard developed to simplify operations on the Lightning Network. It aims to address scalability challenges, enabling instant transactions with low fees.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lnurl-protocol/">What is LNURL and how does it work?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">One of the main goals of the Bitcoin community is to incorporate Bitcoin into daily life. To achieve this, various protocols have been developed, such as the <a href="https://blog.areabitcoin.co/lightning-network/" data-type="post" data-id="300">Lightning Network</a> and <a href="https://blog.areabitcoin.co/what-is-fedimint/" data-type="post" data-id="80">Fedimint</a>.</p>



<p class="wp-block-paragraph">On the Lightning Network, several implementations have been made over time (with some still under development) to enhance the user experience and further enable the use of Bitcoin in everyday transactions.</p>



<p class="wp-block-paragraph"><strong>One of the significant improvements to the network is the LNURL protocol.</strong></p>



<p class="wp-block-paragraph">In this article, we’ll explore what the LNURL protocol is and how it contributes to the development of the Lightning Network.</p>



<p class="wp-block-paragraph">Let’s dive in!</p>



<h2 class="wp-block-heading">What is LNURL?</h2>



<p class="wp-block-paragraph">LNURL stands for &#8220;<em>Lightning Network URL.</em>&#8221; It is a protocol standard created to simplify certain operations on the Lightning Network, a second-layer Bitcoin solution designed to address scalability issues by enabling instant transactions with very low fees.</p>



<p class="wp-block-paragraph">Similar to the <a href="https://blog.areabitcoin.co/lightning-address/" data-type="post" data-id="1369">Lightning Network Address</a>, <strong>its main goal is to solve UI/UX problems and improve the user experience</strong>. In other words, it’s about making the use of Lightning easier and integrating it more seamlessly into daily life.</p>



<p class="wp-block-paragraph">LNURL enhances four key aspects, which will be detailed below:</p>



<ol class="wp-block-list">
<li>Payments</li>



<li>Withdrawals</li>



<li>Channels</li>



<li>Authentications</li>
</ol>



<h2 class="wp-block-heading">How does LNURL simplify Lightning payments?</h2>



<p class="wp-block-paragraph">Typically, to receive payments on the Lightning Network, an invoice must be generated for the payer to scan. However, Lightning Network URL simplifies this process, allowing for more straightforward and intuitive transactions.</p>



<p class="wp-block-paragraph">Before LNURL,<strong> it wasn&#8217;t possible to have a static QR code for Lightning payments, meaning a QR code could not be reused</strong>. So, every time it was used, a new one had to be generated, making it impractical for merchants.</p>



<p class="wp-block-paragraph"><strong>This meant that a merchant had to generate a new QR code for each payment</strong>, which would be problematic for business.</p>



<p class="wp-block-paragraph">With Lightning Network URL, <strong>the entire payment process on the Lightning Network became easier, allowing for the use of a single QR code valid indefinitely</strong>. An example of these LNURL QR codes can be seen in the <a href="https://blog.areabitcoin.co/wallet-of-satoshi/" data-type="post" data-id="1408" data-schema-attribute="mentions">Wallet of Satoshi</a>, which supports this protocol.</p>



<figure class="wp-block-image size-full img-art"><img decoding="async" width="762" height="1536" src="https://blog.areabitcoin.co/wp-content/uploads/2024/08/LNURL-Wallet-of-Satoshi.jpg" alt="LNURL in the Wallet of Satoshi" class="wp-image-2131" title="What is LNURL and how does it work? 7" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/08/LNURL-Wallet-of-Satoshi.jpg 762w, https://blog.areabitcoin.co/wp-content/uploads/2024/08/LNURL-Wallet-of-Satoshi-149x300.jpg 149w, https://blog.areabitcoin.co/wp-content/uploads/2024/08/LNURL-Wallet-of-Satoshi-508x1024.jpg 508w" sizes="(max-width: 762px) 100vw, 762px" /></figure>



<p class="wp-block-paragraph">Previously, static QR codes were possible, but they required custodial wallet solutions. However, thanks to LNURL, this is now achievable with non-custodial wallets.</p>



<p class="wp-block-paragraph">Ah, and as always recommended, the best way to store your Bitcoin is by using non-custodial wallets. Therefore, it’s great to see these advancements in the network.</p>



<h2 class="wp-block-heading">How does LNURL simplify Bitcoin withdrawals?</h2>



<p class="wp-block-paragraph">A perfect example of LNURL usage is Bitcoin ATMs.</p>



<p class="wp-block-paragraph">Before the implementation of this protocol, ATMs using Lightning had to be connected to the Internet to generate a new QR code for each withdrawal.</p>



<p class="wp-block-paragraph">However, with Lightning Network URL, the ATM no longer needs to stay connected to the Internet because it can use a static QR code for the user’s withdrawal.</p>



<p class="wp-block-paragraph">Much easier, right?!</p>



<p class="wp-block-paragraph">By adopting LNURL, Bitcoin ATMs not only ensure faster and more efficient transactions but also offer <strong>greater flexibility</strong>, allowing users to withdraw more conveniently, even in locations where Internet connectivity might be limited.</p>



<h2 class="wp-block-heading">How does LNURL help with channels?</h2>



<p class="wp-block-paragraph">This subprotocol, though less widespread, is designed for more experienced users due to its complexity.</p>



<p class="wp-block-paragraph">With LNURL, a user can request the opening of a specific channel with their <a href="https://blog.areabitcoin.co/what-are-bitcoin-nodes/" data-type="post" data-id="320">own node</a> through a specialized service. This functionality provides greater control over channel configuration, catering to advanced users who want to customize the network according to their specific preferences and requirements.</p>



<p class="wp-block-paragraph">This approach goes beyond conventional solutions, offering a more flexible and targeted way to build and manage channels on the Lightning Network.</p>



<p class="wp-block-paragraph">By allowing users to customize their settings, LNURL meets the unique demands of an advanced user community, offering greater control over the architecture of their payment channels on the Lightning Network.</p>



<h2 class="wp-block-heading">How does LNURL improve authentication processes?</h2>



<p class="wp-block-paragraph">Lightning Network URL provides an additional layer of security by allowing users to authenticate on websites without directly sharing sensitive information.</p>



<p class="wp-block-paragraph">By using their wallets to generate specific passwords for each website, users can enjoy a more secure and streamlined authentication experience <strong>while maintaining the privacy of their information</strong>.</p>



<p class="wp-block-paragraph">Although this subprotocol doesn&#8217;t involve Bitcoin balances or use the Lightning Network for direct payments, it offers a valuable option for <em>two-factor authentication (2FA)</em>.</p>



<p class="wp-block-paragraph">With this feature, users can use their wallet keys to generate unique passwords for each site they want to access.</p>



<p class="wp-block-paragraph">This approach allows wallets integrated with the Lightning Network to perform a role similar to “<em>Login with your Google or Facebook account,</em>” making the authentication process more secure and convenient.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="768" height="390" src="https://blog.areabitcoin.co/wp-content/uploads/2024/08/Wordpress-login-QR-Code.jpg" alt="Login with Bitcoin Lightning (WordPress)" class="wp-image-2132" title="What is LNURL and how does it work? 8" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/08/Wordpress-login-QR-Code.jpg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/08/Wordpress-login-QR-Code-300x152.jpg 300w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<h2 class="wp-block-heading">Which wallets support LNURL?</h2>



<p class="wp-block-paragraph">Some <a href="https://blog.areabitcoin.co/bitcoin-lightning-wallets/" data-type="post" data-id="654">Lightning wallets</a> where you can use Lightning Network URL are:</p>



<h3 class="wp-block-heading">Wallet Of Satoshi</h3>



<p class="wp-block-paragraph">Renowned for its user-friendly interface, Wallet of Satoshi enables fast and efficient transactions on the Lightning Network while supporting LNURL.</p>



<p class="wp-block-paragraph">Users can customize channel configurations and explore other advanced features directly from the wallet.</p>



<h3 class="wp-block-heading">Breez</h3>



<p class="wp-block-paragraph"><a href="https://breez.technology/" data-schema-attribute="mentions" target="_blank" rel="noopener">Breez</a> offers a complete experience by integrating support for LNURL.</p>



<p class="wp-block-paragraph">Known for its ease of use, this wallet provides an intuitive way to interact with LNURL&#8217;s advanced features, such as channel customization.</p>



<h3 class="wp-block-heading">Zeus</h3>



<p class="wp-block-paragraph"><a href="https://zeusln.app/" data-type="link" data-id="https://zeusln.app/" data-schema-attribute="mentions" target="_blank" rel="noopener">Zeus</a> is known for its robustness and extensive features. It supports LNURL, allowing users to fully utilize advanced functionalities on the Lightning Network.</p>



<h3 class="wp-block-heading">Blixt</h3>



<p class="wp-block-paragraph"><a href="https://blixtwallet.github.io/" data-schema-attribute="mentions" target="_blank" rel="noopener">Blixt</a> stands out as a Lightning wallet that goes beyond the conventional by integrating Lightning Network URL support. Its advanced features harmoniously combine with the ability to effectively interact with the protocol, providing users with a complete and personalized experience.</p>



<h3 class="wp-block-heading">Phoenix</h3>



<p class="wp-block-paragraph"><a href="https://blog.areabitcoin.co/phoenix-wallet/">Phoenix</a> is praised for its innovative approach and intuitive design. With LNURL support, this wallet enables users to explore and utilize the specific features of this protocol.</p>



<p class="wp-block-paragraph">By choosing one of these wallets, users can enjoy fast, efficient transactions on the Lightning Network while exploring the advanced functionalities of LNURL, such as channel customization and enhanced authentication processes.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">The LNURL protocol is a significant innovation for Bitcoin and the Lightning Network. It not only simplifies transactions but also promotes greater Bitcoin adoption for daily payments, thanks to its simplicity and efficiency.</p>



<p class="wp-block-paragraph">With this protocol, the experience of using Bitcoin has become even more accessible and practical.</p>



<p class="wp-block-paragraph">One of the major challenges in using Bitcoin is making tools more user-friendly so that anyone can participate and be part of this new digital economy.</p>



<p class="wp-block-paragraph">I hope you enjoyed this article. Until next time, and opt out!</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lnurl-protocol/">What is LNURL and how does it work?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is BOLT in the Lightning Network?</title>
		<link>https://blog.areabitcoin.co/bolt-lightning-network/</link>
		
		<dc:creator><![CDATA[Kaká Furlan]]></dc:creator>
		<pubDate>Thu, 01 Aug 2024 15:02:07 +0000</pubDate>
				<category><![CDATA[Lightning Network]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/?p=2014</guid>

					<description><![CDATA[<p>BOLT stands for Basis of Lightning Technology and is a set of technical specifications or protocols that define the rules and procedures for the functioning of the Lightning Network.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/bolt-lightning-network/">What is BOLT in the Lightning Network?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://blog.areabitcoin.co/lightning-network/" data-type="post" data-id="300">The Lightning Network is a second-layer protocol for Bitcoin, created to solve the network’s scalability issues.</a> On Bitcoin&#8217;s first layer, transactions can have high fees and take from 10 minutes to hours to confirm. However, on the Lightning Network, transactions have negligible fees and are instant, without the need to confirm each transaction directly on the blockchain.</p>



<p class="wp-block-paragraph">Despite being a relatively new technology—it was created in 2017—the Lightning Network has been developing year after year and has proven to be an effective solution for scaling Bitcoin.</p>



<p class="wp-block-paragraph">Today, <a href="https://blog.areabitcoin.co/bitcoin-lightning-wallets/" data-type="post" data-id="654">various Lightning wallets</a> and exchanges support this network, facilitating cheap and fast payments without relying on intermediaries.</p>



<p class="wp-block-paragraph">Additionally, the Lightning Network is decentralized and open-source. This allows anyone to access the code, propose improvements, and contribute to the network&#8217;s development.</p>



<p class="wp-block-paragraph">Just as in the first layer of Bitcoin, where developers can propose improvements through BIPs, in the Lightning Network, improvements are proposed through <strong>BOLTs</strong>.</p>



<p class="wp-block-paragraph">In this article, you&#8217;ll understand what BOLTs are and the main ones in operation.</p>



<p class="wp-block-paragraph">Let&#8217;s dive in!</p>



<h2 class="wp-block-heading">How does the Lightning Network work?</h2>



<p class="wp-block-paragraph">Before understanding what BOLTs are, i<strong>t&#8217;s worth noting that the Lightning Network is not a blockchain</strong> but a network of payment channels between <a href="https://blog.areabitcoin.co/what-are-bitcoin-nodes/" data-type="post" data-id="320">Lightning nodes</a> that establish peer-to-peer connections by locking funds within the network.</p>



<p class="wp-block-paragraph">So, since it doesn’t have a blockchain to perform operations, transactions are made “<em>off-chain</em>” by the users. In other words, funds never leave the Lightning Network; they keep moving from one channel to another.</p>



<h3 class="wp-block-heading">What are Lightning channels?</h3>



<p class="wp-block-paragraph"><strong>Lightning channels allow users of the Lightning Network to send and receive money among themselves.</strong> They function like interconnected money tubes, facilitating the transfer of payments between users. Thus, each Lightning channel is established between two nodes on the Lightning Network.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="768" height="432" src="https://blog.areabitcoin.co/wp-content/uploads/2024/08/lightning-channels.jpg" alt="Example of how the lightning channels function" class="wp-image-2022" title="What is BOLT in the Lightning Network? 9" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/08/lightning-channels.jpg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/08/lightning-channels-300x169.jpg 300w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<p class="wp-block-paragraph">To transfer funds to the Lightning Network, a channel must be opened. Then, once opened, the user can transact payments within the channel limits and exit the network at any time by closing the channel and transferring the funds back to the <a href="https://blog.areabitcoin.co/blockchain/" data-type="post" data-id="100">Bitcoin blockchain</a>, the first layer.</p>



<h2 class="wp-block-heading">Why was the Lightning Network created?</h2>



<p class="wp-block-paragraph"><strong>The Lightning Network was created to enable the use of Bitcoin for small value payments, such as a cup of coffee, with cheap fees, instant transactions, and global reach.</strong></p>



<p class="wp-block-paragraph">To give an idea, while the Lightning Network can process up to one million transactions per second (TPS) and settle all of them immediately, Bitcoin can process only about 7 transactions per second.</p>



<p class="wp-block-paragraph">In September 2023, <a href="https://river.com/learn/files/river-lightning-report-2023.pdf" target="_blank" rel="noopener">River released a report</a> estimating that between 279,000 and 1 million wallets were actively using the Lightning Network, performing approximately 6.6 million transactions. This represents a growth of 1,212% in two years, compared to the 501,000 transactions recorded in August 2021.</p>



<p class="wp-block-paragraph">As more people start using the Lightning Network, developers receive feedback, analyze critical points, identify potential security flaws, improve privacy, and discover new use cases.</p>



<p class="wp-block-paragraph">From this, protocol improvements are discussed, and this is where BOLTs (<em>Basis of Lightning Technology</em>) come into play. These are specifications guiding these updates.</p>



<h2 class="wp-block-heading">What is BOLT in the Lightning Network?</h2>



<p class="wp-block-paragraph"><strong>BOLT stands for </strong><strong><em>Basis of Lightning Technology</em></strong><strong> and is a set of technical specifications or protocols that define the rules and procedures for the functioning of the Lightning Network.</strong></p>



<p class="wp-block-paragraph">BOLT was launched in 2017 by a group of Lightning Network developers and has undergone several updates and revisions since then.</p>



<p class="wp-block-paragraph">Additionally, these protocols are open-source and available to anyone who wants to use or develop applications and services related to the Lightning Network.</p>



<p class="wp-block-paragraph">BOLT covers various topics, including payments, channel opening and closing, routing and forwarding, peer-to-peer interactions, invoices, error handling, dispute resolution, messaging, and networks.</p>



<p class="wp-block-paragraph">Therefore, any Lightning Network implementation, like LND, eClair, and c-lightning, must follow the BOLT standards.</p>



<p class="wp-block-paragraph">Let&#8217;s briefly look at each of these implementations:</p>



<h3 class="wp-block-heading">LND (Lightning Network Daemon)</h3>



<p class="wp-block-paragraph">LND, or Lightning Network Daemon, is a Lightning Network implementation developed by <a href="https://lightning.engineering/" data-schema-attribute="mentions" target="_blank" rel="noopener">Lightning Labs</a>.</p>



<p class="wp-block-paragraph">Basically, it is software that allows users to create nodes on the Lightning Network, manage payment channels, send and receive transactions, and perform other necessary operations to participate in the Lightning Network.</p>



<p class="wp-block-paragraph"><strong>LND is one of the most popular Lightning Network implementations</strong>, known for being robust and flexible, offering a variety of tools and APIs for developers to integrate the Lightning Network into their applications.</p>



<h3 class="wp-block-heading">eClair</h3>



<p class="wp-block-paragraph">eClair is a Lightning Network implementation developed by <a href="https://acinq.co/" data-schema-attribute="mentions" target="_blank" rel="noopener">ACINQ</a>, a French technology company focused on Bitcoin network solutions.</p>



<p class="wp-block-paragraph">That being said, <strong>eClair is designed to be an efficient and scalable solution for the Lightning Network</strong>, allowing users to create and manage nodes, establish payment channels, and send and receive fast and cheap off-chain transactions.</p>



<p class="wp-block-paragraph">This implementation is also known for its robustness and developer-friendly approach, offering an API that makes it easy to integrate the Lightning Network into various services and applications.</p>



<p class="wp-block-paragraph">Additionally, ACINQ also develops a mobile wallet called <em>Eclair Mobile</em>, enabling users to interact with the Lightning Network in a simple and intuitive way.</p>



<h3 class="wp-block-heading">c-lightning</h3>



<p class="wp-block-paragraph">c-lightning is a Lightning Network implementation developed by <a href="https://blockstream.com/" data-schema-attribute="mentions" target="_blank" rel="noopener">Blockstream</a> and is written in C, making it efficient and fast.</p>



<p class="wp-block-paragraph">c-lightning allows users to set up nodes on the Lightning Network, manage payment channels, and perform off-chain transactions quickly and at a low cost.</p>



<p class="wp-block-paragraph">Due to its flexibility and efficiency, c-lightning is a popular choice among developers and companies looking to implement the Lightning Network on their platforms.</p>



<p class="wp-block-paragraph">Thus, standardizing the rules and procedures for the protocol ensures that different Lightning Network implementations can communicate and work together in consensus.</p>



<p class="wp-block-paragraph">As the Lightning Network grows, BOLTs are updated and improved, and new Basis of Lightning Technology can be created if major changes in the protocol affect how all Lightning Network implementations work together.</p>



<p class="wp-block-paragraph">Another interesting point is that BOLTs are designed to be compatible with improvements in the <a href="https://blog.areabitcoin.co/bip/" data-type="post" data-id="1908">Bitcoin protocol (BIPs)</a>. This is important because it allows <strong>interoperability</strong> between different Bitcoin layers.</p>



<h2 class="wp-block-heading">Layers of BOLT</h2>



<p class="wp-block-paragraph">There are several layers in BOLT, each defining a specific set of rules and protocols, as shown in the image below:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="768" height="403" src="https://blog.areabitcoin.co/wp-content/uploads/2024/08/layers-of-BOLT.jpg" alt="Layers of BOLT" class="wp-image-2023" title="What is BOLT in the Lightning Network? 10" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/08/layers-of-BOLT.jpg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/08/layers-of-BOLT-300x157.jpg 300w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<p class="wp-block-paragraph">Let&#8217;s understand each of them better, from top to bottom:</p>



<ol class="wp-block-list">
<li><strong>Payment Layer:</strong> The highest layer of the network, which provides a reliable payment interface for applications. It defines the rules for using <em>Hash Time Locked Contracts (HTLCs)</em> to route payments between nodes, specifies the format of HTLC messages, and outlines the process for exchanging pre-images to release payments.</li>



<li><strong>Routing Layer:</strong> It defines the rules for creating payment channels between nodes, specifies the messages used for opening and closing channels, and defines the format of channel updates used to adjust the channel balance.</li>



<li><strong>Peer-to-Peer Layer</strong>: It includes protocols that nodes use to negotiate features, format messages, and encode message fields.</li>



<li><strong>Message Layer:</strong> It covers cryptographic transport protocols that secure messages on the Lightning Network.</li>



<li><strong>Network Connection Layer:</strong> It contains protocols that directly interact with the main Internet protocols (TCP/IP), overlay protocols (Tor v2/v3), and Internet services (DNS).</li>
</ol>



<p class="wp-block-paragraph">Now, let&#8217;s understand the BOLTs that have already been created.</p>



<h2 class="wp-block-heading">Knowing and understanding all the BOLTs</h2>



<p class="wp-block-paragraph">Below is a list of all existing BOLTs, with links for you to view them directly on GitHub:</p>



<ol class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md" target="_blank" rel="noreferrer noopener">BOLT #1</a>: Base Protocol</li>



<li><a href="https://github.com/lightning/bolts/blob/master/02-peer-protocol.md" target="_blank" rel="noopener">BOLT #2</a>: Peer Channel Management Protocol</li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md" target="_blank" rel="noopener">BOLT #3</a>: Bitcoin Transaction and Script Formats</li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md" target="_blank" rel="noopener">BOLT #4</a>: Onion Routing Protocol</li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md" target="_blank" rel="noopener">BOLT #5</a>: Recommendations for On-Chain Transaction Handling</li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md" target="_blank" rel="noopener">BOLT #7</a>: P2P Node and Channel Discovery</li>



<li><a href="https://github.com/lightning/bolts/blob/master/08-transport.md" target="_blank" rel="noopener">BOLT #8</a>: Encrypted and Authenticated Transport</li>



<li><a href="https://github.com/lightning/bolts/blob/master/09-features.md" target="_blank" rel="noopener">BOLT #9</a>: Assigned Feature Flags</li>



<li><a href="https://github.com/lightning/bolts/blob/master/10-dns-bootstrap.md" target="_blank" rel="noopener">BOLT #10</a>: DNS Bootstrap and Node Assisted Location</li>



<li><a href="https://github.com/lightning/bolts/blob/master/11-payment-encoding.md" target="_blank" rel="noopener">BOLT #11</a>: Invoice Protocol for Lightning Payments</li>



<li><a href="https://bolt12.org/" target="_blank" rel="noopener">BOLT #12</a>: Offers and Static Invoices</li>
</ol>



<p class="wp-block-paragraph">Wait, isn’t BOLT 6 (IRC Announcements) missing? I see you’re paying attention! <a href="https://github.com/lightning/bolts/issues/551" target="_blank" rel="noopener"><strong>BOLT 6 is not on the list because it was replaced by BOLT 7.</strong></a></p>



<h3 class="wp-block-heading">BOLT 1: Base Protocol</h3>



<p class="wp-block-paragraph">This BOLT defines message formats, data types, and peer connection management.</p>



<p class="wp-block-paragraph">Below are the topics this standard covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md#connection-handling-and-multiplexing" target="_blank" rel="noopener">Connection handling and multiplexing</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md#lightning-message-format" target="_blank" rel="noopener">Lightning message format</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md#type-length-value-format" target="_blank" rel="noopener">Type-Length-Value format</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md#fundamental-types" target="_blank" rel="noopener">Fundamental types</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md#setup-messages" target="_blank" rel="noopener">Setup messages</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/01-messaging.md#control-messages" target="_blank" rel="noopener">Control messages</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 2: Peer Channel Management Protocol</h3>



<p class="wp-block-paragraph">Discusses channel operations such as opening, closing, and management.</p>



<p class="wp-block-paragraph">Below are the topics this standard covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#definition-of-channel_id" target="_blank" rel="noopener">Channel ID definition</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#channel-establishment" target="_blank" rel="noopener">Channel establishment</a> (opening, accepting, funding, etc.)</li>



<li><a href="https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#channel-close" target="_blank" rel="noopener">Channel closure</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#normal-operation" target="_blank" rel="noopener">Channel operations</a> (HTLCs, fee updates, revocation and acknowledgment, CTLV expirations, etc.)</li>



<li><a href="https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#message-retransmission" target="_blank" rel="noopener">Message retransmission</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 3: Bitcoin Transaction and Script Formats</h3>



<p class="wp-block-paragraph">This one informs us how the necessary formats for on-chain Bitcoin transactions should be. It includes funding, commitment, HTLC transactions (Hash Time-Locked Contract), and key derivation.</p>



<p class="wp-block-paragraph">Below are the topics this standard covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#transaction-output-ordering" target="_blank" rel="noopener">Transaction output ordering</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#use-of-segwit" target="_blank" rel="noopener">Use of Segwit</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#funding-transaction-output" target="_blank" rel="noopener">Funding transaction output</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#commitment-transaction" target="_blank" rel="noopener">Commitment transaction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#htlc-timeout-and-htlc-success-transactions" target="_blank" rel="noopener">HTLC-timeout and HTLC-success transactions</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#closing-transaction" target="_blank" rel="noopener">Closing transaction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#fees" target="_blank" rel="noopener">Fees</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#dust-limits" target="_blank" rel="noopener">Dust limits</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#commitment-transaction-construction" target="_blank" rel="noopener">Commitment transaction construction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/03-transactions.md#keys" target="_blank" rel="noopener">Keys</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 4: Onion Routing Protocol</h3>



<p class="wp-block-paragraph">This standard describes the Onion Routing mechanism used for secure and private payment routing within the Lightning Network.</p>



<p class="wp-block-paragraph">Below you can see the topics this rule covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#conventions" target="_blank" rel="noopener">Conventions</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#key-generation" target="_blank" rel="noopener">Key generation</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#pseudo-random-byte-stream" target="_blank" rel="noopener">Pseudo-random byte stream</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#packet-structure" target="_blank" rel="noopener">Packet structure</a> (<a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#payload-format" target="_blank" rel="noopener">payload formatting</a>, <a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#basic-multi-part-payments" target="_blank" rel="noopener">multi-part payments</a>, and <a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#route-blinding" target="_blank" rel="noopener">route blinding</a>)</li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#accepting-and-forwarding-a-payment" target="_blank" rel="noopener">Accepting and forwarding a payment</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#shared-secret" target="_blank" rel="noopener">Shared secret</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#blinding-ephemeral-keys" target="_blank" rel="noopener">Blinding ephemeral keys</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#packet-construction" target="_blank" rel="noopener">Packet construction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#packet-forwarding" target="_blank" rel="noopener">Packet forwarding</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#filler-generation" target="_blank" rel="noopener">Filler generation</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#returning-errors" target="_blank" rel="noopener">Returning errors</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/04-onion-routing.md#test-vector" target="_blank" rel="noopener">Test vector</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 5: Recommendations for On-Chain Transaction Handling</h3>



<p class="wp-block-paragraph">It addresses channel closures in the good (mutual close), the bad (unilateral close), and the ugly (revoked transaction) ways.</p>



<p class="wp-block-paragraph">Below you can check the topics this rule covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#commitment-transaction" target="_blank" rel="noopener">Commitment transaction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#failing-a-channel" target="_blank" rel="noopener">Failing a Channel&nbsp;</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#mutual-close-handling" target="_blank" rel="noopener">Mutual close handling</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#unilateral-close-handling-local-commitment-transaction" target="_blank" rel="noopener">Unilateral close handling: Local Commitment Transaction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#unilateral-close-handling-remote-commitment-transaction" target="_blank" rel="noopener">Unilateral close handling: Remote Commitment Transaction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#revoked-transaction-close-handling" target="_blank" rel="noopener">Revoked transaction close handling</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/05-onchain.md#generation-of-htlc-transactions" target="_blank" rel="noopener">HTLC transaction generation</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 7: P2P Node and Channel Discovery</h3>



<p class="wp-block-paragraph">This standard defines mechanisms for discovering nodes and Lightning channels on the network, including node announcements and channel updates.</p>



<p class="wp-block-paragraph">Below are all the topics this rule covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#definition-of-short_channel_id" target="_blank" rel="noopener">short_channel_id definition</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-announcement_signatures-message" target="_blank" rel="noopener">announcement_signatures message</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-channel_announcement-message" target="_blank" rel="noopener">channel_announcement message</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-node_announcement-message" target="_blank" rel="noopener">node_announcement message</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-channel_update-message" target="_blank" rel="noopener">channel_update message</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#query-messages" target="_blank" rel="noopener">Query messages</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#initial-sync" target="_blank" rel="noopener">Initial synchronization</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#rebroadcasting" target="_blank" rel="noopener">Rebroadcasting</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#htlc-fees" target="_blank" rel="noopener">HTLC fees</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#pruning-the-network-view" target="_blank" rel="noopener">Pruning the network view</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#recommendations-for-routing" target="_blank" rel="noopener">Routing recommendations</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 8: Encrypted and Authenticated Transport</h3>



<p class="wp-block-paragraph">It specifies the requirements for secure transport and message encryption between Lightning nodes.</p>



<p class="wp-block-paragraph">Below are the topics BOLT 8 covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/08-transport.md#cryptographic-messaging-overview" target="_blank" rel="noopener">Cryptographic messaging overview</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/08-transport.md#authenticated-key-exchange-handshake-specification" target="_blank" rel="noopener">Authenticated Key Exchange Handshake specification</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/08-transport.md#lightning-message-specification" target="_blank" rel="noopener">Lightning message specification</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/08-transport.md#lightning-message-key-rotation" target="_blank" rel="noopener">Lightning message key rotation</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/08-transport.md#security-considerations" target="_blank" rel="noopener">Security considerations</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 9: Assigned Feature Flags</h3>



<p class="wp-block-paragraph">This standard establishes a framework for assigning feature flags to enable optional protocol extensions within the Lightning Network.</p>



<p class="wp-block-paragraph">Feature flags allow network participants to indicate their support for new or experimental features and help coordinate the activation of these features across the network. These flags are represented by <em>bits</em>, where odd bits indicate optional features and even bits indicate mandatory features.</p>



<p class="wp-block-paragraph">Therefore, feature flags are generally implemented through a consensus process in which network participants signal their support for a specific feature by adjusting a flag in the protocol messages they exchange. When a sufficient majority of participants signal their support, the feature can be activated on the network.</p>



<p class="wp-block-paragraph">This feature flag system allows for a more gradual and coordinated implementation of new features, ensuring compatibility and minimizing network disruptions.</p>



<p class="wp-block-paragraph">Additionally, it also allows for backward compatibility, as older implementations can still function without supporting the new features.</p>



<h3 class="wp-block-heading"><strong>BOLT 10: DNS </strong>Bootstrap<strong> and Node Assisted Location</strong></h3>



<p class="wp-block-paragraph">This one defines a method for Lightning Network nodes to find initial connections using DNS records and assisted node location services.</p>



<p class="wp-block-paragraph">We use DNS for:</p>



<ul class="wp-block-list">
<li><strong>Bootstrap:</strong> Helping new nodes find other nodes on the network when they have no known contacts.</li>



<li><strong>Assisted node location:</strong> Helping nodes discover the current network address of peers they already know.</li>
</ul>



<p class="wp-block-paragraph">Below are the topics this rule addresses:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/10-dns-bootstrap.md#dns-seed-queries" target="_blank" rel="noopener">DNS Seed queries</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/10-dns-bootstrap.md#reply-construction" target="_blank" rel="noopener">Reply construction</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/10-dns-bootstrap.md#policies" target="_blank" rel="noopener">Policies</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 11: Invoice Protocol for Lightning Payments</h3>



<p class="wp-block-paragraph">This standard specifies the format and semantics of Lightning Network invoices, which are used to request and receive payments.</p>



<p class="wp-block-paragraph">Below are the topics BOLT 11 covers:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/lightning/bolts/blob/master/11-payment-encoding.md#encoding-overview" target="_blank" rel="noopener">Encoding overview</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/11-payment-encoding.md#human-readable-part" target="_blank" rel="noopener">Human-readable part</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/11-payment-encoding.md#data-part" target="_blank" rel="noopener">Data part</a></li>



<li><a href="https://github.com/lightning/bolts/blob/master/11-payment-encoding.md#payer--payee-interactions" target="_blank" rel="noopener">Payer / Payee interactions</a></li>
</ul>



<h3 class="wp-block-heading">BOLT 12: Flexible Protocol for Lightning Payments (Offers)</h3>



<p class="wp-block-paragraph">It addresses a limitation of BOLT 11.</p>



<p class="wp-block-paragraph">For security reasons, BOLT 11 invoices can only be used once. BOLT 12 solves this by allowing the creation of new invoices in real-time without needing web servers (unlike <a href="https://blog.areabitcoin.co/lnurl-protocol/">LnURLs</a>).</p>



<p class="wp-block-paragraph">Besides generating invoices, offers in BOLT 12 are different because:</p>



<ul class="wp-block-list">
<li>They are reusable, allowing for receiving payments from multiple people.</li>



<li>They can be used both to receive and request payments.</li>
</ul>



<p class="wp-block-paragraph">For users, <strong>this means being able to make reusable payment requests</strong>, having more privacy, and greater censorship resistance.</p>



<p class="wp-block-paragraph">You can learn more about BOLT 12 on its <a href="https://bolt12.org/" target="_blank" rel="noopener">official website</a>.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="768" height="420" src="https://blog.areabitcoin.co/wp-content/uploads/2024/08/BOLT-12.jpg" alt="Bolt12" class="wp-image-2024" title="What is BOLT in the Lightning Network? 11" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/08/BOLT-12.jpg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/08/BOLT-12-300x164.jpg 300w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">Although the Lightning Network has grown significantly since 2018 and thousands of transactions are made monthly, many still consider it to be in an experimental phase and not ready to serve billions of people.</p>



<p class="wp-block-paragraph">Indeed, there are some challenges for the mass adoption of Lightning.</p>



<p class="wp-block-paragraph">First, the Lightning Network is more complex to use when users self-custody their balances compared to the first layer of Bitcoin.</p>



<p class="wp-block-paragraph">Second, understanding channel opening and closing, as well as knowing how to run a Lightning node, requires some technical knowledge and involves risks. This is a <strong>big barrier</strong> for novices and makes them opt for <a href="https://blog.areabitcoin.co/best-bitcoin-hot-wallets/" data-type="post" data-id="260">custodial wallets</a>, for example, where they do not need to deal with the technical issues happening on the protocol&#8217;s backstage.</p>



<p class="wp-block-paragraph">However, developers are working tirelessly to reduce these friction points.</p>



<p class="wp-block-paragraph">Remember, perfection takes time. As new tools are created, new Basis of Lightning Technology will emerge to improve all aspects of Lightning Network usability, from user experience to performance.</p>



<p class="wp-block-paragraph">I hope this article has helped you better understand what BOLTs are in the Lightning Network.</p>



<p class="wp-block-paragraph">Don&#8217;t forget to share it with friends and opt out!</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/bolt-lightning-network/">What is BOLT in the Lightning Network?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bitcoin on-chain and Lightning: what&#8217;s the difference?</title>
		<link>https://blog.areabitcoin.co/difference-bitcoin-on-chain-and-lightning/</link>
		
		<dc:creator><![CDATA[Kaká Furlan]]></dc:creator>
		<pubDate>Thu, 27 Jun 2024 23:42:09 +0000</pubDate>
				<category><![CDATA[Lightning Network]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/?p=1801</guid>

					<description><![CDATA[<p>Check out the main differences between Bitcoin on-chain and Lightning layers, including details about their fees, processing time, and security.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/difference-bitcoin-on-chain-and-lightning/">Bitcoin on-chain and Lightning: what&#8217;s the difference?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Most people know about <a href="https://blog.areabitcoin.co/what-is-bitcoin/" data-type="post" data-id="196">Bitcoin</a>, but they might not realize that there are several ways to transact, send, and receive money using the Bitcoin network.</p>



<p class="wp-block-paragraph">In this article, we&#8217;ll help you understand the differences between on-chain Bitcoin transactions and transactions on the Lightning Network, which is the fastest and cheapest way to send Bitcoin.</p>



<p class="wp-block-paragraph">Let&#8217;s get started!</p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><p><strong>Table of Contents</strong></p><nav><ul><li class=""><a href="#understanding-bitcoin-on-chain">Understanding Bitcoin On-Chain</a></li><li class=""><a href="#what-is-bitcoins-lightning-network">What is Bitcoin&#8217;s Lightning Network</a></li><li class=""><a href="#using-bitcoin-on-chain-in-practice">Using Bitcoin On-Chain in practice</a></li><li class=""><a href="#using-the-lightning-network-in-practice">Using the Lightning Network in practice</a></li><li class=""><a href="#conclusion">Conclusion</a></li></ul></nav></div>



<h2 class="wp-block-heading" id="understanding-bitcoin-on-chain">Understanding Bitcoin On-Chain</h2>



<p class="wp-block-paragraph">Bitcoin works in layers, and to make it easier, you can think of Bitcoin as a building. Layer one is the <a href="https://blog.areabitcoin.co/blockchain/" data-type="post" data-id="100">blockchain laye</a>r, the foundation of the building. It is the network that supports all the security and decentralization of the protocol.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1080" height="600" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Blockchain-Bitcoin.jpg" alt="Blockchain Bitcoin" class="wp-image-1803" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 12" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Blockchain-Bitcoin.jpg 1080w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Blockchain-Bitcoin-300x167.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Blockchain-Bitcoin-1024x569.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Blockchain-Bitcoin-768x427.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" /></figure>



<p class="wp-block-paragraph"><strong>Bitcoin is revolutionary because, for the first time, a computer network is able to create digital money independent of banks and governments.</strong> To achieve this, the Bitcoin protocol uses several mechanisms such as <a href="https://blog.areabitcoin.co/is-proof-of-work-better-than-proof-of-stake/" data-type="post" data-id="460">proof of work (mining)</a>, difficulty adjustment, cryptography, digital signatures, and nodes that connect the network, verify records, and store copies of the blockchain across the world.</p>



<p class="wp-block-paragraph">This layer is completely dedicated to preserving the fundamentals of Bitcoin as a network that cannot be hacked, invaded, or modified by anyone, as it has more computing power than the 500 most powerful computers in the world combined!</p>



<figure class="wp-block-image size-full"><img decoding="async" width="862" height="511" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Bitcoin-vs-top-500-super-computers.jpg" alt="Bitcoin vs Top 500 Super Computers" class="wp-image-1804" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 13" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Bitcoin-vs-top-500-super-computers.jpg 862w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Bitcoin-vs-top-500-super-computers-300x178.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Bitcoin-vs-top-500-super-computers-768x455.jpg 768w" sizes="(max-width: 862px) 100vw, 862px" /><figcaption class="wp-element-caption"><em>Gray line: the top 500 most powerful computers in the world, yellow line: Bitcoin</em></figcaption></figure>



<p class="wp-block-paragraph">Furthermore, this layer maintains the principles of Bitcoin as a solid currency, with a limit of 21 million units that can be created. That’s why Bitcoin is a predictable currency that does not suffer from infinite inflation like fiat money.</p>



<p class="wp-block-paragraph">However,<strong> such a secure and decentralized blockchain cannot be fast and cheap all the time</strong>. Each block that processes transactions sent by users can take 5, 10 minutes, or even hours to mine. This variation in time depends on the number of transactions waiting to be included in the block by a miner and the difficulty of mining each block at that time.</p>



<p class="wp-block-paragraph">Difficulty adjustment is a mechanism in the Bitcoin network that maintains predictability in the issuance of new bitcoins, ensuring that even if many miners connect to the network or if a miner with a very powerful machine participates, they will not be able to mine all the bitcoins at once.</p>



<p class="wp-block-paragraph">The Bitcoin network has reached records in computational power, which increases the difficulty of mining each block to keep Bitcoin&#8217;s properties immutable.</p>



<p class="wp-block-paragraph">One way the network selects which transactions will have priority when demand is very high is by charging a higher processing fee for those with more urgency. As the network does not intend to change its fundamentals and, over time, the demand for transactions tends to increase, Bitcoin network fees at the on-chain layer are expected to become more expensive in the future. This will help maintain miners&#8217; revenue as halvings reduce the block reward.</p>



<p class="wp-block-paragraph"><strong>In this sense, layer one will become a final settlement layer, where the highest volume transactions occur, while smaller payments will be made in adjacent layers focused on scalability, such as the Lightning Network.</strong></p>



<p class="wp-block-paragraph">Now that we&#8217;ve talked about layer one, the Bitcoin blockchain, which is the foundation of the building, let&#8217;s understand the Lightning Network.</p>



<h2 class="wp-block-heading" id="what-is-bitcoins-lightning-network">What is Bitcoin&#8217;s Lightning Network</h2>



<p class="wp-block-paragraph"><a href="https://blog.areabitcoin.co/lightning-network/" data-type="post" data-id="300">The lightning network is a layer two of Bitcoin</a>. This network is based on layer one and allows you to make instant payments almost for free. It&#8217;s like the first and second floors of the Bitcoin building.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1080" height="600" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/second-layer-lightning-network.jpg" alt="Second Layer Bitcoin - Lightning Network" class="wp-image-1805" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 14" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/second-layer-lightning-network.jpg 1080w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/second-layer-lightning-network-300x167.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/second-layer-lightning-network-1024x569.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/second-layer-lightning-network-768x427.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" /></figure>



<p class="wp-block-paragraph">At this point, most users will access the <em>&#8220;building</em>&#8221; and head to their desired floor.</p>



<p class="wp-block-paragraph">You can go to the third floor, where more complex contracts take place, or to the fifth floor, where in the future, it will be possible to carry out Bitcoin collateralization contracts on the Lightning Network without intermediaries.</p>



<p class="wp-block-paragraph">The Lightning Network aims to enhance the characteristics of Bitcoin through a network of P2P payment channels, without requiring all payments to be recorded on the blockchain.</p>



<p class="wp-block-paragraph">These channels make Lightning payments as fast as lightning and interconnect, making Bitcoin the most efficient global financial network in existence. It gives power back to the people, allowing them to use their money however they want, without depending on banks or governments.</p>



<p class="wp-block-paragraph"><em>That&#8217;s the theory, but how does it work in practice? The time has come to show you!</em></p>



<p class="wp-block-paragraph">We will demonstrate two types of Bitcoin transactions: one on-chain and one on the Lightning Network, so you can understand the differences. To do this, we will use vouchers from <a href="https://azte.co/" target="_blank" rel="noopener">Azteco</a>, purchased on the <a href="https://azte.co/" target="_blank" rel="noopener">azte.co website</a>, and I will redeem them in my own Bitcoin on-chain and Lightning wallets.</p>



<p class="wp-block-paragraph">Don&#8217;t know Azteco? Then, check out our article: <a href="https://blog.areabitcoin.co/buying-bitcoin-azteco/" data-type="post" data-id="1499">Is it worth buying Bitcoin through Azteco?</a></p>



<p class="wp-block-paragraph">This way, you will be able to understand the processing times and different methods when purchasing Bitcoin on-chain or on the Lightning Network and sending it to your wallet using different types of networks.</p>



<p class="wp-block-paragraph">This will also help you understand how it works when receiving a payment from someone, giving you a sense of how long the network takes to process and how to verify transactions.</p>



<h2 class="wp-block-heading" id="using-bitcoin-on-chain-in-practice">Using Bitcoin On-Chain in practice</h2>



<p class="wp-block-paragraph">First, let&#8217;s send Bitcoin on-chain, which is layer one of Bitcoin, and understand the times and fees associated with this network. To carry out the process, just follow the steps below:</p>



<ol class="wp-block-list">
<li>Go to <a href="https://azte.co/" target="_blank" rel="noopener">azteco.co</a> and click on &#8216;<em>redeem&#8217;</em>.&nbsp;</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="1256" height="573" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Azteco-Website.jpg" alt="Azteco Website" class="wp-image-1806" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 15" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Azteco-Website.jpg 1256w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Azteco-Website-300x137.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Azteco-Website-1024x467.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Azteco-Website-768x350.jpg 768w" sizes="(max-width: 1256px) 100vw, 1256px" /></figure>



<ol class="wp-block-list" start="2">
<li>Then, enter the on-chain voucher code that you have already purchased from Azteco.&nbsp;</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="1283" height="643" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher.jpg" alt="Redeem an Azteco&#039;s voucher" class="wp-image-1807" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 16" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher.jpg 1283w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher-300x150.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher-1024x513.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher-768x385.jpg 768w" sizes="(max-width: 1283px) 100vw, 1283px" /></figure>



<ol class="wp-block-list" start="3">
<li>Now enter the on-chain address where Azteco should send the satoshis.</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="1046" height="522" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/on-chain-address.jpg" alt="Page to insert the on-chain address where you should send the satoshis." class="wp-image-1808" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 17" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/on-chain-address.jpg 1046w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/on-chain-address-300x150.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/on-chain-address-1024x511.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/on-chain-address-768x383.jpg 768w" sizes="(max-width: 1046px) 100vw, 1046px" /></figure>



<ol class="wp-block-list" start="4">
<li>After pasting the bitcoin on-chain address, the satoshis will automatically be sent to the specified wallet.</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="964" height="471" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Success-page-on-chain-transaction.jpg" alt="Success page for sending satoshis to another wallet through Azteco" class="wp-image-1809" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 18" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Success-page-on-chain-transaction.jpg 964w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Success-page-on-chain-transaction-300x147.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Success-page-on-chain-transaction-768x375.jpg 768w" sizes="(max-width: 964px) 100vw, 964px" /></figure>



<p class="wp-block-paragraph">At the end, a screen will appear with a summary of the entire purchase, including the redeemed bitcoin balance, the Azteco commission, and the on-chain network fees, which was 97 euro cents.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1718" height="904" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-satoshi-redemption-azteco.jpg" alt="Summary of Redeeming Satoshis on Azteco" class="wp-image-1810" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 19" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-satoshi-redemption-azteco.jpg 1718w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-satoshi-redemption-azteco-300x158.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-satoshi-redemption-azteco-1024x539.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-satoshi-redemption-azteco-768x404.jpg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-satoshi-redemption-azteco-1536x808.jpg 1536w" sizes="(max-width: 1718px) 100vw, 1718px" /></figure>



<p class="wp-block-paragraph">The last step is to paste the address where you want to receive the satoshis, wait for the transaction to be processed by the Bitcoin blockchain, and the balance to be confirmed at the specified wallet address.</p>



<figure class="wp-block-image size-full img-art"><img decoding="async" width="626" height="1280" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/details-azteco-onchain-transaction.jpg" alt="Details of the Azteco Transaction" class="wp-image-1811" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 20" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/details-azteco-onchain-transaction.jpg 626w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/details-azteco-onchain-transaction-147x300.jpg 147w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/details-azteco-onchain-transaction-501x1024.jpg 501w" sizes="(max-width: 626px) 100vw, 626px" /></figure>



<p class="wp-block-paragraph">And the transaction was received! This Bitcoin on-chain transaction arrived very quickly, <strong>taking about 5 minutes</strong>. However, often, when there is a lot of demand for transactions on the network, it can take more than an hour for a transaction to be processed.</p>



<p class="wp-block-paragraph">For example, on April 20th, when the <a href="https://blog.areabitcoin.co/bitcoin-halving/" data-type="post" data-id="201">fourth Bitcoin halving</a> took place, transactions took hours and the fees were very expensive, more than $20 per transaction.</p>



<p class="wp-block-paragraph">Note that in the Bitcoin on-chain network, the transaction is not immediate and may take a few minutes to complete. </p>



<p class="wp-block-paragraph">Also, <strong>depending on the amount you want to send, the fee is often not worth it for smaller payments, such as a cup of coffee.</strong> A fee of $3 could be the price of the coffee itself! Therefore, the Lightning Network was created, allowing smaller payments, such as a coffee, without fees making the transaction unfeasible.</p>



<p class="wp-block-paragraph">So now let&#8217;s see how sending via the Lightning Network works so you can see the difference in rates and speeds of each of these Bitcoin networks.</p>



<h2 class="wp-block-heading" id="using-the-lightning-network-in-practice">Using the Lightning Network in practice</h2>



<p class="wp-block-paragraph">Let&#8217;s go through the same process using Azteco.</p>



<ol class="wp-block-list">
<li>Go to <a href="https://azte.co/" target="_blank" rel="noopener">azteco.co</a> and click on &#8220;<em>redeem</em>&#8220;.&nbsp;</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="1283" height="643" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher.jpg" alt="Redeem an Azteco voucher" class="wp-image-1807" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 21" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher.jpg 1283w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher-300x150.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher-1024x513.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Redeem-a-voucher-768x385.jpg 768w" sizes="(max-width: 1283px) 100vw, 1283px" /></figure>



<ol class="wp-block-list" start="2">
<li>Then, enter the Lighting voucher code that you have already purchased from Azteco.&nbsp;</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="1039" height="526" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/lightning-voucher-azteco.jpg" alt="Lightning Voucher on Azteco" class="wp-image-1812" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 22" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/lightning-voucher-azteco.jpg 1039w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/lightning-voucher-azteco-300x152.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/lightning-voucher-azteco-1024x518.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/lightning-voucher-azteco-768x389.jpg 768w" sizes="(max-width: 1039px) 100vw, 1039px" /></figure>



<p class="wp-block-paragraph">The voucher is confirmed and the amount of 25 euros to be sent to my wallet is now available.&nbsp;</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1817" height="830" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/sending-lightning-voucher-via-azteco.jpg" alt="Sending Lightning to another wallet via Azteco" class="wp-image-1813" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 23" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/sending-lightning-voucher-via-azteco.jpg 1817w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/sending-lightning-voucher-via-azteco-300x137.jpg 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/sending-lightning-voucher-via-azteco-1024x468.jpg 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/sending-lightning-voucher-via-azteco-768x351.jpg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/sending-lightning-voucher-via-azteco-1536x702.jpg 1536w" sizes="(max-width: 1817px) 100vw, 1817px" /></figure>



<p class="wp-block-paragraph">N<strong>otice how the <em>&#8220;network fee&#8221;</em> line is zero</strong>. This is because the Lightning network has virtually no fees, with only a few satoshis being worth less than a penny. Azteco does not even consider this value as relevant.</p>



<ol class="wp-block-list" start="3">
<li>Now let&#8217;s scan this QR Code with a lightning wallet. We&#8217;ll use the Blink wallet, which supports the Lightning network. Open the wallet and click <em>“scan”</em>. The camera will open, and you can scan the Lightning QR Code that appears on the computer screen.</li>
</ol>



<figure class="wp-block-image size-full img-art"><img decoding="async" width="365" height="739" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Lightning-Azteco-QR-Code.jpg" alt="Scanning QR Code (Lightning)" class="wp-image-1814" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 24" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/Lightning-Azteco-QR-Code.jpg 365w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/Lightning-Azteco-QR-Code-148x300.jpg 148w" sizes="(max-width: 365px) 100vw, 365px" /></figure>



<ol class="wp-block-list" start="4">
<li>A message appears in the Blink wallet confirming whether the balance is to be redeemed, showing that is an Azteco voucher worth 35,588 satoshis, exactly the balance of the lightning voucher purchased at Azteco. Now just click on <em>&#8220;Redeem Bitcoin&#8221;</em> for the amount to be received via Lightning in this wallet.&nbsp;</li>
</ol>



<figure class="wp-block-image size-full img-art"><img decoding="async" width="326" height="718" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/message-on-blink-azteco-voucher.jpg" alt="Message on Blink Wallet" class="wp-image-1815" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 25" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/message-on-blink-azteco-voucher.jpg 326w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/message-on-blink-azteco-voucher-136x300.jpg 136w" sizes="(max-width: 326px) 100vw, 326px" /></figure>



<p class="wp-block-paragraph">Once this is done, the transaction immediately appears in the wallet. In addition to being fast, <strong>it had a lower fee than the transaction made on-chain.&nbsp;</strong></p>



<figure class="wp-block-image size-full img-art"><img decoding="async" width="333" height="713" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/azteco-voucher-redemption-sucessful.jpg" alt="Your Azteco Bitcoin Lightning voucher redemption was successful." class="wp-image-1817" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 26" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/azteco-voucher-redemption-sucessful.jpg 333w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/azteco-voucher-redemption-sucessful-140x300.jpg 140w" sizes="(max-width: 333px) 100vw, 333px" /></figure>



<p class="wp-block-paragraph">In the Blink wallet, you can see the details of this transaction, such as the time it took place (just 18 seconds ago), the fact that it was via Lightning, and other data such as pre-image, invoice, hash, and wallet identifier.</p>



<figure class="wp-block-image size-full img-art"><img decoding="async" width="798" height="1600" src="https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-blink-transaction-azteco.jpeg" alt="Summary of the Lightning transaction on Blink Wallet" class="wp-image-1828" title="Bitcoin on-chain and Lightning: what&#039;s the difference? 27" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-blink-transaction-azteco.jpeg 798w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-blink-transaction-azteco-150x300.jpeg 150w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-blink-transaction-azteco-511x1024.jpeg 511w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-blink-transaction-azteco-768x1540.jpeg 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/06/summary-blink-transaction-azteco-766x1536.jpeg 766w" sizes="(max-width: 798px) 100vw, 798px" /></figure>



<p class="wp-block-paragraph">Notice how the transaction took just a few seconds, much faster than the bitcoin on-chain transaction, which took 5 minutes. </p>



<p class="wp-block-paragraph">*There is a small variation in the amount of Bitcoin shown because my wallet is pricing Bitcoin in dollars instead of euros, showing $24.41.</p>



<p class="wp-block-paragraph">Now that the balance has arrived, you can use your sats to make payments!</p>



<h2 class="wp-block-heading" id="conclusion">Conclusion</h2>



<p class="wp-block-paragraph">Do you notice the huge difference in processing time and fees between the layers of the Bitcoin network?</p>



<p class="wp-block-paragraph">It&#8217;s important to highlight that each layer has a specific use. Layer one, the blockchain, <strong>is best suited for storing Bitcoin in the long term without relying on intermediaries</strong>. Layer two, the Lightning Network, <strong>is ideal for everyday payments and smaller amounts.</strong></p>



<p class="wp-block-paragraph">The Lightning Network is like the money you set aside for your daily or weekly needs, while the bitcoin on-chain layer is used to protect and store your Bitcoin, functioning as a digital vault.</p>



<p class="wp-block-paragraph">When we think of gold, we imagine gold bars in a vault; at the bitcoin on-chain layer, this “gold” is digital, represented by Bitcoin. If you take good care of your keys, no one can steal it from you.</p>



<p class="wp-block-paragraph">Each network has its own benefits and drawbacks, and choosing which one to use depends on your specific needs, such as security, convenience, cost, and transaction speed.</p>



<p class="wp-block-paragraph">In summary:&nbsp;</p>



<ul class="wp-block-list">
<li><strong>On-chain transactions</strong> take longer and have higher fees, but the network is safer for storing Bitcoin in the long term.&nbsp;</li>



<li><strong>Lightning transactions</strong> are instantaneous, with low, almost insignificant fees, making it ideal for everyday payments.</li>
</ul>



<p class="wp-block-paragraph">We hope this article has helped you understand the differences between bitcoin on-chain and Lightning. We suggest you try the same practice using Azteco vouchers to get the full experience of how Bitcoin networks work.</p>



<p class="wp-block-paragraph">Until next time and opt out!</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/difference-bitcoin-on-chain-and-lightning/">Bitcoin on-chain and Lightning: what&#8217;s the difference?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is Lightning Address?</title>
		<link>https://blog.areabitcoin.co/lightning-address/</link>
		
		<dc:creator><![CDATA[Carol Souza]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 18:51:30 +0000</pubDate>
				<category><![CDATA[Lightning Network]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/?p=1369</guid>

					<description><![CDATA[<p>Lightning Address is a simple and functional way to send Bitcoin to others. With Lightning Address, your Lightning Network address looks like an email address.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lightning-address/">What is Lightning Address?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Since Bitcoin came into existence, many updates have taken place to meet the diverse needs of the public. Thus, one of the main focuses is ease of use, which, as with any software, is super important for the adoption of Bitcoin.</p>



<p class="wp-block-paragraph">With this in mind, companies and developers are constantly looking for solutions to improve the user experience, a concept known as UX (User Experience).</p>



<p class="wp-block-paragraph">Over the years, we have seen a continuous effort by companies involved in the Bitcoin ecosystem to improve this aspect of UX. Therefore, the goal is to make Bitcoin intuitive and easy to use for both beginners and advanced users.</p>



<p class="wp-block-paragraph">An example of this was the creation of the Lightning Network (and the Lightning Address protocol), designed to facilitate everyday payments, improve speed, and reduce the cost of transaction fees.</p>



<p class="wp-block-paragraph"><em>Do you want to understand more about the Lightning Address protocol?!</em></p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><p><strong>Table of Contents</strong></p><nav><ul><li class=""><a href="#a-lightning-network">A Lightning Network </a></li><li class=""><a href="#what-is-the-lightning-address">What is the Lightning Address?</a></li><li class=""><a href="#advantages-of-lightning-address">Advantages of Lightning Address</a></li><li class=""><a href="#step-by-step-guide-on-how-to-create-and-use-a-lightning-address">Step-by-step guide on how to create and use a Lightning Address</a></li><li class=""><a href="#conclusion">Conclusion</a></li></ul></nav></div>



<h2 class="wp-block-heading" id="a-lightning-network"><strong>A Lightning Network&nbsp;</strong></h2>



<p class="wp-block-paragraph">Before understanding what the Lightning Address is, it is important to understand <a href="https://blog.areabitcoin.co/lightning-network/" data-type="post" data-id="300">what the Lightning Network is</a>, as it was with the aim of improving Lightning payments that the Lightning Address protocol was created.</p>



<h3 class="wp-block-heading" id="what-is-the-lighting-network"><strong>What is the Lighting Network?</strong></h3>



<p class="wp-block-paragraph"><strong>The Lightning Network, or Lightning network, is a second-layer Bitcoin network, created to meet users&#8217; needs for making micropayments.</strong></p>



<p class="wp-block-paragraph">Therefore, since Bitcoin was created, it has been gaining adoption, resulting in the need to be able to transfer small amounts at a lower rate than in layer 1 of Bitcoin, the main layer. Therefore, the Lightning Network emerged to solve this.</p>



<p class="wp-block-paragraph">LN sending and receiving addresses are different from <a href="https://blog.areabitcoin.co/bitcoin-addresses/" data-type="post" data-id="1062">Bitcoin addresses</a>. While a Bitcoin address usually starts with “<strong>bc1…”</strong>, in Lightning, transfers are made via <strong>invoices</strong> and are significantly larger than a Bitcoin address.</p>



<p class="wp-block-paragraph">For example, a Bitcoin address looks like this:</p>



<p class="wp-block-paragraph"><em>bc1qeu0srtr7zfqoi7l879lydnw8re47gtzzwe5pot</em></p>



<p class="wp-block-paragraph">And an invoice on the Lightning Network looks like this:</p>



<p class="wp-block-paragraph"><em>lnbc10u1p39w7q4pp5t6z24zk232x40g5wsndlq0qnc56f9t6zusyf7nkn358mhvc43c0sdq5fe85zjpqf9h8vmmfvdjscqzpgxqzjcsp564eu3afmm05clfxeu4zklkj0amn4vvwlwzq lecasmkn6kcn65m4q9qyyssq2xw4fet6um6ynm5t2f2gmy934av7z9x89e9j7vyyd2umpmjslaazs3dpszstdhqpdw7vsmud9zd7vyjernp0wranzn20js233t279ccpxw9et0</em></p>



<h3 class="wp-block-heading" id="invoices"><strong>What is an invoice on the Lightning Network?</strong></h3>



<p class="wp-block-paragraph">An invoice on the Lightning Network is a digital document that contains all the essential information for making a payment. This includes the amount to be paid, the recipient&#8217;s address, and other relevant information.</p>



<p class="wp-block-paragraph">This document is generated by the party wishing to receive payment, providing a structured and secure way to facilitate transactions on the Lightning Network.</p>



<p class="wp-block-paragraph">Furthermore, this process simplifies communication between payer and recipient, contributing to the efficiency and transparency of operations.</p>



<h3 class="wp-block-heading" id="qr-codes-on-lightning"><strong>QR Codes on Lightning</strong></h3>



<p class="wp-block-paragraph">To avoid the need to copy and paste the lengthy alphanumeric phrase (similar to the one seen above), QR codes began to be used to facilitate and simplify payments, directly reflecting invoices.</p>



<p class="wp-block-paragraph">However, QR codes in Lightning do not yet represent the most viable solution, <strong>as they are not static</strong>; that is, they have an expiration time and generally can only be used once, precisely because they reflect a temporary invoice.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="788" height="1330" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/qr-code-lightning-network.png" alt="QR Code Lightning Network" class="wp-image-1372" title="What is Lightning Address? 28" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/qr-code-lightning-network.png 788w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/qr-code-lightning-network-178x300.png 178w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/qr-code-lightning-network-607x1024.png 607w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/qr-code-lightning-network-768x1296.png 768w" sizes="(max-width: 788px) 100vw, 788px" /></figure>



<h4 class="wp-block-heading" id="lnurl"><strong>LNURL</strong></h4>



<p class="wp-block-paragraph">However, a promising alternative to this issue seems to be <a href="https://blog.areabitcoin.co/lnurl-protocol/">LNURL</a>, which essentially consists of a Lightning invoice in the format of a website URL.</p>



<p class="wp-block-paragraph">The proposal with LNURL is to provide the ease of a QR Code but without an expiration date.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="670" height="612" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/LNURL-Pay.png" alt="LNURL" class="wp-image-1373" title="Pay with LNURL" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/LNURL-Pay.png 670w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/LNURL-Pay-300x274.png 300w" sizes="(max-width: 670px) 100vw, 670px" /></figure>



<p class="wp-block-paragraph">Using a Lightning URL, it becomes possible to send and receive Bitcoin through a static QR Code, eliminating the need to change it with each transaction.</p>



<p class="wp-block-paragraph">However, this solution still requires the presence of a QR Code and requires a website, and a camera to scan the invoice, which, in turn, creates friction in communication with users, <strong>making the experience difficult</strong>.</p>



<p class="wp-block-paragraph">With the aim of further improving usability and simplifying transactions, Lightning Address was created.</p>



<p class="wp-block-paragraph">Lightning Address depends on the LNURL protocol but incorporates more user-friendly usability, providing a more efficient and user-friendly alternative for operations on the Lightning Network.</p>



<h2 class="wp-block-heading" id="what-is-the-lightning-address"><strong>What is the Lightning Address?</strong></h2>



<p class="wp-block-paragraph"><strong>Lightning Address offers an instant method for sending bitcoins over the Lightning Network, utilizing an email-like address to streamline the bitcoin-sending process.</strong></p>



<p class="wp-block-paragraph">Consequently, Lightning Address is a protocol that simplifies utilizing Bitcoin&#8217;s Lightning Network, making transactions more accessible and easier to comprehend.</p>



<p class="wp-block-paragraph">The proposal suggests that the Lightning Address acts as your identifier on the Internet—an email address that enables you to send and receive Bitcoin on the Lightning Network in a straightforward and direct manner.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1475" height="820" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/The-Lightning-Address-Wallet-of-Satoshi.png" alt="The Lightning Address (Wallet of Satoshi)" class="wp-image-1374" title="What is Lightning Address? 29" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/The-Lightning-Address-Wallet-of-Satoshi.png 1475w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/The-Lightning-Address-Wallet-of-Satoshi-300x167.png 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/The-Lightning-Address-Wallet-of-Satoshi-1024x569.png 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/The-Lightning-Address-Wallet-of-Satoshi-768x427.png 768w" sizes="(max-width: 1475px) 100vw, 1475px" /></figure>



<p class="wp-block-paragraph">For example, instead of using invoices in QR Code format or letters and numbers, as shown in the image below:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1516" height="694" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/Lightning-Network-Invoice-QR-Code.png" alt="Lightning Network&#039;s invoice and QR Code" class="wp-image-1376" title="What is Lightning Address? 30" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/Lightning-Network-Invoice-QR-Code.png 1516w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/Lightning-Network-Invoice-QR-Code-300x137.png 300w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/Lightning-Network-Invoice-QR-Code-1024x469.png 1024w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/Lightning-Network-Invoice-QR-Code-768x352.png 768w" sizes="(max-width: 1516px) 100vw, 1516px" /></figure>



<p class="wp-block-paragraph">You can have a Lightning Address, such as fernando@getalby.com.</p>



<p class="wp-block-paragraph">In simpler terms, instead of utilizing traditional and complex character strings, the Lightning Address enables individuals to send and receive Bitcoin on the Lightning Network by merely entering their Bitcoin “email” address into compatible wallets.</p>



<p class="wp-block-paragraph">This approach significantly simplifies daily transactions, <strong>serving as a universal identifier on the Internet</strong>.</p>



<p class="wp-block-paragraph">Memorizing and sharing your Lightning Address is as straightforward as with a regular email. Moreover, <a href="https://lightningaddress.com/" target="_blank" rel="noopener">certain platforms</a> allow the use of your own web domain to create your Lightning Address.</p>



<p class="wp-block-paragraph">It&#8217;s also important to note that the Lightning Address protocol was developed by two Brazilians:</p>



<ul class="wp-block-list">
<li><a href="https://twitter.com/andreneves?lang=en" target="_blank" rel="noopener">André Neves</a>;</li>



<li>and <a href="https://twitter.com/fiatjaf" target="_blank" rel="noopener">Fiatjaf</a> (a pseudonym), the latter of whom also played a role in developing the Nostr protocol.</li>
</ul>



<p class="wp-block-paragraph">Both are recognized for their substantial contributions to the Bitcoin ecosystem, particularly in the development of solutions for the Lightning Network.</p>



<h3 class="wp-block-heading" id="which-wallets-support-lighting-address"><strong>Which wallets support the Lighting Address?</strong></h3>



<p class="wp-block-paragraph">Numerous wallets and applications now support the Lightning Address.</p>



<p class="wp-block-paragraph">Here is a list of some of the main ones:</p>



<ul class="wp-block-list">
<li>Zebedee</li>



<li>Alby</li>



<li><a href="https://blog.areabitcoin.co/wallet-of-satoshi/">Wallet of Satoshi</a></li>



<li>Zap</li>



<li><a href="https://blog.areabitcoin.co/phoenix-wallet/">Phoenix</a></li>



<li>Flash</li>



<li>Blink</li>



<li>Beep</li>



<li>Breez Wallet&nbsp;</li>



<li>Mash</li>
</ul>



<h2 class="wp-block-heading" id="advantages-of-lightning-address"><strong>Advantages of Lightning Address</strong></h2>



<p class="wp-block-paragraph"><strong>A key advantage of the Lightning Address is its resemblance to an email, a universal identifier on the Internet</strong>. This similarity significantly eases the transaction process and encourages wider adoption among new users.</p>



<p class="wp-block-paragraph">In contrast to traditional Bitcoin addresses, Lightning invoices are more extensive, have a time limit, and can only be utilized once.</p>



<p class="wp-block-paragraph">Moreover, the process of scanning a Lightning QR Code, though seemingly straightforward, involves several steps for the user, such as opening a camera, scanning the code, and, occasionally, inputting the <a href="https://blog.areabitcoin.co/what-are-sats-in-bitcoin/" data-type="post" data-id="883">number of satoshis</a>, among other details.</p>



<p class="wp-block-paragraph">This process can introduce various difficulties, such as non-functional QR Codes or issues with camera activation. In some instances, a user may not have access to a camera to scan the code or may want to conduct a transaction on their behalf, necessitating another device to read the QR Code.</p>



<p class="wp-block-paragraph">Consequently, the Lightning Address provides users with a universal identifier that applies to any wallet supporting this feature. Futhermore, the address is static, does not expire, and eliminates the need for a QR Code, unlike LNURL.</p>



<p class="wp-block-paragraph">The Lightning Address significantly improves the overall user experience, facilitating the adoption of Bitcoin in daily life.</p>



<p class="wp-block-paragraph"><strong>Related posts:</strong></p>



<ul class="wp-block-list">
<li><a href="https://blog.areabitcoin.co/lies-about-lightning-network/" data-type="post" data-id="547">Lies about the Lightning Network</a></li>



<li><a href="https://blog.areabitcoin.co/bitcoin-lightning-wallets/" data-type="post" data-id="654">Bitcoin Lightning Wallets</a></li>
</ul>



<h2 class="wp-block-heading" id="step-by-step-guide-on-how-to-create-and-use-a-lightning-address"><strong>Step-by-step guide on how to create and use a Lightning Address</strong></h2>



<p class="wp-block-paragraph">Creating and using a Lightning Address is straightforward, particularly with wallets like Zebedee that support this feature. Zebedee is notable for its integration with various services, especially within the gaming sector.</p>



<p class="wp-block-paragraph">When you register with Zebedee, you&#8217;ll be prompted to choose a username. This username will serve as your “gamertag,” essentially your identifier within the platform.</p>



<p class="wp-block-paragraph">Your chosen username will act as your Lightning Address, formatted as “yourname@zbd.gg.”</p>



<p class="wp-block-paragraph"><strong>Here are the step-by-step instructions to create your Lightning Address with Zebedee:</strong></p>



<ul class="wp-block-list">
<li>Download the Zebedee (ZBD) app for <a href="https://zebedee.onelink.me/hcHi/mmy2p62n" target="_blank" rel="noopener">Android</a> or <a href="https://zebedee.onelink.me/hcHi/mmy2p62n" target="_blank" rel="noopener">iOS</a> on your mobile device;</li>



<li>Create an account using your email or social media profile;</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="739" height="1600" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-App.png" alt="ZBD App" class="wp-image-1377" title="What is Lightning Address? 31" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-App.png 739w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-App-139x300.png 139w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-App-473x1024.png 473w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-App-709x1536.png 709w" sizes="(max-width: 739px) 100vw, 739px" /></figure>



<ul class="wp-block-list">
<li>Select your username;</li>
</ul>



<p class="wp-block-paragraph">Your username will serve as your Lightning Address in the format “yourname@zbd.gg.”</p>



<p class="wp-block-paragraph">To make your first transfer using the Lightning Address to the ZBD wallet, simply click on the top right corner, where your satoshi balance is displayed.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="739" height="1600" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-Wallet.jpg" alt="Zebedee Wallet" class="wp-image-1378" title="What is Lightning Address? 32" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-Wallet.jpg 739w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-Wallet-139x300.jpg 139w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-Wallet-473x1024.jpg 473w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/ZBD-Wallet-709x1536.jpg 709w" sizes="(max-width: 739px) 100vw, 739px" /></figure>



<p class="wp-block-paragraph">After clicking this green button, you will choose the “Pay/Request” option in your wallet.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1170" height="1594" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/pay-request-ZBD.png" alt="Zebedee&#039;s pay and request option" class="wp-image-1379" title="What is Lightning Address? 33" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/pay-request-ZBD.png 1170w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/pay-request-ZBD-220x300.png 220w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/pay-request-ZBD-752x1024.png 752w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/pay-request-ZBD-768x1046.png 768w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/pay-request-ZBD-1127x1536.png 1127w" sizes="(max-width: 1170px) 100vw, 1170px" /></figure>



<p class="wp-block-paragraph">Upon selecting this option, you&#8217;ll need to specify the amount of satoshis you wish to send and then input the Lightning Address of the recipient.</p>



<p class="wp-block-paragraph">Once you&#8217;ve completed these steps, you&#8217;ve not only set up your Lightning Address but also completed your first transaction with it.</p>



<p class="wp-block-paragraph">Simple, right?</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="473" height="1024" data-id="1381" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/amount-473x1024.png" alt="Choose amount" class="wp-image-1381" title="What is Lightning Address? 34" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/amount-473x1024.png 473w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/amount-139x300.png 139w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/amount-709x1536.png 709w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/amount.png 739w" sizes="(max-width: 473px) 100vw, 473px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="473" height="1024" data-id="1380" src="https://blog.areabitcoin.co/wp-content/uploads/2024/03/lightning-address-zbd-473x1024.png" alt="Select the lightning address" class="wp-image-1380" title="What is Lightning Address? 35" srcset="https://blog.areabitcoin.co/wp-content/uploads/2024/03/lightning-address-zbd-473x1024.png 473w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/lightning-address-zbd-139x300.png 139w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/lightning-address-zbd-709x1536.png 709w, https://blog.areabitcoin.co/wp-content/uploads/2024/03/lightning-address-zbd.png 739w" sizes="(max-width: 473px) 100vw, 473px" /></figure>
</figure>



<p class="wp-block-paragraph">One of the standout features of the Lightning Address is its <strong>interoperability</strong>. This means that, regardless of the domain used after the &#8220;@&#8221;, the address will function. This removes the need to worry about the specific provider, as they are all compatible.</p>



<p class="wp-block-paragraph">Thus, whether the address ends with .com, .net, or .io, they all operate the same way. Just as emails can be sent from Gmail to Hotmail, with Lightning Addresses, you can transfer funds between platforms like ZBD and Alby, for instance.</p>



<h2 class="wp-block-heading" id="conclusion"><strong>Conclusion</strong></h2>



<p class="wp-block-paragraph">As explored in this article, Bitcoin continues to evolve, enhancing the user experience with regular updates and the introduction of various applications designed to improve usability.</p>



<p class="wp-block-paragraph">The Lightning Address is a prime example of such innovations, offering a significant simplification for both newcomers to Bitcoin and seasoned users of the Lightning Network.</p>



<p class="wp-block-paragraph">Previously, with QR Codes, it was necessary to repeatedly create new addresses for payments, creating friction and difficulties in transactions. LN Address, in turn, reduces this hurdle by providing a more efficient and hassle-free way to engage financially with Bitcoin.</p>



<p class="wp-block-paragraph">Now, traders, beginners, and advanced users have a new way of interacting financially with Bitcoin, easily and quickly. This is fully aligned with the Lightning Network proposal, which aims to offer a simple and agile network for micropayments.</p>



<p class="wp-block-paragraph">These advancements underscore the ongoing efforts to make Bitcoin more accessible and user-friendly for a broader audience.</p>



<p class="wp-block-paragraph">I hope you enjoyed this article, be sure to share it with friends and family and see you next time!</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lightning-address/">What is Lightning Address?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>5 biggest lies about the Lightning Network</title>
		<link>https://blog.areabitcoin.co/lies-about-lightning-network/</link>
					<comments>https://blog.areabitcoin.co/lies-about-lightning-network/#respond</comments>
		
		<dc:creator><![CDATA[Carol Souza]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 16:48:53 +0000</pubDate>
				<category><![CDATA[Lightning Network]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/lies-about-lightning-network/</guid>

					<description><![CDATA[<p>Just like with any emerging technology, there are those who throw stones and invent lies out of self-interest. The Lightning Network is no exception.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lies-about-lightning-network/">5 biggest lies about the Lightning Network</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Lightning Network represents more than just the future of Bitcoin; it embodies the future of the internet and revolutionizes how we exchange information and value in the digital realm.</p>
<p>However, amidst its immense potential, there are individuals who engage in nitpicking and spreading baseless criticisms.</p>
<p>At <a href="https://www.areabitcoin.education/" target="_blank" rel="noopener">Area Bitcoin</a>, our mission is to dispel fear, uncertainty, and doubt (FUD) while providing clarity. Therefore, we have undertaken the task of addressing the five most prevalent falsehoods surrounding the Lightning Network, debunking each one of them in this article.</p>
<h2 id="1-is-the-lightning-network-centralized">1. Is the Lightning Network centralized?</h2>
<p>What is the <a href="https://blog.areabitcoin.co/lightning-network/">Lightning Network</a>? The Lightning Network is more than just a second layer of programming codes that connects to the blockchain; it brings speed and lower costs to operations on the Bitcoin network.</p>
<p>In fact, the Lightning Network relies precisely on the rules, security, and decentralization of the main layer. Each of the 45,000 nodes on the Bitcoin network, distributed around the world, can also run a Lightning node. Therefore, if the Bitcoin network is decentralized, relying on it with a peer-to-peer (P2P) structure is the most obvious way to maintain decentralization. This is precisely what the Lightning Network accomplishes through its network of over <strong>76,000 active channels</strong> and over <strong>5,000 Bitcoins providing liquidity</strong> for these channels.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-16.png" alt="Lightning Network (Public)" width="339" height="179" title="5 biggest lies about the Lightning Network 36"></figure>
<p>Currently, there are over <strong>14,000 Lightning nodes</strong> in operation. However, it is important to note that this number is an estimate as it only considers public channels. Numerous nodes utilize anonymous networks, making them undetectable and thus not accounted for in this estimation.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-17.png" sizes="(min-width: 720px) 720px" srcset="https://blog.areabitcoin.co/wp-content/uploads/2023/08/1_image-17.png 600w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-17.png 1000w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-17.png 1158w" alt="Lightning Nodes" width="1158" height="548" title="5 biggest lies about the Lightning Network 37"></figure>
<p>Hence, it is highly likely that the actual number of Lightning nodes surpasses the reported count of 14,000, similar to how the number of <a href="https://blog.areabitcoin.co/what-are-bitcoin-nodes/">Bitcoin nodes</a> exceeds the 16,000 nodes listed on search platforms such as <a href="https://bitnodes.io/" target="_blank" rel="noopener">Bitnodes</a>.</p>
<p>It is estimated that there are now over <strong>45,000 Bitcoin nodes</strong> actively decentralizing the network, encompassing both detectable and undetectable nodes.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-18.png" sizes="(min-width: 720px) 720px" srcset="https://blog.areabitcoin.co/wp-content/uploads/2023/08/1_image-18.png 600w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/2_image-18.png 1000w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-18.png 1205w" alt="Reachable Bitcoin Nodes" width="1205" height="658" title="5 biggest lies about the Lightning Network 38"></figure>
<h3 id="p2p-networks">P2P Networks</h3>
<p>P2P networks like Bitcoin and Lightning rely on the fact that anyone can have a node, verify the blockchain themselves, and check if the network consensus is being followed. The <a href="https://blog.areabitcoin.co/blockchain/">Bitcoin blockchain</a> is lightweight; any simple computer can run it. This is significantly different from other protocols where downloading the entire blockchain is extremely resource-intensive, resulting in a reliance on centralized servers and data centers, such as <a href="https://amazon.com" target="_blank" rel="noopener">Amazon</a>, <a href="https://microsoft.com" target="_blank" rel="noopener">Microsoft</a>, or <a href="https://google.com" target="_blank" rel="noopener">Google</a>.</p>
<p>Then, someone might argue that the majority of Lightning nodes and channels are located in data centers, suggesting that the Lightning Network is centralized. They may also claim that Lightning hubs, which possess more capital, are centralizing the system.</p>
<p><!--kg-card-begin: html--></p>
<h4>That&#8217;s also not true!</h4>
<p><!--kg-card-end: html--></p>
<p>If a significant portion of nodes utilize Tor, it raises the question of how we can accurately determine the prevalence of Lightning nodes in data centers.</p>
<p>The statistics we commonly refer to only account for detectable nodes, excluding those operating through TOR. Given that it is likely that a majority of personal nodes employ Tor for enhanced privacy and security, these statistics do not provide a comprehensive representation of the network.</p>
<p>Those who claim that the more liquid channel hubs centralize the network usually draw this mistaken conclusion from images like this:</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-19.png" sizes="(min-width: 720px) 720px" srcset="https://blog.areabitcoin.co/wp-content/uploads/2023/08/1_image-19.png 600w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/2_image-19.png 1000w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-19.png 1600w" alt="Nodes Capacity" width="1600" height="739" title="5 biggest lies about the Lightning Network 39"></figure>
<p>The image illustrates that 33% of nodes, represented by the gray portion, are not located in data centers. These nodes belong to ordinary individuals.</p>
<p>However, it is important to note that when considering the entire proportion of nodes in data centers (the colored portion), it surpasses the number of personal nodes. These data center nodes tend to possess a larger volume of liquidity, making them the wealthier nodes with more Bitcoin allocated in their channels.</p>
<p>This observation highlights that certain channel hubs with substantial liquidity heavily rely on data centers.</p>
<p>It supports a common criticism directed towards the Lightning Network, suggesting that it may become centralized around a few prominent nodes, ultimately leading to the formation of monopolistic payment hubs.</p>
<p>This concern becomes particularly relevant when considering the integration of exchanges and payment companies into the Lightning Network, as they could accumulate significant liquidity and consolidate payment routes around their services.</p>
<h3 id="delving-deeper-reflecting-on-the-implications">Delving Deeper: Reflecting on the Implications</h3>
<p>Yes, this possibility exists, but it would not lead to the centralization of the network.</p>
<p>The <a href="https://blog.areabitcoin.co/lightning-network/">Lightning Network</a> is intrinsically tied to Bitcoin, and no matter how much capital-rich entities participate, they cannot centralize the decision-making power. The entrance of exchanges and centralizing forces has always been expected. What truly matters is the network&#8217;s ability to resist total centralization.</p>
<p>To comprehend this, it is crucial to recall the concept of <strong>decentralization</strong> and the risks associated with centralization. The primary concern with centralization is the monopolization of decision-making power. When this occurs, changes in rules disproportionately favor those who control the infrastructure, potentially leading to censorship, the creation of barriers to entry, and restrictions on protocol usage. Fortunately, neither Bitcoin nor the Lightning Network allow for such outcomes.</p>
<p>Even if entities start censoring transactions, smaller nodes will still continue routing transactions normally. They won&#8217;t be affected because they are independent because the fundamental rules of Bitcoin don&#8217;t change.</p>
<p>If centralized entities start infiltrating the network and censoring transactions, there will always be ordinary people running nodes with VPN and TOR who won&#8217;t censor. This is a result of the ease of running a full node.</p>
<p>So there is no single point of failure. It&#8217;s pure <a href="https://blog.areabitcoin.co/game-theory-in-bitcoin/">game theory</a>.</p>
<p>Independent nodes will receive satoshis for routing these operations, and financial incentives will keep the network running normally. This means that even if participants try to monopolize the network, they can&#8217;t prevent people from choosing to follow other payment routes.</p>
<p>It is difficult for me to ascertain the motivations behind those who claim that the Lightning Network is centralized.</p>
<p>It seems likely that either they have not thoroughly studied the dynamic incentives of Bitcoin and Lightning, or they are attempting to promote an alternative protocol as superior to Bitcoin for payment purposes.</p>
<p>It is worth noting that those who propagate these assertions often tend to be proponents of fiat currency and centralization or enthusiastic supporters of &#8220;shitcoins.&#8221;</p>
<h2 id="2-are-non-custodial-lightning-network-wallets-not-good">2. Are non-custodial Lightning Network wallets not good?</h2>
<p>Bitcoin and Lightning still have plenty of room for improvement in terms of user experience and interface, but this is entirely normal.</p>
<p>Even the Internet was challenging to navigate in its early days.</p>
<p>Can you recall those dial-up connections and the exorbitant costs incurred on your landline phone bill for browsing? It was an expensive affair.</p>
<p>New technologies typically entail a learning curve that cannot be overcome overnight. However, they gradually evolve and improve over time.</p>
<blockquote><p>Check out <a href="https://blog.areabitcoin.co/best-bitcoin-hot-wallets/">the Best Bitcoin Hot Wallets</a></p></blockquote>
<p>That being said, if you are seeking a non-custodial Lightning wallet, you can already utilize options like <a href="https://blixtwallet.github.io/" target="_blank" rel="noopener">Blixt</a> or <a href="https://bitkit.to/" target="_blank" rel="noopener">Bitkit</a> or connect <a href="https://blog.areabitcoin.co/blue-wallet/">Blue Wallet</a> to your own node and channels.</p>
<p>Numerous other emerging choices are available. Hence, stating that &#8220;there are no good non-custodial wallets&#8221; goes beyond spreading fear, uncertainty, and doubt (FUD). It reflects a lack of willingness to conduct research and test the existing solutions that are already in place.</p>
<blockquote><p>Learn more about <a href="https://blog.areabitcoin.co/bitcoin-wallets/">Bitcoin Wallets</a>!</p></blockquote>
<h2 id="3-do-i-need-to-open-a-channel-with-everyone-im-going-to-trade-with">3. Do I need to open a channel with everyone I&#8217;m going to trade with?</h2>
<p>Channels are an essential component of the Lightning network&#8217;s operation, but it would be entirely impractical if we had to open a channel with every individual we wished to send Bitcoin to.</p>
<p>Fortunately, that is not how the system functions.</p>
<p>Let&#8217;s consider a scenario where I need to pay Pedro 100 satoshis, but I do not have a direct channel with him. However, I do have an open channel with Carol, and Carol, in turn, has an open channel with Pedro.</p>
<p>In this case, I can request Carol to act as a bridge and facilitate the payment to Pedro on my behalf. As compensation for providing this service, I offer Carol a few satoshis.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/lightning-payment.png" sizes="(min-width: 720px) 720px" srcset="https://blog.areabitcoin.co/wp-content/uploads/2023/08/1_lightning-payment.png 600w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/2_lightning-payment.png 1000w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/3_lightning-payment.png 1600w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/lightning-payment.png 1920w" alt="Demonstration of satoshis exchanges" width="1920" height="500" title="5 biggest lies about the Lightning Network 40"></figure>
<p>This is how transaction routing functions in Lightning. It is not imperative for me to have a direct channel open with the ultimate recipient; rather, I need to establish connections with other channels that possess those connections.</p>
<p>Now, if we substitute Carol, Kaká, and Pedro with all the individuals and businesses interested in utilizing Lightning, we can envision a network map resembling the one depicted here.</p>
<p>Numerous channels become accessible, enabling us to send Bitcoin to anyone globally without the necessity of opening a dedicated channel with each individual recipient.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-21.png" sizes="(min-width: 720px) 720px" srcset="https://blog.areabitcoin.co/wp-content/uploads/2023/08/1_image-21.png 600w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/2_image-21.png 1000w, https://blog.areabitcoin.co/wp-content/uploads/2023/08/image-21.png 1600w" alt="Lightning Network Usage Around the World" width="1600" height="785" title="5 biggest lies about the Lightning Network 41"></figure>
<h2 id="4-does-lightning-undermine-bitcoins-security-with-fee-reduction">4. Does Lightning Undermine Bitcoin&#8217;s Security with Fee Reduction?</h2>
<p>This myth is rooted in a factual observation: as the number of Lightning transactions increases, on-chain transactions are likely to become cheaper due to reduced network congestion.</p>
<p>However, it is important to note that lower fees could potentially diminish incentives for miners, resulting in reduced Bitcoin rewards.</p>
<p>Nevertheless, the situation is not as straightforward as it may seem.</p>
<p>If the usage of the Lightning network expands, it implies that more Lightning channels will be opened, which in turn necessitates processing on the blockchain layer to establish these channels.</p>
<p>The growth of Lightning does not diminish the demand for Bitcoin; rather, it intelligently accommodates and utilizes the existing computational power of the network to facilitate transactions more efficiently.</p>
<p>Learn here: <a href="https://blog.areabitcoin.co/what-is-taproot/">What is Taproot?</a></p>
<h3 id="blockchain-trilemma">Blockchain Trilemma</h3>
<p>Lightning resolves the <strong>blockchain trilemma</strong>, a situation where achieving security, scalability, and decentralization simultaneously was not feasible within a single protocol. It accomplishes this by shifting scalability to layer 2 and reducing the number of less significant transactions at layer one.</p>
<p>Consequently, the blockchain layer becomes dedicated to the ultimate settlement of operations, enabling it to encompass an entire economic system.</p>
<p>In layer 2, a channel can facilitate millions of transactions, while in layer 1, only the opening and closing of the channel are recorded. As a result, despite exerting the same computational effort to include transactions in a block, the network can achieve significantly more throughput and efficiency.</p>
<p>With the creation of additional applications in Lightning and other layers, the demand for these lightweight solutions grows.</p>
<p>These solutions offer the advantage of bypassing the blockchain layer while retaining its underlying guarantees of security and decentralization. As a result, miners can operate more efficiently and earn higher fees, all while expending the same amount of energy to mine a block.</p>
<p>This dispels the myth that miners will abandon the network once the last Satoshi is mined.</p>
<p>The reduction of Bitcoin network fees does not present a problem nor pose any security risks. As the network expands and more channels are opened, miners will continue to receive increased fees.</p>
<p>Therefore, the growth of the network ensures a sustainable incentive structure for miners, debunking concerns regarding their long-term participation.</p>
<h2 id="5-do-you-need-to-be-always-online-to-use-the-lightning-network">5. Do you need to be always online to use the Lightning network?</h2>
<p>This is no longer true, thanks to the introduction of a new implementation of Lightning called <a href="https://blog.areabitcoin.co/lnurl-protocol/"><strong>LNURL</strong></a>, which is already in operation.</p>
<p>Prior to this protocol, having a static QR Code for Lightning payments was not feasible. Each time a QR Code or address was used, it became unusable, necessitating the recipient to be consistently online to generate new QR Codes.</p>
<p>This practice is impractical for merchants since having to generate a new QR Code for each payment received can be detrimental to their business.</p>
<p>However, LNURL has revolutionized the usability of the Lightning network by enabling the use of a single QR Code that remains valid indefinitely, even when offline.</p>
<p>The architecture of the Bitcoin network is inherently decentralized, and the Lightning network serves as an additional layer within this global, digital, and distributed web that encompasses Bitcoin. While there is ample room for improvement and further development, this presents an exciting opportunity for early adopters—the ones who seize the advantage of being at the forefront of this technology.</p>
<p>That&#8217;s why it&#8217;s important to start today!</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lies-about-lightning-network/">5 biggest lies about the Lightning Network</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.areabitcoin.co/lies-about-lightning-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Lightning Network?</title>
		<link>https://blog.areabitcoin.co/lightning-network/</link>
					<comments>https://blog.areabitcoin.co/lightning-network/#respond</comments>
		
		<dc:creator><![CDATA[Area Bitcoin]]></dc:creator>
		<pubDate>Mon, 29 May 2023 20:54:53 +0000</pubDate>
				<category><![CDATA[Lightning Network]]></category>
		<guid isPermaLink="false">https://blog.areabitcoin.co/lightning-network/</guid>

					<description><![CDATA[<p>The Lightning Network is a layer 2 protocol for Bitcoin that operates through nodes and payment channels that connect around the world.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lightning-network/">What is Lightning Network?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When Bitcoin was created, one of the biggest issues was its scalability.</p>
<p>The question was how people could transact quickly and cheaply in the future, given that block mining occurs every 10 minutes and supports a maximum byte size.</p>
<p>Thus, the solution was to create a second-layer network, preserving the Bitcoin blockchain&#8217;s fundamental security and decentralization features while addressing the issues of agility and transaction fee value.</p>
<p>Here&#8217;s what Lightning Network is all about!</p>
<h2 id="understanding-the-scalability-problem">Understanding the Scalability Problem</h2>
<p><a href="https://blog.areabitcoin.co/what-is-bitcoin/">Bitcoin</a> has grown in popularity in recent years but still faces some challenges concerning its wide-scale adoption.</p>
<p>One of these challenges is Bitcoin&#8217;s scalability problem, which refers to its ability to process a large number of transactions quickly and efficiently.</p>
<p>As more people start using Bitcoin, the network can become congested, and transactions may take longer to confirm.</p>
<h2 id="blockchain-trilemma">Blockchain Trilemma</h2>
<p>The triangle below represents the famous blockchain trilemma (scalability, decentralization, and security), where you can only choose two features, that is, two sides of this triangle.</p>
<p>This happens because the computer codes of blockchains cannot have these three characteristics simultaneously.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/kpiNBZJoK3usOXNDppvxLVcHAbqYdXA8LNuamPFYC4HWFIWB0YJpjeXLCE0w0EkzvOp7Nl-joxvC0vGGjGaWL4lQDrpzSr6fUeoXD8SnSuY1aMFkoPPJsQTug-a7rnVz6_aXjizpcCFHqeirMdFBLg.png" alt="The Scalability Trilemma" title="What is Lightning Network? 42"></figure>
<p>So, if the blockchain is secure and decentralized, it ends up being slow and has difficulty scaling as adoption increases.</p>
<p>If it is decentralized and scalable, it will compromise data security properties. And if it is scalable and secure, it ceases to be decentralized, that is, you are back to depending on an intermediary, no different from a Visa or <a href="https://www.paypal.com/us/home" target="_blank" rel="noopener">PayPal</a>.</p>
<h2 id="bitcoin-network">Bitcoin Network</h2>
<p>Bitcoin is the most secure and decentralized cryptocurrency, and these characteristics eliminate the need for the centralization of private banks and central banks.</p>
<p>However, as more people started adopting Bitcoin, the network&#8217;s processing became slower.</p>
<p>For instance, the Bitcoin network processes an average of 7 transactions per second, which is meager compared to Visa, which processes an average of 4,000 transactions per second.</p>
<p>The Bitcoin network constantly verifies information blocks on its blockchain to ensure data security. This obsession with security and constant verification, however, makes the <a href="https://blog.areabitcoin.co/blockchain/">Bitcoin blockchain&#8217;s</a> layer 1 slower compared to centralized solutions and other cryptos.</p>
<h3 id="alright-but-isnt-this-a-bad-thing">Alright, but isn&#8217;t this a bad thing?</h3>
<p><strong>No! This is not bad, in fact, it&#8217;s quite good!</strong></p>
<p>If Bitcoin wants to be a new global financial network and a store of value, it first needs to be extremely secure and independent of any government, and Bitcoin already is.</p>
<p>Each transaction in layer 1, on the Bitcoin blockchain, needs to be recorded in a block, which takes about 10 minutes to happen. Besides, the blocks have a limited amount of information to 1 MB, which means not all transactions in the queue make it into the next block.</p>
<p>Transactions that pay more to the miners have priority in the processing queue and are recorded first in the blocks. This creates a bottleneck, which can get quite congested at times when many people decide to transact Bitcoin.</p>
<p>Thus, once a transaction is recorded in the blockchain, it is transmitted to all computers processing the network, which is why the network is slow. Each transaction takes an average of 10 minutes to be inserted into a block and then propagated.</p>
<p>Now you understand why the Bitcoin blockchain is not the most agile for processing layer 1 payments and, thinking about a world where everyone uses Bitcoin, this layer 1 would not be able to handle the growing transaction demand.</p>
<p>From there, bitcoin&#8217;s layer 2 emerges.</p>
<h2 id="so-what-is-the-lightning-network">So what is the Lightning Network?</h2>
<p>The Lightning Network is a payment layer built on top of the Bitcoin network, which allows for instant and low-cost transactions between two parties without those transactions being recorded on the Bitcoin blockchain.</p>
<p>Instead, transactions are conducted off the blockchain, in payment channels opened between users, which are then recorded on the blockchain only when the channel is closed.</p>
<p>The Lightning Network has the potential to make Bitcoin transactions faster, cheaper, and more scalable, as well as enabling micropayments and instant payments anywhere in the world.</p>
<h2 id="why-was-the-lightning-network-created">Why was the Lightning Network created?</h2>
<p>This is why there are various layer 2 protocols trying to solve Bitcoin&#8217;s network scalability while maintaining its security and decentralization characteristics.</p>
<h3 id="its-kind-of-like-a-second-floor-to-the-protocol">It&#8217;s kind of like a second floor to the protocol:</h3>
<p>Layer one is the foundation, the structure, and everything that keeps the network up, and layer two and beyond are all the other functionalities that are wanted to be implemented on the network.</p>
<p>Therefore, it&#8217;s important to have a solid foundation and Bitcoin already has that.</p>
<p>So, it was with this goal in mind that they created the Lightning Network. The aim is to perform thousands of transactions instantaneously, for less than 1 cent, in a decentralized and global manner.</p>
<h2 id="how-does-the-lightning-network-work">How does the lightning network work?</h2>
<p>The Lightning Network is an off-chain payment protocol, meaning it operates in parallel to the Bitcoin blockchain and works through nodes and payment channels that connect around the world.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/J5ibpjZBPYEUVngUrHbpccZnUTW6fuHdB_sZs8qMKEgez8YVn4VyJ87e5oa_QiHxPoE3iBTq4EU3hE7buFQqKhjtNKPn-MVNQyzcvs_69hG9Ft3azn5AxE7gXze7N8m66oyQhrhVEkcbUBnvPNd4CQ.png" alt="Payment channels that connect around the world" title="What is Lightning Network? 43"></figure>
<p>This means that it is a network that connects to the blockchain, but not all transactions are recorded on the blockchain.</p>
<p>Think of it like a building where all floors necessarily connect to the 1st floor and the base structure, everyone who enters or leaves the building must go through the lobby, take an elevator and go to the desired floor, Bitcoin is the same.</p>
<p>The layers above necessarily have to go through the base layer to enter or exit the protocol.</p>
<p>Also read: <a href="https://blog.areabitcoin.co/what-is-taproot/">what is Taproot</a></p>
<h2 id="how-does-opening-a-channel-on-the-lightning-network-work">How does opening a channel on the lightning network work?</h2>
<p>To open a lightning channel, two people need to lock funds, bitcoin, in a multisig address, which is a type of address where two or more people can sign the transactions on the blockchain.</p>
<p>It&#8217;s like a joint Bitcoin account that avoids a single point of failure. This transaction is done on layer 1 and is like entering the building&#8217;s lobby.</p>
<p>These bitcoins locked in the blockchain represent the maximum capacity of the channel. For example, if you and I want to open a payment channel on the lightning network, we will need to deposit funds into a multisig address and we will be able to exchange values within that channel, as long as we don&#8217;t exceed the total value we locked.</p>
<p>Therefore, it&#8217;s as if the floors above the building were a bar and you have a prepaid tab. You can order what you want, as long as it&#8217;s within the maximum amount you paid.</p>
<p>So, when you want to settle the bill and close the tab, you just need to go to the cashier, close the tab and go home. In other words, close the lightning channel and close the transaction on the blockchain, so that this transaction can be mined and the final balance settled.</p>
<p>In summary, <strong>the two only transactions that are recorded on the blockchain are</strong>:</p>
<ul>
<li>the opening transaction;</li>
<li>and the closing transaction of the channel.</li>
</ul>
<p>So, I could open a lightning channel with you where I would put 2 bitcoins and you would also put 2 bitcoins. This way, we could send satoshis instantaneously, almost cost-free and at any time, as long as we don&#8217;t exceed the total value of 4 bitcoin.</p>
<h2 id="who-can-open-a-channel-on-the-bitcoin-lightning-network">Who can open a channel on the Bitcoin lightning network?</h2>
<p><strong>Anyone can open a lightning channel</strong>, as long as they have enough technical knowledge to set up and run a Lightning node on their machine and allocate their bitcoin in this channel.</p>
<p>This solution enables the execution of thousands of instantaneous transactions, without needing to wait the 10 minutes of block processing, making the Bitcoin network more scalable.</p>
<h2 id="and-what-about-the-privacy-of-the-lightning-network-ln">And what about the privacy of the Lightning Network (LN)?</h2>
<p>You may be wondering about privacy in transactions on the Lightning Network. In short, the network uses cryptography and a protocol similar to TOR, called onion routing, to ensure transaction privacy. This protocol allows intermediary nodes to verify and decrypt only their part of the route, without having access to other payment information.</p>
<h3 id="lightning-network-wallets">Lightning Network wallets</h3>
<p>There are several wallets that support the Lightning Network, like <a href="https://blog.areabitcoin.co/blue-wallet/">Blue Wallet</a> and <a href="https://www.walletofsatoshi.com/" target="_blank" rel="noopener">Wallet of Satoshi</a>. Even so, to maintain your long-term hodl, it&#8217;s ideal to keep your bitcoins in your wallet via layer 1, via blockchain, as it is the most secure layer.</p>
<h3 id="network-growth">Network growth</h3>
<p>Despite not seeing many people using lightning here in Brazil, the network is growing fast. Today there are about 19,700 nodes, 42,000 channels and more than a million bitcoins locked in lightning channels.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/t3lb7AqZPz-tnEtb6BKzeb4if5nOcMkr8136YXj30w4svj1DLt8J0nZtP-aZpY1-I1zB6w7N0cXf8NnJppH8eNL9v7-YKa6H-xabEdXAs5h0wfYhqR2IQNrw4J3YO1iqbqGmXfhQiMxQCXpAkqXyw.png" alt="Real-Time Lightning Network Statistics" title="What is Lightning Network? 44"></figure>
<p>Furthermore, as Bitcoin grows in adoption, the Lightning Network also follows this global growth.</p>
<p>More and more countries are using this payment network.</p>
<p>The growth of the Lightning Network can be observed by the increase in bitcoins locked in the network since 2017. The more bitcoins are allocated in the network, the greater its capacity and financial volume.</p>
<figure class="kg-card kg-image-card"><img decoding="async" class="kg-image" src="https://blog.areabitcoin.co/wp-content/uploads/2023/08/EW-BBJhme2wiSYzj3mtXjJj7DeQaIJUdJ4ENnsuGsAtg6_kLUK1jfRloqGG9Dx0R5t5APTRQRjbt8VARreAIRQpt54AfoLHTipGzGlmnWXdOXJGeujTJE-qfFnkepZBVWbctStKFI4_mMQP4yyRTSQ.png" alt="Total Bitcoins in Lightning Network Payment Channels" title="What is Lightning Network? 45"></figure>
<h3 id="network-usability">Network usability</h3>
<p>In terms of this network&#8217;s usability, a brilliant function that can be adopted is that the Lightning Network allows for the evolution of on-demand consumption.</p>
<p><em>Have you ever paid a subscription fee even without using the service?</em></p>
<p>Well, with the Lightning Network, on-demand business models can be created, where you only pay for the minutes or seconds you consume.</p>
<p>Amazing, right?! This could be used in music apps, movie apps, or any online content.</p>
<p>And I&#8217;ll go further, can you imagine receiving your salary for every hour or minute worked? This is where time and money come together allowing for micropayments and new formats to receive your pay for work.</p>
<p>We hope that in the future people can transact more and more quickly, globally, at a low cost, but most importantly, using Bitcoin, the most solid money that exists.</p>
<p>The post <a rel="nofollow" href="https://blog.areabitcoin.co/lightning-network/">What is Lightning Network?</a> appeared first on <a rel="nofollow" href="https://blog.areabitcoin.co">Area Bitcoin</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.areabitcoin.co/lightning-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
