You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nip-drafts/nip-SDAN.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ This Action Event is used by the offerer to propose its ad space for a given bid
218
218
***invoice** (`required`): A BOLT11 invoice, BOLT12 offer, or LNURL address for payment.
219
219
220
220
The tags must include:
221
+
221
222
***e**: The ID of the original bidding event this offer is responding to.
222
223
***p**: The pubkey of the advertiser who made the bid.
223
224
@@ -230,6 +231,7 @@ This Action Event is used by the advertiser to accept a specific offer. The encr
230
231
***type**: `accept_offer`
231
232
232
233
The tags must include:
234
+
233
235
***e**: The ID of the original bidding event this offer is responding to.
234
236
***p**: The pubkey of the offerer who made the offer.
235
237
@@ -243,6 +245,7 @@ This Action Event is used by the advertiser to decline a specific offer. The enc
243
245
***message** (`required`): A string explaining the reason for rejection.
244
246
245
247
The tags must include:
248
+
246
249
***e**: The ID of the original bidding event this offer is responding to.
247
250
***p**: The pubkey of the offerer who made the offer.
248
251
@@ -265,6 +268,7 @@ When the offerer has reason to believe the requested action has been successfull
265
268
***message** (`required`): A human‑readable explanation of why the action is considered complete (e.g., “Ad displayed to user”, “User clicked link”, “Purchase confirmed”). This explanation can be evaluated by a human or an automated reviewer to determine whether the action was successfully completed.
266
269
267
270
The tags must include:
271
+
268
272
***e**: The ID of the original bidding event this payment request is related to.
269
273
***p**: The pubkey of the advertiser who made the bid.
270
274
@@ -282,6 +286,7 @@ Triggered when the advertiser processes a **Payment Request**. Upon receiving a
282
286
* If verification fails or payment cannot be executed, the advertiser should instead publish a **Payout Error** ActionEvent.
283
287
284
288
The tags must include:
289
+
285
290
***e**: The ID of the original bidding event this payout is related to.
286
291
***p**: The pubkey of the offerer who made the offer.
287
292
@@ -299,6 +304,7 @@ Sent when the advertiser is unable to complete the payout. The encrypted `conten
299
304
300
305
301
306
The tags must include:
307
+
302
308
***e**: The ID of the original bidding event this payout error is related to.
303
309
***p**: The pubkey of the offerer who made the offer.
0 commit comments