lightning-address icon indicating copy to clipboard operation
lightning-address copied to clipboard

Suggestion: Offer support

Open AaronDewes opened this issue 2 years ago • 1 comments

Having some kind of bolt12 offer support for lightning addresses would probably make lightning addresses easier to set up and use.

They would mean fewer requests (it's simple to create an any amount bolt12 offer, so the bolt12 can be sent with the initial request), allow hosting a lightning address on a static web hosting provider (like GitHub pages), and could potentially also be cached locally.

This could be implemented by extending the current spec by adding an additional key bolt12 to the initial reply from . well-known/lnurlp/name. If it's present, this bolt12 offer will be used, otherwise the normal LNUrl flow will be used.

AaronDewes avatar Apr 21 '22 13:04 AaronDewes

That part of the spec is actually the LUD06 specification: https://github.com/fiatjaf/lnurl-rfc/blob/luds/06.md

andrerfneves avatar Jul 02 '22 20:07 andrerfneves

Closing this since this discussion is with regards to the underlying LNURL Pay spec and not Lightning Address itself. Let's reopen this conversation on the proper LNURL repository

andrerfneves avatar Oct 02 '22 02:10 andrerfneves