Using Bitcoin

Card 138

Using Bitcoin
Card 138
Topic 11 · Using Bitcoin · Navigator

What is the Lightning Network used for in Bitcoin?

Card answer

Correct answer

Answer D: Fast payments of small amounts.

Quick explanation

Lightning is a second layer built on Bitcoin. It allows many payments to be processed quickly without recording each one directly on the blockchain.

Detailed explanation

In Lightning, bitcoin are committed to payment channels and channel states are updated outside individual blocks. Conditional payments can be routed through several channels; Bitcoin's blockchain remains the enforcement base. Lightning is not a separate cryptocurrency.

A successfully paid Lightning payment cannot be centrally charged back like a card payment or simply run backward. A refund requires a new payment or an expressly provided new refund process.

BOLT 11 invoices contain a payment hash, among other things, and may specify amount and expiry. After successful payment, expiry or because of wallet or provider logic, the original invoice may no longer be suitable for a refund. A new customer Lightning invoice is therefore often needed, sent through an independently confirmed communication channel. Merchant and customer check amount, expiry and recipient.

Custodial Lightning services may offer internal credits or their own refund procedures; these differ from an actual Lightning payment to one's own wallet. A refund can fail because of insufficient inbound liquidity, an expired invoice, routing problems or provider restrictions. A new invoice or another agreed method is then checked. Seed phrases, private keys and remote access are never required. Processing time, fees and legal rights depend on the service and jurisdiction.

Example or everyday application

A customer pays a Lightning invoice, then the order is canceled. The original invoice is already paid. She creates a new invoice in her own wallet and sends it through the confirmed order channel. The merchant checks amount, expiry and recipient and makes a new Lightning payment.

Key takeaway

On Lightning too, a refund is a new payment, not an automatic reversal.

Sources used

Primary source · EN · Technical source

Lightning BOLTs - Introduction

HTTPS: YESChecked: 19.09.2026REACHABLE

This source is mainly intended for developers. The relevant information may therefore be harder to find.

Check original source
Supplementary source · EN · Technical source

BOLT 11 - Invoice Protocol

HTTPS: YESChecked: 19.09.2026REACHABLE

This source is mainly intended for developers. The relevant information may therefore be harder to find.

Check original source