Skip to content

We're upgrading our operations to serve you better. Orders ship as usual from Laval, QC. Questions? Contact us

Bitcoin accepted at checkout  |  Ships from Laval, QC, Canada  |  Expert support since 2016

The Lightning Network in 2026: Bitcoin’s Payment Layer for Miners and Maximalists
Bitcoin Culture

The Lightning Network in 2026: Bitcoin’s Payment Layer for Miners and Maximalists

· D-Central Technologies · 17 min read

The Lightning Network is not a speculative experiment. It is Bitcoin’s native payment layer — a battle-tested, production-grade protocol that turns the most secure monetary network on Earth into the fastest one. If Bitcoin’s base layer is the vault, Lightning is the cash register. And in 2026, it is open for business at a scale the original 2015 whitepaper authors could barely have imagined.

For Bitcoin miners, Lightning is not just a curiosity. It is the endgame of what you are mining for: a permissionless monetary network where anyone can send and receive value instantly, anywhere, for fractions of a cent. Every block you help secure, every hash you contribute — it all feeds into this. Every hash counts, and every sat spent over Lightning proves it.

At D-Central Technologies, we accept Lightning payments for our entire product catalog — from Bitaxe solo miners to replacement hashboards. We encourage every miner in our community to set up a Lightning wallet and experience the protocol firsthand. This article is a comprehensive guide to the Lightning Network as it stands in 2026: how it works, why it matters, who is building it, and what it means for home miners and Bitcoin maximalists.

The Origins: From Whitepaper to Working Protocol

The Lightning Network was first proposed in a 2015 whitepaper by Joseph Poon and Thaddeus Dryja, titled “The Bitcoin Lightning Network: Scalable Off-Chain Instant Payments.” The paper laid out a system of bidirectional payment channels that could process transactions off-chain while inheriting the full security guarantees of the Bitcoin base layer.

The idea did not emerge in a vacuum. By 2015, Bitcoin’s block size debate was raging. Transaction fees were climbing during peak demand, and confirmation times were unpredictable. SegWit (Segregated Witness), activated in August 2017, was the critical prerequisite — it fixed transaction malleability and made payment channels reliable. Without SegWit, Lightning could not have worked safely.

The First Implementations (2018-2019)

Three independent teams built the first Lightning implementations simultaneously:

  • LND (Lightning Network Daemon) by Lightning Labs — Written in Go, it became the most widely deployed implementation, powering the majority of routing nodes.
  • Core Lightning (CLN) by Blockstream (formerly c-lightning) — Written in C, focused on modularity and plugin extensibility, favored by advanced operators.
  • Eclair by ACINQ — Written in Scala, designed for mobile-first experiences, and the engine behind the Phoenix wallet.

The mainnet launches in early 2018 were raw. Node operators were technical pioneers, channel management was manual, and the “reckless” label was a badge of honor. The network grew from a few hundred nodes to thousands within the first year.

How the Lightning Network Works

Payment Channels: The Foundation

At its core, Lightning operates on bidirectional payment channels. Two parties lock Bitcoin into a 2-of-2 multisignature address on the base layer (an on-chain funding transaction). Once the channel is open, they can exchange an unlimited number of off-chain transactions by passing signed commitment transactions back and forth. Only two on-chain transactions are ever needed: one to open the channel and one to close it.

Each commitment transaction reflects the current balance distribution. If Alice opens a 1,000,000 sat channel with Bob, the initial state gives Alice all 1,000,000 sats. After Alice pays Bob 200,000 sats, the new commitment gives Alice 800,000 and Bob 200,000. These updates happen instantly — no mining confirmation required.

HTLCs: Routing Payments Across the Network

The real power of Lightning is that you do not need a direct channel with everyone you want to pay. Hashed Time-Locked Contracts (HTLCs) enable multi-hop routing. If Alice wants to pay Carol but only has a channel with Bob, and Bob has a channel with Carol, the payment can be routed through Bob — trustlessly.

HTLCs use cryptographic hash locks and time locks to ensure atomicity: either the entire payment succeeds across all hops, or none of it does. Bob cannot steal the payment in transit because he cannot claim funds without the preimage that only Carol can reveal. And if Bob goes offline, the time lock ensures Alice gets her sats back.

Onion Routing and Privacy

Lightning uses Sphinx-based onion routing, inspired by Tor. Each node in a payment route only knows the previous hop and the next hop — never the full path. The sender wraps the routing information in layers of encryption, and each hop peels one layer. This means routing nodes cannot determine the origin or destination of a payment, providing strong privacy properties that are superior to on-chain Bitcoin transactions.

Channel Closure: Cooperative and Forced

When parties are done transacting, they cooperatively close the channel by broadcasting a closing transaction that distributes funds according to the final balance. If one party disappears or acts maliciously (broadcasting an old state), the other party can publish a penalty transaction and claim the entire channel balance. Watchtower services monitor the blockchain 24/7 to protect users from these scenarios even when they are offline.

The 2026 Lightning Landscape: Network Statistics and Scale

The Lightning Network in 2026 bears little resemblance to the fragile experimental mesh of 2018. The network has matured into robust financial infrastructure.

Network Capacity and Growth

As of early 2026, the public Lightning Network carries approximately 5,000+ BTC in public channel capacity across roughly 15,000+ active nodes and 50,000+ channels. But these numbers only tell part of the story — unannounced (private) channels are estimated to carry significant additional capacity, and many large Lightning Service Providers (LSPs) operate substantial private routing infrastructure.

The growth trajectory has been consistent: from a few hundred BTC in 2019 to multi-thousand BTC capacity today, with the bulk of growth accelerating after the 2021 El Salvador adoption and subsequent institutional interest.

Major Protocol Developments

The protocol itself has undergone significant evolution:

  • Taproot and MuSig2 Integration — Bitcoin’s Taproot upgrade (activated November 2021) unlocked Schnorr signatures for Lightning. Channel funding transactions can now look indistinguishable from regular single-sig transactions on-chain, improving privacy. MuSig2 enables more efficient cooperative closes.
  • Bolt12 Offers — A major protocol upgrade replacing the one-time-use BOLT11 invoices. Bolt12 offers are reusable, support recurring payments, and include built-in payer/payee privacy via onion messages. Think of them as Lightning-native payment addresses you can publish permanently.
  • LNURL Protocol Suite — A set of HTTP-based protocols (LNURL-pay, LNURL-withdraw, LNURL-auth) that dramatically simplified the user experience. Lightning Addresses ([email protected] format) are built on LNURL-pay and made sending sats as intuitive as sending email.
  • Channel Splicing — Perhaps the most impactful UX improvement. Splicing allows users to add or remove funds from a channel without closing it. This eliminates the painful cycle of closing and reopening channels just to adjust capacity, and it enables wallets to present a unified on-chain/Lightning balance to users.
  • Dual-Funded Channels — Both parties can contribute funds when opening a channel, eliminating the one-sided funding limitation that created liquidity bottlenecks in the early network.
  • Trampoline Routing — Allows lightweight mobile nodes to delegate pathfinding to more capable routing nodes, reducing the computational burden on mobile devices without sacrificing privacy.

Lightning Implementations in 2026

The four major implementations continue to evolve, each serving different segments of the ecosystem:

LND (Lightning Labs)

LND remains the most deployed implementation, powering the majority of routing nodes and major services. Lightning Labs has also built Taproot Assets (formerly Taro), a protocol for issuing and transferring assets on Lightning — though for Bitcoin maximalists, the core BTC routing capability is what matters. LND’s robust API and extensive documentation make it the default choice for businesses integrating Lightning.

Core Lightning (Blockstream)

CLN’s plugin architecture has made it the Swiss Army knife of Lightning implementations. Operators can extend functionality through plugins written in any language. CLN also pioneered Bolt12 offer support and has been at the forefront of Greenlight, Blockstream’s cloud-hosted Lightning node service that gives users sovereign key control while outsourcing node management.

Eclair (ACINQ)

Eclair powers the Phoenix wallet, which is arguably the best mobile Lightning experience available. ACINQ’s focus on channel splicing and automated liquidity management means Phoenix users never need to think about channels — they just send and receive sats. Eclair has been the proving ground for splicing technology.

LDK (Lightning Dev Kit)

LDK, maintained by Spiral (formerly Square Crypto), is not a standalone node but a modular library that lets any application embed Lightning functionality. It is the enabling technology behind custom Lightning integrations across the ecosystem. LDK gives developers the building blocks without forcing them into a specific node architecture.

Lightning Wallets: The User Experience Revolution

The single biggest change since 2019 has been the wallet experience. Early Lightning required running a full node, manually opening channels, and managing liquidity. In 2026, the best wallets abstract all of this away.

Top Lightning Wallets

  • Phoenix (ACINQ) — Non-custodial, automatic channel management via splicing, Bolt12 support, runs a real Lightning node on your phone. The gold standard for sovereignty-preserving UX. Users hold their own keys and manage their own channels — they just never have to think about it.
  • Zeus — Connects to your own LND, CLN, or Eclair node. For users who run their own infrastructure, Zeus is the mobile remote control. Also supports an embedded LND node for those who want sovereign Lightning without a separate server.
  • Breez — SDK-based approach, non-custodial, built on Greenlight. Focuses on point-of-sale and merchant solutions alongside consumer wallet functionality.
  • Wallet of Satoshi — Custodial but extremely simple. Good for onboarding newcomers, but sovereignty-conscious Bitcoiners should graduate to self-custodial options.
  • Alby — Browser extension and hub for Lightning on the web. Powers Nostr zaps, content monetization, and web-native Lightning payments.

Lightning Service Providers (LSPs)

LSPs are the unsung heroes of the modern Lightning UX. They provide inbound liquidity on demand, open channels to new users automatically, and handle routing complexity behind the scenes. Major LSPs include ACINQ (for Phoenix), Breez, Olympus (Lightning Labs), and various independent operators. LSPs are what make “just download a wallet and receive sats” possible — they solve the inbound liquidity bootstrapping problem that plagued early Lightning.

Lightning for Bitcoin Miners: Why This Matters to You

If you are running a Bitaxe, a pool-mined ASIC, or a full Bitcoin space heater, Lightning is not an abstract concept — it is the layer that makes your mining rewards spendable in the real world.

Mining Pool Lightning Payouts

The connection between mining and Lightning became concrete when Braiins Pool (formerly Slush Pool — the world’s first mining pool, launched 2010) introduced Lightning payouts. Miners can now receive their mining rewards directly into a Lightning wallet, bypassing on-chain transaction fees entirely.

This is transformative for small-scale miners. If you are running a single ASIC at home, your daily sats may not justify the on-chain fee for each payout. With Lightning payouts, you receive rewards more frequently, with near-zero fees, directly into your Lightning wallet. The sats you mine are immediately spendable.

Other pools have followed suit or are integrating Lightning payouts, making this an increasingly standard option for miners of all sizes.

Bitaxe Solo Mining and Lightning

Solo mining with a Bitaxe is the purest expression of the cypherpunk mining ethos — your hardware, your energy, your lottery ticket for a full block reward. When a Bitaxe solo miner hits a block (and it has happened), the reward lands on-chain. But the sats you stack from pool mining between lottery attempts can flow through Lightning.

The workflow for a home miner in 2026:

  1. Run your Bitaxe or ASIC, pointed at a pool with Lightning payouts
  2. Receive payouts directly into a non-custodial Lightning wallet (Phoenix, Zeus, etc.)
  3. Spend sats instantly — buy more mining gear from D-Central’s shop via Lightning, pay for services, tip content creators on Nostr, or stack into cold storage

This is the closed loop of Bitcoin sovereignty: you mine it, you hold it, you spend it — no banks, no intermediaries, no permission needed.

Running a Lightning Node Alongside Your Miner

For home miners who already have the infrastructure (always-on hardware, stable internet, some technical skill), running a Lightning node is a natural extension. A Raspberry Pi or mini-PC running Bitcoin Core and LND or CLN can serve as your personal Lightning node. This gives you:

  • Full sovereignty over your payment channels and routing
  • Routing fee revenue — small but real income from forwarding payments
  • Privacy — no third party sees your transactions
  • Direct verification — your Bitcoin node validates everything, trust-minimized

Combined with your mining operation, you become a full-stack Bitcoin participant: securing the network via mining, extending it via Lightning routing, and using it via instant payments.

Real-World Lightning Adoption in 2026

El Salvador and Nation-State Adoption

El Salvador’s 2021 adoption of Bitcoin as legal tender, with the government-backed Chivo wallet using Lightning, was the first large-scale real-world test. Despite criticisms of the Chivo implementation, it proved that Lightning could handle national-scale payment volumes. The experience informed subsequent development — particularly around LSP infrastructure, offline payment resilience, and merchant onboarding tools.

Nostr and Social Payments

The Nostr protocol — a decentralized social networking system — has become Lightning’s killer app for social payments. Zaps (Lightning tips sent to Nostr posts and profiles) have created a native micropayment economy for content. Creators receive instant, borderless tips. No platform takes a cut. This is the micropayment use case that Lightning was built for, and Nostr made it culturally sticky among Bitcoiners.

Merchant Adoption

BTCPay Server, the open-source self-hosted payment processor, has made Lightning acceptance trivially easy for merchants. Any business can set up a BTCPay instance, connect it to their Lightning node, and accept instant Bitcoin payments with automatic settlement. Point-of-sale apps like Breez POS have further lowered the barrier for brick-and-mortar merchants.

Gaming and Streaming

Lightning microtransactions have enabled pay-per-play games, streaming sats (pay-per-minute audio/video), and real-time value exchange in digital environments. Podcasting 2.0 and Value4Value models let listeners stream sats to podcast hosts as they listen — a direct, permissionless creator economy.

Lightning vs. Other Bitcoin Layers

Lightning is not the only scaling and functionality layer built on Bitcoin. Understanding where it fits helps clarify its unique role.

Lightning vs. Liquid Network

The Liquid Network is a federated sidechain by Blockstream. It uses a different trust model — a federation of functionaries secures the peg rather than Bitcoin’s full proof-of-work security. Liquid’s strengths are in confidential transactions (hiding amounts), faster settlement (1-minute blocks), and asset issuance. Lightning’s strengths are in instant settlement, lower trust requirements, and broader adoption for payments. They are complementary: Liquid for traders and exchanges, Lightning for everyday payments.

Lightning vs. On-Chain Bitcoin

On-chain Bitcoin transactions are the bedrock — final settlement with the full weight of proof-of-work security. Lightning trades some of that settlement finality for instant speed and near-zero fees. For large-value transfers where finality matters, on-chain is preferred. For everyday spending, micropayments, and frequent transactions, Lightning is the clear choice. A mature Bitcoin user will use both layers depending on the context.

Lightning and Stratum V2

Stratum V2, the next-generation mining pool protocol, includes support for Lightning-based payouts and enables miners to construct their own block templates. This is deeply aligned with decentralization: miners choose which transactions to include, and they get paid instantly via Lightning. Stratum V2 + Lightning payouts represent the most sovereignty-preserving mining stack available.

Challenges and Ongoing Development

Lightning is not perfect, and honesty about its limitations is essential for a technology-first assessment.

Liquidity Management

Inbound liquidity remains the primary UX challenge. To receive payments, you need someone else to have funds allocated in a channel toward you. LSPs solve this for most wallet users, but for those running their own nodes, managing inbound vs. outbound liquidity is an ongoing task. Channel splicing has dramatically improved this, but it is still more complex than simply having a Bitcoin address.

Channel Backup and Recovery

Losing channel state data can mean losing funds. Static Channel Backups (SCBs) allow emergency recovery by force-closing all channels, but they are not as seamless as a BIP39 seed phrase restoring an on-chain wallet. This is an active area of development — the goal is to make Lightning recovery as simple as entering 12 words.

Force Close Costs

When channels close uncooperatively (one party goes offline, dispute scenarios), the resulting on-chain transactions can be expensive during high-fee environments. Anchor outputs and other protocol improvements have mitigated this, but it remains a consideration during fee spikes.

Routing Reliability

Payment routing has improved enormously since 2018, but large payments (especially above a few million sats) can still fail if no path with sufficient liquidity exists. Multi-Part Payments (MPP) — splitting a large payment across multiple routes — has been a major improvement, but the network still works best for the sub-$1,000 payment range that represents the vast majority of everyday transactions.

Watchtower Availability

Users who are not always online rely on watchtowers to prevent channel fraud. While watchtower implementations exist, the ecosystem could benefit from more widely deployed, robust watchtower services. For mobile wallet users, the wallet provider typically handles this, but for self-hosted node operators, it is another piece of infrastructure to maintain.

The Bigger Picture: Lightning and Bitcoin Sovereignty

Lightning is not just a scaling solution. It is a sovereignty tool. Every payment that goes through Lightning instead of through a bank, a payment processor, or a custodial fintech app is a payment that no one can censor, reverse, or surveil (when used correctly with non-custodial wallets).

For home miners, this completes the stack of self-sovereignty:

  • Mine your own satsRun an ASIC at home, contribute hashrate to the network, earn Bitcoin without buying it from an exchange
  • Run your own node — Validate every transaction yourself, enforce consensus rules, accept no one else’s version of the truth
  • Send and receive via Lightning — Instant, private, permissionless payments without custodial intermediaries
  • Hold in cold storage — Long-term savings in a hardware wallet you control

This is what decentralization actually looks like in practice. Not a whitepaper abstraction — a daily lived reality for thousands of Bitcoiners running their own mining and Lightning infrastructure at home.

Getting Started with Lightning in 2026

If you have not used Lightning yet, here is a practical path to getting started:

Step 1: Download a Lightning Wallet

For most users, Phoenix is the recommended starting point. It is non-custodial, handles channel management automatically, and supports Bolt12 and LNURL. Download it, back up your seed phrase, and you are ready to receive sats.

Step 2: Fund Your Wallet

Send a small amount of on-chain Bitcoin to your Phoenix wallet. It will automatically open a Lightning channel. Alternatively, if you are mining with a pool that supports Lightning payouts (Braiins, etc.), point your payouts directly to your Lightning wallet.

Step 3: Start Transacting

Use your Lightning wallet to:

  • Buy mining gear from the D-Central shop (we accept Lightning)
  • Send zaps on Nostr
  • Pay for Lightning-enabled services and content
  • Send sats to friends and family instantly

Step 4 (Advanced): Run Your Own Node

When you are ready for full sovereignty, set up a Bitcoin + Lightning node on a Raspberry Pi, mini-PC, or dedicated node box (Start9, Umbrel, RaspiBlitz, MyNode). Connect Zeus or another remote wallet app to control it from your phone. Now your payments route through your own infrastructure.

Frequently Asked Questions

What is the Lightning Network?

The Lightning Network is a Layer 2 payment protocol built on Bitcoin. It enables instant, low-fee transactions by creating off-chain payment channels between users. Only the channel opening and closing are recorded on the Bitcoin blockchain, while thousands of intermediate transactions happen off-chain at near-zero cost.

Is the Lightning Network safe?

Yes, when used with non-custodial wallets. Lightning inherits Bitcoin’s security through cryptographic enforcement of channel states. HTLCs ensure payments are atomic (all-or-nothing), and penalty mechanisms protect against fraud. The main risk is with custodial wallets where a third party holds your keys — always prefer self-custodial options like Phoenix or Zeus.

Can I receive mining payouts via Lightning?

Yes. Several mining pools, most notably Braiins Pool, support Lightning payouts. This is especially beneficial for small-scale and home miners, as it eliminates on-chain fees for frequent small payouts. Your sats arrive in your Lightning wallet instantly and are immediately spendable.

What is the difference between Lightning and on-chain Bitcoin?

On-chain transactions are recorded directly on the Bitcoin blockchain, require mining confirmations (typically 10-60 minutes), and incur mining fees that vary with network demand. Lightning transactions are off-chain, settle in under a second, and cost fractions of a cent. On-chain is better for large-value, high-finality transfers; Lightning is better for everyday spending and micropayments.

Do I need to run a node to use Lightning?

No. Modern wallets like Phoenix and Breez handle all node operations automatically. You just download the app, back up your seed phrase, and start sending and receiving. Running your own node is an option for advanced users who want maximum sovereignty and routing fee income, but it is not required.

What are Bolt12 offers?

Bolt12 is a newer invoice protocol for Lightning that supports reusable payment requests, recurring payments, and enhanced payer/payee privacy through onion messaging. Unlike BOLT11 invoices (which are single-use and expire), a Bolt12 offer can be published once and used indefinitely — similar to publishing a Bitcoin address but with Lightning’s speed and privacy benefits.

What is a Lightning Address?

A Lightning Address looks like an email address (e.g., [email protected]) and allows anyone to send you sats without generating a new invoice each time. It is built on the LNURL-pay protocol and works across most modern Lightning wallets. Many services, including BTCPay Server instances, can provide Lightning Addresses.

Does D-Central accept Lightning payments?

Yes. D-Central Technologies accepts Lightning payments across our entire product catalog. Whether you are buying a Bitaxe, replacement parts, or accessories, you can pay with Lightning for instant settlement.

How does Lightning improve privacy compared to on-chain?

On-chain Bitcoin transactions are publicly visible on the blockchain. Lightning transactions are private by default — only the sender and receiver know the payment details. Routing nodes only see the previous and next hop due to onion routing, and they cannot determine the origin or final destination of a payment. Channel open/close transactions are visible on-chain, but the thousands of transactions within that channel are not.

What is channel splicing?

Channel splicing allows you to add funds to or withdraw funds from an existing Lightning channel without closing and reopening it. This eliminates downtime, preserves routing reputation, and enables wallets to show a single unified balance (on-chain + Lightning) instead of confusing users with separate balances. Phoenix wallet pioneered production splicing support.

{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [{
“@type”: “Question”,
“name”: “What is the Lightning Network?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “The Lightning Network is a Layer 2 payment protocol built on Bitcoin. It enables instant, low-fee transactions by creating off-chain payment channels between users. Only the channel opening and closing are recorded on the Bitcoin blockchain, while thousands of intermediate transactions happen off-chain at near-zero cost.”
}
}, {
“@type”: “Question”,
“name”: “Is the Lightning Network safe?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Yes, when used with non-custodial wallets. Lightning inherits Bitcoin’s security through cryptographic enforcement of channel states. HTLCs ensure payments are atomic (all-or-nothing), and penalty mechanisms protect against fraud. The main risk is with custodial wallets where a third party holds your keys.”
}
}, {
“@type”: “Question”,
“name”: “Can I receive mining payouts via Lightning?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Yes. Several mining pools, most notably Braiins Pool, support Lightning payouts. This is especially beneficial for small-scale and home miners, as it eliminates on-chain fees for frequent small payouts.”
}
}, {
“@type”: “Question”,
“name”: “What is the difference between Lightning and on-chain Bitcoin?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “On-chain transactions are recorded directly on the Bitcoin blockchain, require mining confirmations, and incur mining fees. Lightning transactions are off-chain, settle in under a second, and cost fractions of a cent. On-chain is better for large-value transfers; Lightning is better for everyday spending.”
}
}, {
“@type”: “Question”,
“name”: “Do I need to run a node to use Lightning?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “No. Modern wallets like Phoenix and Breez handle all node operations automatically. Running your own node is an option for advanced users who want maximum sovereignty, but it is not required.”
}
}, {
“@type”: “Question”,
“name”: “What are Bolt12 offers?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Bolt12 is a newer invoice protocol for Lightning that supports reusable payment requests, recurring payments, and enhanced privacy through onion messaging. Unlike BOLT11 invoices which are single-use, a Bolt12 offer can be published once and used indefinitely.”
}
}, {
“@type”: “Question”,
“name”: “What is a Lightning Address?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “A Lightning Address looks like an email address and allows anyone to send you sats without generating a new invoice each time. It is built on the LNURL-pay protocol and works across most modern Lightning wallets.”
}
}, {
“@type”: “Question”,
“name”: “Does D-Central accept Lightning payments?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Yes. D-Central Technologies accepts Lightning payments across our entire product catalog, from Bitaxe solo miners to replacement parts and accessories.”
}
}, {
“@type”: “Question”,
“name”: “How does Lightning improve privacy compared to on-chain?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “On-chain transactions are publicly visible. Lightning transactions are private by default — only sender and receiver know the details. Routing nodes only see the previous and next hop due to onion routing.”
}
}, {
“@type”: “Question”,
“name”: “What is channel splicing?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Channel splicing allows you to add or withdraw funds from an existing Lightning channel without closing it. This eliminates downtime and enables wallets to show a single unified balance instead of separate on-chain and Lightning balances.”
}
}]
}

Related Posts