Lightning

How Lightning Payments Work: A Plain English Guide

Lightning is Bitcoin's payment layer — instant, cheap, and confusing at first. Here's what's actually happening when you pay with sats.

What is the Lightning Network?

The Lightning Network is a payment system built on top of Bitcoin. Think of Bitcoin as a slow, secure foundation — like the banking system’s settlement layer — and Lightning as the fast, everyday payments layer built on top of it.

When you pay with Lightning, you are not making a Bitcoin transaction on the main blockchain. Instead, you are sending satoshis through a network of payment channels. The result settles on the Bitcoin blockchain eventually, but the payment itself is instant.

Key point

Lightning payments are denominated in satoshis. When a merchant’s Square terminal shows a Lightning invoice, the amount will always be in sats — not BTC.

Why was Lightning built?

Bitcoin’s main blockchain can only process about 7 transactions per second globally. For comparison, Visa handles around 24,000 per second. At scale, Bitcoin transaction fees can rise to dollars or more during busy periods.

Lightning solves this by moving most payments off the main chain. Two parties open a payment channel by locking some Bitcoin on-chain. They can then send payments back and forth instantly and cheaply within that channel — potentially thousands of transactions — and only settle the final balance on-chain when they close the channel.

How a Lightning payment actually works

When you pay a Lightning invoice at a Square terminal, here is what happens behind the scenes:

  1. The merchant’s Square app generates a Lightning invoice — a payment request for a specific amount of sats with an expiry time
  2. Your wallet (or Square’s app) finds a route through the Lightning network to the merchant
  3. The payment travels through one or more payment channels, with each hop collecting a tiny routing fee
  4. The merchant’s node confirms receipt within seconds
  5. Square records the payment in the merchant’s dashboard in dollars at the current exchange rate

The whole process takes one to three seconds.

What fees does Lightning charge?

Lightning fees have two components:

For a $5 payment, total Lightning fees are usually less than one cent. This is why Square can offer 0% Bitcoin transaction fees — the underlying Lightning network fees are negligible.

For merchants

Square absorbs Lightning routing fees through 2027 as part of their Bitcoin adoption program. After that, fees will depend on Square’s pricing at the time — but Lightning fees are inherently cheap by design.

Satoshis on Lightning

The Lightning Network always uses satoshis as its base unit. There is no concept of fractions of a satoshi on Lightning. This means:

Use the BitcoinUnit converter to quickly check what any sat amount is worth in dollars at the current price.

Is Lightning safe?

Lightning is considered safe for everyday payments. The main risks are:

For merchants using Square, all of this complexity is handled automatically. Square runs the Lightning infrastructure so you do not need to manage nodes or channels.