Passer au contenu

Bitcoin accepté au paiement  |  Expédié depuis Montréal, QC, Canada  |  Soutien expert depuis 2016

Référence des BOLT du réseau Lightning

Réponse rapide

Un BOLT (Basis of Lightning Technology) est l'un des documents de spécification qui définissent le réseau Lightning de Bitcoin — l'équivalent des BIP de Bitcoin ou des NIP de Nostr, mais pour Lightning. Cette référence indexe les 11 BOLT actifs avec un résumé en langage clair de chacun. Ceux que l'on rencontre le plus : BOLT 11 (le format de facture « lnbc… »), BOLT 2 (comment les canaux s'ouvrent, se mettent à jour et se ferment), BOLT 4 (le routage en oignon qui garde les paiements privés) et BOLT 12 (Offers, le flux de paiement réutilisable).

Lightning est défini par 11 BOLT (le BOLT 6 a été fusionné). Le BOLT 11 (factures) et le BOLT 12 (Offers) sont ce que les portefeuilles exposent ; les BOLT 2/3 définissent les canaux ; les BOLT 4/7/8 définissent le routage privé et le graphe du réseau. Vérifiez toujours contre le dépôt lightning/bolts.

Télécharger le CSV Télécharger le JSON API REST →

BOLTTitreCe qu'il couvre
BOLT 1Base ProtocolMessage framing, the type-length-value (TLV) format, and the connection lifecycle between Lightning peers.
BOLT 2Peer Protocol for Channel ManagementOpening, updating (adding/settling HTLCs) and closing a payment channel between two nodes.
BOLT 3Bitcoin Transaction and Script FormatsThe commitment and HTLC transactions and scripts that back a channel on the Bitcoin blockchain.
BOLT 4Onion Routing ProtocolSphinx onion encryption that hides the full payment route from intermediate routing nodes.
BOLT 5Recommendations for On-chain Transaction HandlingHow a node should react when a channel goes on-chain — cooperative vs force close, and sweeping outputs.
BOLT 7P2P Node and Channel DiscoveryThe gossip protocol that propagates node and channel announcements to build the routing graph.
BOLT 8Encrypted and Authenticated TransportThe Noise_XK handshake that encrypts and authenticates every peer-to-peer connection.
BOLT 9Assigned Feature FlagsThe registry of feature bits nodes advertise to negotiate optional protocol capabilities.
BOLT 10DNS Bootstrap and Assisted Node LocationFinding initial peers to connect to via DNS seed records.
BOLT 11Invoice Protocol for Lightning PaymentsThe bech32 'lnbc...' payment request (the BOLT 11 invoice) that encodes amount, payment hash and routing hints.
BOLT 12Negotiation Protocol for Lightning PaymentsOffers — reusable, static payment offers and the invoice-request flow that supersedes single-use BOLT 11 invoices.

Source : le dépôt canonique lightning/bolts (juin 2026). Voir aussi la référence des BIP Bitcoin de D-Central et le glossaire sur le réseau Lightning, les canaux de paiement, les HTLC, les factures BOLT 11 et les nœuds de routage.