BOLT 11
BOLT 11 is the LN’s version of a ‘payment address’—except it’s more like a detailed invoice containing the amount, destination node public key, and expiry time. These invoices often begin with ‘lnbc’ for mainnet or ‘lntb’ for testnet, followed by encoded data.
When a user wants to receive funds, they generate a BOLT 11 invoice and share it with the payer, who uses their LN wallet to decode and route the payment. This format ensures the network knows exactly how much to send, where to send it, and any optional hints like routing instructions. As LN evolves, BOLT 11 continues to add fields that support new features (e.g., multi-path payments).