SoloLuck

What Is the Lightning Network?

← back to pool

SoloLuck Blog · 2026-07-01

Why Bitcoin Needed a Second Layer

Bitcoin's base layer is deliberately conservative. New blocks arrive roughly every ten minutes on average, and every full node in the world independently checks every transaction against the same rules. That design is excellent for security and final settlement, but it makes the base chain a poor fit for tiny, everyday payments: waiting for confirmations is slow, and when the network is busy, fees can rise well above the value of a small payment.

The Lightning Network is a layer-2 protocol that sits on top of Bitcoin. Instead of broadcasting every payment to the whole world, it lets people transact directly and almost instantly between themselves, and only touches the blockchain when they open or close a channel. Picture the base chain as a courthouse where deeds are permanently recorded, and Lightning as the everyday handshake deals that only need the courthouse to make things final.

Payment Channels: The Bar-Tab Analogy

The heart of Lightning is the payment channel. Two people lock some bitcoin into a shared address that requires both of their signatures to spend — a 2-of-2 multisignature setup — using a single on-chain transaction. That funding transaction is the only thing the blockchain sees when the channel opens.

Once the channel is open, the two parties can pay each other simply by exchanging updated, signed balance sheets. Each update reassigns who owns how much of the locked funds, and each new one replaces the last. It works like a bar tab: you open the tab once, order drinks all evening without touching your wallet, and settle up with a single payment when you leave. Only opening and closing the tab hit the ledger; everything in between is fast and free of on-chain fees.

When either person wants to cash out, they broadcast the latest balance as a closing transaction, and the blockchain records the final split. If someone tries to cheat by publishing an old, more favourable balance, the protocol lets the other party claim the entire channel as a penalty — which is what keeps everyone honest.

Routing: Paying People You Don't Share a Channel With

Opening a channel with every person or shop you might pay would be impractical. Lightning's clever trick is routing: because channels connect to other channels, a payment can hop across a path of intermediaries to reach someone you have no direct channel with.

If you have a channel with a friend, and your friend has a channel with a shop, you can pay the shop through your friend. This relies on a mechanism that makes the whole hop-by-hop payment either succeed completely or fail completely, so no intermediary can pocket the money in transit. Those intermediaries may charge a small routing fee — usually a tiny fraction of the amount — for forwarding it along.

Keeping It Honest: The Trade-Offs

Lightning is powerful, but it comes with real trade-offs worth understanding before you rely on it:

Custodial Shortcuts and Self-Custody

Because that complexity is a lot to ask of a newcomer, many popular Lightning wallets are custodial: a company runs the node and manages channels for you, and you simply hold a balance with them. This is convenient, but it reintroduces exactly the trust that Bitcoin was designed to avoid — if the custodian fails or freezes your account, your funds are at risk. Not your keys, not your coins applies here just as it does on-chain.

Self-custodial Lightning wallets let you hold your own keys and channels. They ask a little more of you, but you stay in control. Neither choice is automatically right for everyone; the important thing is to know which one you are using and precisely what you are trusting.

A Complement, Not a Replacement

It helps to see Lightning and the base chain as partners rather than rivals. On-chain Bitcoin is the settlement layer: slower and more expensive per transaction, but maximally secure and final — ideal for large or infrequent transfers. Lightning is a payment layer for the opposite case: small, frequent, near-instant payments where waiting for confirmations and paying a full on-chain fee would make no sense.

Lightning does not replace Bitcoin's base layer, and it depends on it entirely — every channel is opened and ultimately settled on-chain. The two work best together: the blockchain provides the bedrock of security and final settlement, while Lightning handles the fast, cheap, everyday flow of payments on top of it.

FAQ

Is the Lightning Network the same thing as Bitcoin?
No. Lightning is a separate layer-2 protocol built on top of Bitcoin. It uses real bitcoin and settles on Bitcoin's blockchain, but it is its own network of payment channels rather than part of the base chain itself.
Do I need to understand payment channels to use Lightning?
Not necessarily. Custodial wallets hide the technical details and feel like an ordinary payment app, though they require trusting a third party with your funds. Self-custodial wallets give you full control but involve managing your own channels and liquidity.
Are Lightning payments final and irreversible?
A Lightning payment settles between the two parties almost instantly, and the final balances are recorded on-chain when the channel closes. As with on-chain Bitcoin, there is no central authority to reverse a completed payment, so always double-check the details before you send.
What happens if the person on the other side tries to cheat?
If someone broadcasts an outdated channel balance to claim more than they should, the protocol lets the other party take the entire channel as a penalty. This works only if you, or a watchtower service acting for you, are watching the chain, which is one reason Lightning nodes are expected to stay online.
Is Lightning good for large payments?
It is designed mainly for small, frequent payments. Very large transfers can fail to find a route with enough liquidity, and on-chain settlement is often the more robust choice for big amounts. Many people use both: on-chain for large or long-term holdings, and Lightning for everyday spending.

All blog posts · Mining guides · Start solo mining

Ready to take a ticket?

Paste your address and copy the config from /setup, watch the pool on /status, and check every claim on /verify. Mine to your own address — that is what makes it truly solo.

Get the setup config →

Not ready to point a miner yet? Run your gear through the odds calculator, or join Telegram for block & record alerts — no rig required.

More guides

Browse all guides →