Glossary

LNURL

2 min read

LNURL makes communication between Lightning wallets and other applications easier through QR codes. LNURL enables a better user experience on Lightning by abstracting away payment flow complexities such as exchanging full-length LN invoices with counterparties.

Technically, “LNURL” is a collection of open-source protocols that work to coordinate payments on the Lightning Network by leveraging HTTP.

Users are able to login with a lightning wallet to services that support LNURL, as well as send and receive payments by utilizing static payment codes, typically in the form of a QR code. At the time of writing, LNURL has 20 features that can be implemented in applications.

The most popular features are:

  • LNURL-pay: A user scans an LNURL-pay QR code with their wallet, which then requests a Lightning invoice for the payer. This invoice can be a fixed amount or a range; the payer can also leave a message.
  • LNURL-withdraw: An LN service generates an LNURL “endpoint”—or destination from which funds will be sent—encoded as a QR code. A user scans this QR code, and receives information like the minimum and maximum amount of funds available for withdrawal, once specified, the wallet returns the LN invoice to the service and awaits payment.
  • LNURL-auth: This feature allows users to login to to services that support LNURL by signing a “login” message (presented as a QR code or text string invoice) with their LN wallet’s public key.

stacker.news login flow LNURL-auth example Example: stacker.news has LNURL-auth enabled for their login process.

Resources to learn more about LNURL: