💻 No hype. No price calls. Just honest analysis from an operator mining since 2019.
▫️Start here if you’re ready to mine — a practical guide to mining Bitcoin at home.
▫️Subscribe for free to get new insights in your inbox.
📑 Table of Contents
1. Introduction
2. Lightning’s 3 Big Wins: Speed, Cost, and Throughput
3. How Payment Channels Work: Beginners Mechanics
4. What Lightning Doesn’t Change: You Still Need The Base Layer
5. Lightning and Mining Fee Revenue
6. The Trade-Offs: Liquidity, Complexity, and Security Assumptions
7. When to Use Lightning (When Not To)
8. What This Means For Bitcoin Adoption and Infrastructure
🟠 Introduction
I’ve been watching Lightning development since 2020 and using it regularly since 2022. As someone who mines Bitcoin and follows fee markets closely, I have a unique perspective on how Lightning fits into Bitcoin’s scaling roadmap, and where its limitations matter.
▫️The Lightning Network is Bitcoin’s most widely deployed second-layer payment protocol, designed to let you transact in seconds and pay nearly zero fees without leaving the Bitcoin ecosystem.
▫️It doesn’t replace Bitcoin’s base layer. Rather, it builds a network of peer-to-peer payment channels on top of it, moving most transaction activity off-chain and settling final balances on-chain only when channels open or close.
▫️For anyone who wants to spend or receive Bitcoin in daily life (coffee, tips, streaming sats, remittances) Lightning is the infrastructure that makes it practical.
This essay explains how the network works, what tradeoffs you inherit when you use it, and when to choose Lightning over a regular on-chain transaction.
🟠 Lightning’s 3 Big Wins: Speed, Cost, and Throughput
Bitcoin’s base layer is optimized for security and decentralization, not speed. The blockchain can process roughly seven transactions per second globally, and each transaction must be mined into a block before it’s considered final.
During busy periods, confirmation can take an hour or more, and fees regularly exceed twenty dollars, sometimes topping fifty dollars during extreme congestion. That makes on-chain Bitcoin excellent for high value settlements (savings deposits, large purchases, cold-storage moves) but impractical for a five dollar coffee or a one dollar donation.
Lightning solves this by moving transactions off-chain. Once you and another party lock funds into a payment channel (a special multisignature Bitcoin address) you can exchange an unlimited number of payments inside that channel without touching the blockchain.
Each payment updates the balance between you and your channel partner in under a second, and the only fees you pay are tiny routing fees (often less than a cent) to nodes that help forward your payment across the network. When you’re done transacting, you close the channel with a single on-chain settlement that reflects the final balance. The result is Lightning can theoretically handle millions of transactions per second, compared to the base layer’s seven.
Think of a Lightning channel like a bar tab. You put money down at the start, spend back and forth as needed, and settle the final balance when you leave. The bartender — the blockchain — only gets involved twice: when you open the tab and when you close it. Everything in between happens instantly between you and the bar.
🟠 How Payment Channels Work: Beginners Mechanics
A Lightning channel is a two party contract. To open one, you and your counterparty create a funding transaction on the Bitcoin blockchain that locks a specific amount of bitcoin into a 2-of-2 multisignature address (meaning both parties must sign to spend those funds). Once the funding transaction is confirmed on-chain, the channel is active.
Inside the channel, you and your partner exchange what are called commitment transactions. Each commitment transaction is a valid Bitcoin transaction that could be broadcast to the blockchain at any time; it specifies how the channel’s funds should be split if the channel closes right now.
When you make a Lightning payment to your channel partner, say sending them 10,000 satoshis, you both sign a new commitment transaction that updates the balance (you now have 10,000 sats less, they have 10,000 more).
These updates happen instantly and without fees, because they’re not broadcast to the blockchain; they’re simply signed agreements between you and your partner.

Critically, you don’t need a direct channel with everyone you want to pay. If you have a channel with Alice and Alice has a channel with Bob, you can pay Bob by routing the payment through Alice. The network uses a routing algorithm (based on hashed time locked contracts, or HTLCs) to find a path of channels connecting you to the recipient, and each intermediate node forwards your payment in exchange for a small routing fee.
This is why Lightning is a network, not just a collection of isolated two party channels: it leverages the connectivity of thousands of nodes to create a web of liquidity that lets any user pay any other user.
When you’re finished using a channel, either party can close it by broadcasting the most recent commitment transaction to the blockchain. The blockchain then settles the final balance, and both parties receive their share of the channel’s funds as regular on-chain bitcoin.
Channel closures can be cooperative (both parties agree and sign a closing transaction) or unilateral (one party broadcasts the latest commitment transaction), but in either case, only one on-chain transaction is required to settle what may have been hundreds or thousands of off-chain payments.
🟠 What Lightning Doesn’t Change: You Still Need The Base Layer
Lightning is often called a layer two because it depends entirely on Bitcoin’s base layer for security. Every channel starts with an on-chain funding transaction and ends with an on-chain closing transaction.
Those two on-chain events are what give your Lightning payments finality: if your channel partner tries to cheat by broadcasting an old commitment transaction (one that gives them more money than they’re actually owed), you can broadcast a penalty transaction that claims all the channel’s funds as punishment—but only because the Bitcoin blockchain enforces the rules.

This means Lightning doesn’t reduce the need for on-chain block space; it reduces the frequency of on-chain transactions. If Bitcoin’s base layer becomes too expensive or too congested to open and close channels affordably, Lightning’s usability suffers.
A $50 on-chain fee to open a channel makes sense if you plan to route thousands of payments through it, but it’s prohibitive if you’re a casual user who just wants to buy coffee twice a month.
Lightning also doesn’t solve Bitcoin’s long-term security budget or base-layer decentralization challenges. The blockchain is still what secures everyone’s funds, validates channel state, and provides censorship resistance. Lightning inherits Bitcoin’s security model, and its limitations.
🟠 Lightning and Mining Fee Revenue
As a Bitcoin miner, I watch how Lightning affects on-chain fee revenue with interest. Every payment that moves off-chain is a transaction miners don’t earn fees from. This is often framed as a negative for miners, but the reality is more nuanced.
Lightning doesn’t eliminate on-chain transactions, it batches them. A thousand Lightning payments still require two on-chain transactions (channel open + close). And as Lightning adoption grows, so does demand for channel liquidity, which means more on-chain funding transactions.
The question isn’t whether Lightning reduces miner revenue; it’s whether Lightning enables use cases (micropayments, streaming sats) that would never have existed on-chain anyway.
If Lightning brings millions of new users to Bitcoin, miners benefit from increased adoption even if individual transactions are off-chain.
The long-term security budget question remains unsolved, but Lightning isn’t the cause. It’s a symptom of Bitcoin’s need to scale without bloating the blockchain.
From a miner’s perspective, Lightning is a bet that enabling everyday Bitcoin usage creates more value (and more eventual on-chain settlement) than trying to capture fees from every coffee purchase on the base layer.
🟠 The Trade-Offs: Liquidity, Complexity, and Security Assumptions
Lightning’s instant, low cost payments come with trade-offs that users need to understand before diving in.
⚡ Channel liquidity constraints
▫️You can only send as much bitcoin as you have on your side of the channel, and you can only receive as much as your channel partner has on their side.
▫️If you have a channel with 100,000 sats of outbound liquidity (you control 100,000 sats) but zero inbound liquidity (your partner has no funds), you can send but you can’t receive.
▫️This liquidity management is one of the network’s sharpest pain points: new users often open a channel, send their first payment, and then discover they can’t receive a payment back because they have no inbound capacity.
▫️Solutions include opening multiple channels with different partners, using submarine swaps to rebalance liquidity, or relying on custodial Lightning wallets that handle liquidity behind the scenes, but each solution adds complexity or trust.
⚡ Active monitoring and channel backups
▫️Because commitment transactions can be broadcast at any time, you need to monitor the blockchain to ensure your channel partner doesn’t cheat by broadcasting an outdated state.
▫️Most modern Lightning wallets handle this automatically, but if your node goes offline for an extended period and your partner broadcasts a stale transaction, you may lose funds.
▫️Watchtowers (third-party services that monitor channels on your behalf) can mitigate this risk, but they introduce an additional trust or cost layer.
▫️You also need secure backups of your channel state; unlike on-chain Bitcoin, where your seed phrase is enough, Lightning requires you to back up the latest commitment transaction data or risk losing funds if your device fails.
⚡ Use-case limits: small to medium payments only
▫️Lightning works best for payments under a few thousand dollars. Because channels have finite capacity and routing payments requires finding a path with sufficient liquidity at every hop, large payments often fail or require splitting into smaller chunks.
▫️The practical sweet spot is payments under $100, where Lightning’s speed and low fees shine. For anything above $500 (and especially above $5,000) on-chain settlement offers better reliability and cryptographic finality.
⚡ Setup complexity
▫️Running your own Lightning node (which gives you maximum control and privacy) requires maintaining always online infrastructure, managing channel liquidity, understanding routing algorithms, and troubleshooting software issues.
▫️The promised automation and user-friendly interfaces have improved, but self-custody Lightning is still significantly more complex than holding on-chain bitcoin in a hardware wallet.
▫️Most beginners start with custodial Lightning wallets (where a third party manages your channels and liquidity), which are easy but reintroduce counterparty risk.
⚡ Privacy gains (with caveats)
▫️Lightning transactions are not recorded on the public blockchain, so they offer more privacy than on-chain payments. However, routing nodes can observe payments passing through their channels, and network level analysis can still infer relationships between nodes.
▫️Lightning is more private than broadcasting every coffee purchase to the global ledger, but it’s not fully anonymous.
🟠 When to Use Lightning (When Not To)
The decision framework is straightforward once you understand the trade offs.

⚡ Use Lightning for:
Daily purchases and micropayments. Anything under $50 (coffee, tips, online services, paywalled articles) belongs on Lightning. Fees are negligible (often a fraction of a cent), and confirmation is instant.
Frequent transactions between the same parties. If you’re paying a freelancer weekly, tipping a content creator regularly, or splitting recurring expenses with a friend, a Lightning channel lets you transact without paying an on-chain fee every time.
Streaming payments and time-based services. Lightning enables business models that weren’t viable on-chain: pay per second video streaming, per API call payments, or metered usage of any digital resource. You can send a few satoshis every second without worrying about fees.
Remittances and cross-border payments (if both parties have Lightning infrastructure). Sending $100 to family overseas costs nearly nothing on Lightning and settles in seconds, compared to traditional remittance services that charge high percentages and take days.
Commerce and point-of-sale. Merchants accepting Bitcoin need instant settlement and can’t wait for on-chain confirmations; Lightning provides near-zero-cost, instant finality.

⛓️ Use on-chain Bitcoin for:
Large transactions (typically above $500, always above $5,000). Channel liquidity constraints and routing reliability make on-chain settlement the safer, more predictable choice for high value transfers.
Long-term savings and cold storage. If you’re moving bitcoin into a hardware wallet and don’t plan to touch it for months or years, the on-chain security model (proof-of-work consensus, no active monitoring required) is ideal.
Infrequent payments where setup cost matters. If you’re only making one payment to a recipient and don’t plan to transact again, opening and closing a Lightning channel costs two on-chain fees (so you might as well just pay on-chain directly).
Maximum security and finality. On-chain transactions achieve cryptographic finality after six confirmations (about an hour); there’s no channel state to monitor, no counterparty to worry about, and no liquidity constraints. For high-stakes payments (buying property, settling legal obligations, moving treasury funds), on-chain is the gold standard.
Hybrid approach (the most common real world pattern): Many users maintain both an on-chain wallet (for savings and large payments) and a Lightning wallet (for spending and daily transactions). You periodically fund your Lightning channels from your on-chain wallet, use Lightning for everyday commerce, and settle back to on-chain cold storage when you want to lock in savings.
🟠 What This Means For Bitcoin Adoption and Infrastructure
Lightning represents a fundamental architectural choice: scale Bitcoin by layering, not by increasing base-layer throughput.
The blockchain remains small, decentralized, and secure, while Lightning handles the volume, speed, and low fee payments that make Bitcoin practical for everyday use.
This two layer model mirrors how traditional payment infrastructure works (base money settles infrequently in central banks; consumer payments happen on credit/debit networks), but Lightning does it in a trust minimized, cryptographically secured way.
The infrastructure is still maturing. Liquidity management, routing reliability, and user experience remain areas of active development. But the core protocol works, adoption is growing (especially in regions with expensive remittance corridors and limited banking infrastructure), and the economics are compelling: once you’ve paid the one time on-chain cost to open a channel, you can transact thousands of times at near zero marginal cost.

For beginners, the takeaway is simple: Lightning is not a replacement for Bitcoin, it’s an extension.
It changes the speed, cost, and scale of small payments without changing Bitcoin’s security guarantees, scarcity, or decentralization.
When you need instant settlement, low fees, or the ability to send tiny amounts, Lightning is the tool.
When you need maximum security, large value finality, or long-term custody, the base layer is the answer.
Understanding which tool to use (and why) is the key to using Bitcoin infrastructure effectively.
Want to go deeper on the revenue side of mining?
1️⃣ Read The Bitcoin Miner’s Guide to Transaction Fees for how fees actually work and what miners earn from them.
2️⃣ Read Mining Economics 101 for the full profitability breakdown.
3️⃣ Read From Cypherpunks to Central Banks for Bitcoin’s full 17-year journey.
▶️ Looking to upgrade your operation? Altair Technology, ASIC Marketplace, and OneMiners carry the hardware serious miners are actually running.
▶️ Need ASIC accessories? Amazon is a reliable source for surge protection, power cables, and other essentials that keep your operation running safely.
▶️ Need a hardware wallet? The Tangem wallet is a simple, card-format option for self-custody. Use code GPEBZY for 10% off.
▶️ New to mining? Here’s a hands-on guide to mining Bitcoin at home — from choosing hardware to realistic expectations for your first month.
testygrip17@walletofsatoshi.com
bc1qazjvrmdxv5d4xr482z72a6ev39du893lsakw0u
✅ Follow along on my socials:
🟠 X: @OrngeHorizonBTC
🔵 Bluesky: @orngehorizonbtc.bsky.social
🌐 Website: orangehorizonbtc.com






Leave a Reply