The NordBastion polar-bear mascot in a Nordic library at night, leaning over a long oak reading table strewn with open dictionaries and PGP-signed papers under aurora-blue lamplight
Glossary entry · Payment rail

Lightning Network Bitcoin Layer-2 — तत्काल, ऑफ-चेन, लगभग निःशुल्क

Bitcoin भुगतान जो एक सेकंड में क्लियर होते हैं और एक satoshi की लागत आती है, बेस चेन से भुगतान चैनलों के नेटवर्क में कार्रवाई को स्थानांतरित करके।

परिभाषा
Plain English

Bitcoin के ऊपर निर्मित एक Layer-2 पेमेंट प्रोटोकॉल। प्रतिभागी द्विदिशात्मक पेमेंट चैनलों में फंड लॉक करते हैं और परिणामी नेटवर्क के माध्यम से मिलीसेकंड में, एक सेंट के अंश जितनी फ़ीस पर मूल्य रूट करते हैं। बेस चेन केवल एक ओपनिंग ट्रांज़ैक्शन और एक क्लोज़िंग ट्रांज़ैक्शन देखती है; बीच के हर भुगतान ऑफ-चेन होते हैं। इसे पहली बार 2016 में Joseph Poon और Thaddeus Dryja द्वारा निर्दिष्ट किया गया था।

Why it matters at NordBastion

Lightning is what makes a €9 VPS invoice in BTC actually sane.

बेस-लेयर Bitcoin settlement के लिए उत्कृष्ट और नियमित retail भुगतानों के लिए अनुपयुक्त है। on-chain भुगतान किया गया एक मासिक €9 VPS invoice एक ऐसे नेटवर्क शुल्क को अवशोषित करना पड़ता है जो, mempool congestion के आधार पर, invoice से अधिक हो सकता है — और ग्राहक credit देखने के लिए दस से साठ मिनट प्रतीक्षा करता है। यह एक प्रतिकूल user experience है, और हमने इसे ऐतिहासिक रूप से ग्राहकों द्वारा BTC में होस्टिंग न करने का सबसे बड़ा कारण माना।

Lightning closes the gap. A wallet scans the invoice QR, the payment routes through a couple of intermediary nodes, the credit appears in the panel within seconds and the fee is typically below ten satoshis — a small fraction of a cent. The invoice clears before the customer has put their phone back in their pocket. This is the experience credit cards spent thirty years iterating toward, delivered without a single identity check.

Operationally we run a hybrid setup: a custodial routing node for small invoices, with overflow routed to LND nodes that we operate ourselves and rebalance regularly. Customers never see this; they see an "lnbc..." invoice that resolves in a second. The how-to-pay guide and the self-host-a-node guide cover both sides of the table.

FAQ · Lightning Network

The questions people actually ask.

How is Lightning different from regular Bitcoin?

Regular Bitcoin payments settle on the base chain: every payment is a transaction that miners include in a block, with a fee paid for the privilege and a wait of roughly ten minutes per confirmation. Lightning payments settle inside a payment channel between two parties, with no block confirmation required — they are atomic, near-instant and effectively free. The base chain only sees two transactions per channel lifetime: the funding tx that opens it, and the settlement tx that closes it.

Is Lightning private?

More private than base-layer Bitcoin in practice. Routing nodes only learn the channels they sit between, not the full path; payments use onion-style hop encryption similar in spirit to Tor. The privacy is not absolute — a sufficiently well-connected adversary that runs many routing nodes can still infer some flows — but a one-off invoice payment leaks far less than a base-layer transaction does.

What does a Lightning invoice look like?

"lnbc" (mainnet) या "lntb" (testnet) से शुरू होने वाली एक लंबी अल्फान्यूमेरिक string, जो bech32 payment request के रूप में एन्कोड की गई है। इसमें राशि, एक expiry, payee का node ID और एक payment hash शामिल है। इसे Lightning wallet में पेस्ट करने पर राशि दिखती है और एक tap में भुगतान रूट हो जाता है।

क्या मुझे आपको भुगतान करने के लिए Lightning नोड चलाने की आवश्यकता है?

No. A custodial Lightning wallet (Wallet of Satoshi, Phoenix in custodial mode, Cash App) sends invoices in seconds without running infrastructure. Customers who want non-custodial control can use a mobile node (Phoenix, Breez) or run their own LND/CLN node — there is a guide on this site walking through the self-hosted setup.