How Lightning Network Solves the Micropayment Problem
Lightning Network is the payment infrastructure that finally enables sub-cent transactions at scale. Here is the technical explanation.
Lightning Network is the payment infrastructure that finally makes sub-cent transactions practical at scale. The protocol has been under development since 2015 and has matured substantially in the last few years. For email use cases, Lightning is the layer that makes a four-cent cover charge economically meaningful. This post is the technical explanation.
What Lightning Solves
Bitcoin has a fundamental tension. The on-chain settlement layer is secure, decentralized, and final, but transactions are slow (10+ minutes to confirm) and have variable fees that make small payments impractical. A payment rail with these properties is great for settlement of meaningful value, but cannot support the use cases that require fast, cheap, frequent transactions.
Micropayments have been a holy grail of internet economics for decades. The vision: users could pay a few cents to read an article, a fraction of a cent per second of streaming, a small fee per API call. Each of these requires a payment rail that can settle small amounts at trivial cost. Credit cards have minimum fees of $0.30 or so per transaction; settling a four-cent payment with credit cards is structurally impossible because the minimum fee exceeds the payment value.
Lightning Network is the layer-2 protocol that solves this tension. The mechanism is payment channels.
How Payment Channels Work
The conceptual idea:
Channel opening. Two parties open a payment channel by jointly funding a Bitcoin transaction. The transaction commits a specific amount of Bitcoin to a multisig address controlled jointly by both parties. The on-chain transaction is recorded normally.
Off-chain transactions. Once the channel is open, the two parties can update the balance allocation between them by exchanging signed transactions off-chain. Each new state replaces the previous one. The states are not broadcast to the Bitcoin network; they are held by the parties.
Channel closing. When either party wants to close the channel, they broadcast the most recent agreed state to the Bitcoin network. The on-chain transaction settles the final balances.
The structural property: arbitrarily many off-chain transactions can happen between channel opening and closing, each settling in milliseconds at near-zero cost. Only the open and close transactions touch the on-chain layer.
Routing
A pairwise channel between two parties is useful for those parties but does not scale. Lightning solves this through routing: payments can hop through multiple channels to reach any participant in the network.
Routing nodes. Some Lightning participants run routing nodes that forward payments through their channels. They earn a small fee for the routing.
Multi-hop payments. A payment from A to D can route through channels A-B, B-C, C-D. Each hop is a separate channel update; the payment lands in D’s wallet within seconds.
Atomic settlement. Lightning uses cryptographic primitives (HTLCs, Hash Time-Locked Contracts) to ensure that all hops in the route settle atomically. Either the entire payment succeeds or the entire payment fails. There is no partial-payment state.
The routing layer is the structural innovation that makes Lightning a network rather than a collection of pairwise channels.
What Lightning Costs
Lightning fees are dramatically lower than on-chain or traditional payment-rail fees. Typical structure:
Base fee. A small fixed fee per routing hop. Usually fractions of a cent.
Proportional fee. A small percentage of the payment value. Usually 0.1% or less for routing nodes that compete on price.
Total per hop. Typically 1-10 sats (fractions of a cent) for typical payment sizes.
Total per multi-hop payment. Usually under a cent for typical sizes; cents for large payments.
For the four-cent email use case, total Lightning fees might add up to a tenth of a cent or so. The payment is economically meaningful even at this small scale.
Liquidity and Channel Capacity
Lightning has a structural constraint that on-chain Bitcoin does not: channels have capacity limits. A channel can only route payments up to the amount of bitcoin committed to it on either side. Sending a $100 payment requires a route where every hop has at least $100 of capacity in the right direction.
This produces ongoing liquidity management for routing nodes. Major Lightning service providers (LSPs) and dedicated routing operators maintain channels with strategic peers and rebalance liquidity as needed. For end users, the liquidity is mostly managed automatically through the wallet provider or LSP.
For small payments (the email use case), liquidity is rarely a constraint. Sub-cent payments route easily through the existing network.
Custody Models
Lightning supports both custodial and non-custodial implementations.
Self-custody Lightning wallets. Phoenix, Muun, Zeus, Mutiny, BlueWallet, and many others. The user holds the keys; the wallet manages channels and routing on the user’s behalf. The user has full control but bears some operational responsibility (channel management, occasional on-chain fees for opening/closing channels).
Custodial Lightning services. Strike, Wallet of Satoshi, some other consumer apps. The service operates Lightning on the user’s behalf. The user has a balance with the service rather than direct channel custody. UX is simpler but the service has authority over the funds.
Hybrid approaches. LSPs and self-custody wallets that delegate routing to the LSP but preserve user custody of the keys. The middle ground.
For end users in 2026, the choice depends on the trade-off between simplicity and sovereignty. Both options are widely available.
Why Lightning Matters for Email
The email use case requires specific properties that Lightning provides:
Sub-cent settlement. A four-cent cover charge needs a payment rail that can settle four cents without minimum fees eating the value. Lightning provides this.
Instant settlement. Email is a real-time communication; the cover charge settlement should happen quickly enough that the payment is part of the email arrival, not a separate process. Lightning settles in milliseconds.
Peer-to-peer. The cover charge settles directly to the recipient’s wallet. No intermediary holds the funds. Lightning supports this natively when paired with non-custodial wallets.
Bearer-instrument compatibility. The Cashu protocol uses Lightning for the mint and melt operations. The bearer-instrument property of Cashu tokens combines with Lightning settlement to enable email-attached payments.
Privacy. Lightning has stronger privacy properties than on-chain Bitcoin (transactions are not in the public ledger). When paired with Cashu’s blinded signatures, the privacy is meaningfully stronger than either alone.
The email payment infrastructure is structurally enabled by Lightning’s properties. Other payment rails would not work the same way.
Limits and Realistic Caveats
Lightning is not a panacea. Real limits:
Liquidity constraints for large payments. Sub-dollar payments route easily; large payments may require strategic liquidity management.
Routing failures. Some payment paths cannot be routed due to liquidity gaps. Wallets typically retry with different routes, but persistent routing failures can occur for large or unusual payments.
Online requirement. Lightning channels require both parties to be online (or to delegate to LSPs that maintain availability). Offline transactions are not directly supported.
Bitcoin price volatility. Lightning payments are denominated in sats but have USD value that varies with Bitcoin price. For email cover charges, this means the four-cent default might be 4.5 cents or 3.5 cents depending on price movement. Most users do not care about this granularity.
Operational complexity for self-hosted nodes. Running a Lightning node requires ongoing maintenance, channel management, and operational attention. Most end users delegate to wallet providers or LSPs.
The realistic assessment: Lightning is mature enough for the email use case in 2026, with realistic operational caveats. The protocol continues to improve.
A Specific Honest Note
Lightning Network is the payment infrastructure that makes the email cover charge use case work. Without Lightning, the four-cent settlement is structurally impossible because traditional payment rails have minimum fees that exceed the payment value.
For Rythm specifically, Lightning is the layer that settles the cover charge to the recipient’s wallet. The Cashu protocol provides the bearer-instrument property; Lightning provides the settlement. The two together enable peer-to-peer email payments at scale.
For the related guides, see the cashu protocol explained for email use cases, non-custodial architecture, the two missing pieces of the internet, is a cover charge just spam tax with extra steps, and what is a non-custodial email service. For the broader frame, see what non-custodial means in 2026 and what is an email paywall. Rythm is $1.65 per month, cancel anytime.