upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2023-02-13 03:36:04 -0800
committerGitHub <noreply@github.com>2023-02-13 08:36:04 -0300
commit17ffd3ee4efa33c3f6abb4304d1c4dd998efc523 (patch)
tree5258f5b176291f35463d5ba974d86686ee4faf90
parentffe6a49557253a1f6227793787c6fcf58565a980 (diff)
NIP-57: Lightning Zaps (#224)
-rw-r--r--57.md146
-rw-r--r--README.md3
2 files changed, 149 insertions, 0 deletions
diff --git a/57.md b/57.md
new file mode 100644
index 0000000..78a3fd6
--- /dev/null
+++ b/57.md
@@ -0,0 +1,146 @@
1NIP-57
2======
3
4Lightning Zaps
5--------------
6
7`draft` `optional` `author:jb55` `author:kieran`
8
9This NIP defines a new note type called a lightning zap of kind `9735`. These represent paid lightning invoice receipts sent by a lightning node called the `zapper`. We also define another note type of kind `9734` which are `zap request` notes, which will be described in this document.
10
11Having lightning receipts on nostr allows clients to display lightning payments from entities on the network. These can be used for fun or for spam deterrence.
12
13
14## Definitions
15
16`zapper` - the lightning node or service that sends zap notes (kind `9735`)
17
18`zap request` - a note of kind `9734` created by the person zapping
19
20`zap invoice` - the bolt11 invoice fetched from a custom lnurl endpoint which contains a `zap request` note
21
22
23## Protocol flow
24
25### Client side
26
271. Calculate the lnurl pay request url for a user from the lud06 or lud16 field on their profile
28
292. Fetch the lnurl pay request static endpoint (`https://host.com/.well-known/lnurlp/user`) and gather the `allowsNostr` and `nostrPubkey` fields. If `allowsNostr` exists and it is `true`, and if `nostrPubkey` exists and is a valid BIP 340 public key, associate this information with the user. The `nostrPubkey` is the `zapper`'s pubkey, and it is used to authorize zaps sent to that user.
30
313. Clients may choose to display a lightning zap button on each post or on the users profile, if the user's lnurl pay request endpoint supports nostr, the client SHOULD generate a `zap invoice` instead of a normal lnurl invoice.
32
334. To generate a `zap invoice`, call the `callback` url with `amount` set to the milli-satoshi amount value. A `nostr` querystring value MUST be set as well. It is a uri-encoded `zap request` note signed by the user's key. The `zap request` note contains an `e` tag of the note it is zapping, and a `p` tag of the target user's pubkey. The `e` tag is optional which allows profile tipping. The `zap request` note must also have a `relays` tag, which is gathered from the user's configured relays. The `content` MAY be an additional comment from the user which can be displayed when listing zaps on posts and profiles.
34
355. Pay this invoice or pass it to an app that can pay the invoice. Once it's paid, a `zap note` will be created by the `zapper`.
36
37### LNURL Server side
38
39The lnurl server will need some additional pieces of information so that clients can know that zap invoices are supported:
40
411. Add a `nostrPubkey` to the lnurl-pay static endpoint `/.well-known/lnurlp/user`, where `nostrPubkey` is the nostr pubkey of the `zapper`, the entity that creates zap notes. Clients will use this to authorize zaps.
42
432. Add an `allowsNostr` field and set it to true.
44
453. In the lnurl-pay callback URL, watch for a `nostr` querystring, where the contents of the note is a uri-encoded `zap request` JSON.
46
474. If present, the zap request note must be validated:
48
49 a. It MUST have a valid nostr signature
50
51 b. It MUST have tags
52
53 c. It MUST have at least one p-tag
54
55 d. It MUST have either 0 or 1 e-tag
56
57 e. There should be a `relays` tag with the relays to send the `zap` note to.
58
595. If valid, fetch a description hash invoice where the description is this note and this note only. No additional lnurl metadata is included in the description.
60
61At this point, the lightning node is ready to send the zap note once payment is received.
62
63## The zap note
64
65Zap notes are created by a lightning node reacting to paid invoices. Zap notes are only created when the invoice description (committed to the description hash) contains a `zap request` note.
66
67Example zap note:
68
69```json
70{
71 "id": "67b48a14fb66c60c8f9070bdeb37afdfcc3d08ad01989460448e4081eddda446",
72 "pubkey": "9630f464cca6a5147aa8a35f0bcdd3ce485324e732fd39e09233b1d848238f31",
73 "created_at": 1674164545,
74 "kind": 9735,
75 "tags": [
76 [
77 "p",
78 "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"
79 ],
80 [
81 "e",
82 "3624762a1274dd9636e0c552b53086d70bc88c165bc4dc0f9e836a1eaf86c3b8"
83 ],
84 [
85 "bolt11",
86 "lnbc10u1p3unwfusp5t9r3yymhpfqculx78u027lxspgxcr2n2987mx2j55nnfs95nxnzqpp5jmrh92pfld78spqs78v9euf2385t83uvpwk9ldrlvf6ch7tpascqhp5zvkrmemgth3tufcvflmzjzfvjt023nazlhljz2n9hattj4f8jq8qxqyjw5qcqpjrzjqtc4fc44feggv7065fqe5m4ytjarg3repr5j9el35xhmtfexc42yczarjuqqfzqqqqqqqqlgqqqqqqgq9q9qxpqysgq079nkq507a5tw7xgttmj4u990j7wfggtrasah5gd4ywfr2pjcn29383tphp4t48gquelz9z78p4cq7ml3nrrphw5w6eckhjwmhezhnqpy6gyf0"
87 ],
88 [
89 "description",
90 "{\"pubkey\":\"32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245\",\"content\":\"\",\"id\":\"d9cc14d50fcb8c27539aacf776882942c1a11ea4472f8cdec1dea82fab66279d\",\"created_at\":1674164539,\"sig\":\"77127f636577e9029276be060332ea565deaf89ff215a494ccff16ae3f757065e2bc59b2e8c113dd407917a010b3abd36c8d7ad84c0e3ab7dab3a0b0caa9835d\",\"kind\":9734,\"tags\":[[\"e\",\"3624762a1274dd9636e0c552b53086d70bc88c165bc4dc0f9e836a1eaf86c3b8\"],[\"p\",\"32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245\"],[\"relays\",\"wss://relay.damus.io\",\"wss://nostr-relay.wlvs.space\",\"wss://nostr.fmt.wiz.biz\",\"wss://relay.nostr.bg\",\"wss://nostr.oxtr.dev\",\"wss://nostr.v0l.io\",\"wss://brb.io\",\"wss://nostr.bitcoiner.social\",\"ws://monad.jb55.com:8080\",\"wss://relay.snort.social\"]]}"
91 ],
92 [
93 "preimage",
94 "5d006d2cf1e73c7148e7519a4c68adc81642ce0e25a432b2434c99f97344c15f"
95 ]
96 ],
97 "content": "",
98 "sig": "b0a3c5c984ceb777ac455b2f659505df51585d5fd97a0ec1fdb5f3347d392080d4b420240434a3afd909207195dac1e2f7e3df26ba862a45afd8bfe101c2b1cc"
99 }
100```
101
102* The zap note MUST have a `bolt11` tag containing the description hash bolt11 invoice.
103
104* The zap note MUST contain a `description` tag which is the invoice description.
105
106* `SHA256(description)` MUST match the description hash in the bolt11 invoice.
107
108* The zap note MAY contain a `preimage` to match against the payment hash of the bolt11 invoice. This isn't really a payment proof, there is no real way to prove that the invoice is real or has been paid. You are trusting the author of the zap note for the legitimacy of the payment.
109
110The zap note is not a proof of payment, all it proves is that some nostr user fetched an invoice. The existence of the zap note implies the invoice as paid, but it could be a lie given a rogue implementation.
111
112
113### Creating a zap note
114
115When receiving a payment, the following steps are executed:
116
1171. Get the description for the invoice. This needs to be saved somewhere during the generation of the description hash invoice. It is saved automatically for you with CLN, which is the reference implementation used here.
118
1192. Parse the bolt11 description as a JSON nostr note. You SHOULD check the signature of the parsed note to ensure that it is valid. This is the `zap request` note created by the entity who is zapping.
120
1214. The note MUST have only one `p` tag
122
1235. The note MUST have 0 or 1 `e` tag
124
1256. Create a nostr note of kind `9735` that includes the `p` tag AND optional `e` tag. The content SHOULD be empty. The created_at date SHOULD be set to the invoice paid_at date for idempotency.
126
1277. Send the note to the `relays` declared in the `zap request` note from the invoice description.
128
129A reference implementation for the zapper is here: [zapper][zapper]
130
131[zapper]: https://github.com/jb55/cln-nostr-zapper
132
133
134## Client Behavior
135
136Clients MAY fetch zap notes on posts and profiles:
137
138`{"kinds": [9735], "#e": [...]}`
139
140To authorize these notes, clients MUST fetch the `nostrPubkey` from the users configured lightning address or lnurl and ensure that the zaps to their posts were created by this pubkey. If clients don't do this, anyone could forge unauthorized zaps.
141
142Once authorized, clients MAY tally zaps on posts, and list them on profiles. If the zap request note contains a non-empty `content`, it may display a zap comment. Generally clients should show users the `zap request` note, and use the `zap note` to show "zap authorized by ..." but this is optional.
143
144## Future Work
145
146Zaps can be extended to be more private by encrypting zap request notes to the target user, but for simplicity it has been left out of this initial draft.
diff --git a/README.md b/README.md
index 54bb5d4..d4e3c04 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
30- [NIP-40: Expiration Timestamp](40.md) 30- [NIP-40: Expiration Timestamp](40.md)
31- [NIP-42: Authentication of clients to relays](42.md) 31- [NIP-42: Authentication of clients to relays](42.md)
32- [NIP-50: Keywords filter](50.md) 32- [NIP-50: Keywords filter](50.md)
33- [NIP-57: Lightning Zaps](57.md)
33- [NIP-56: Reporting](56.md) 34- [NIP-56: Reporting](56.md)
34- [NIP-65: Relay List Metadata](65.md) 35- [NIP-65: Relay List Metadata](65.md)
35 36
@@ -51,6 +52,8 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
51| 44 | Channel Mute User | [28](28.md) | 52| 44 | Channel Mute User | [28](28.md) |
52| 45-49 | Public Chat Reserved | [28](28.md) | 53| 45-49 | Public Chat Reserved | [28](28.md) |
53| 1984 | Reporting | [56](56.md) | 54| 1984 | Reporting | [56](56.md) |
55| 9734 | Zap Request | [57](57.md) |
56| 9735 | Zap | [57](57.md) |
54| 10002 | Relay List Metadata | [65](65.md) | 57| 10002 | Relay List Metadata | [65](65.md) |
55| 22242 | Client Authentication | [42](42.md) | 58| 22242 | Client Authentication | [42](42.md) |
56| 1000-9999 | Regular Events | [16](16.md) | 59| 1000-9999 | Regular Events | [16](16.md) |