Spontaneous payments is the ability of one LN node to pay another node without receiving an invoice first.

The invoice used for regular LN payments contains a hash that the payer and each routing node uses as part of the Hash-Time-Locked-Contract. Spontaneous payments need to replicate this security mechanism but without the invoice mechanism for communication. At least two different mechanisms have been proposed for accomplishing this:

  • Add data to the routing packet (keysend): the person sending the payment chooses a hash pre-image, encrypts it to the receiver’s key, and appends it as extra data in the routing packet. When the payment arrives at the receiver, they can decrypt the data and use the pre-image to claim the payment.
  • Using a shared secret: the person sending the payment combines their key and the receiver’s key to create a shared secret. Then the spender uses a hash of this secret as the pre-image. The receiver can also generate a shared secret and can use it to accept the payment.

Optech newsletter and website mentions

2022

2021

2020

2019

Previous Topic:
Splicing
Next Topic:
Statechains

Edit page
Report Issue