Lightning Detective

Investigate a payment instruction (BOLT-11 invoice, BOLT-12 offer, etc.)

Requests are processed and logged on the server. Please avoid including sensitive personal information; for sensitive requests, consider using the CLI version. Dismiss

The payment instruction is a BIP-353 DNS Payment Instruction or Lightning Address [doc]

As BIP-353 DNS Payment Instruction

Error
Failed to resolve BIP-353 address: DNS resolution failed

If you think this result is incorrect, please file an issue on GitHub.

As Lightning Address

🔄 Decoding
satoshi@walletofsatoshi.com

https://walletofsatoshi.com/.well-known/lnurlp/satoshi

🌐 Resolving
1. Sending GET request to https://walletofsatoshi.com/.well-known/lnurlp/satoshi
2. Response received with HTTP status 200 OK
3. ... with body {"callback":"https://livingroomofsatoshi.com/api/v1/lnurl/payreq/0ea06cea-788a-4783-a32e-0e5410f4d907","maxSendable":100000000000,"minSendable":1000,"metadata":"[[\"text/plain\",\"Pay to Wallet of Satoshi user: satoshi\"],[\"text/identifier\",\"satoshi@walletofsatoshi.com\"]]","commentAllowed":255,"tag":"payRequest","allowsNostr":true,"nostrPubkey":"be1d89794bf92de5dd64c1e60f6a2c70c140abac9932418fee30c5c637fe9479"}
4. Parsed as JSON
{
  "allowsNostr": true,
  "callback": "https://livingroomofsatoshi.com/api/v1/lnurl/payreq/0ea06cea-788a-4783-a32e-0e5410f4d907",
  "commentAllowed": 255,
  "maxSendable": 100000000000,
  "metadata": "[[\"text/plain\",\"Pay to Wallet of Satoshi user: satoshi\"],[\"text/identifier\",\"satoshi@walletofsatoshi.com\"]]",
  "minSendable": 1000,
  "nostrPubkey": "be1d89794bf92de5dd64c1e60f6a2c70c140abac9932418fee30c5c637fe9479",
  "tag": "payRequest"
}
📋 LNURL Pay Response Details [doc]
Sendable amount 1–100,000,000 sats
Description Pay to Wallet of Satoshi user: satoshi
Long description empty
Comment allowed 255
Callback https://livingroomofsatoshi.com/api/v1/lnurl/payreq/0ea06cea-788a-4783-a32e-0e5410f4d907
Metadata
text/identifier satoshi@walletofsatoshi.com
⚡ NIP-57 Zap Support [doc]
Status supported
Zap receipt signer be1d89794bf92de5dd64c1e60f6a2c70c140abac9932418fee30c5c637fe9479
⬆️ Request BOLT-11 Invoice

Examples

Sample payment instructions; paste one into the form to see how parsing works.

On-Chain Addresses

Silent Payment Addresses

Liquid

Ark

LNURLs

BIP-21 payment URIs

Cashu payment requests

BOLT-353 DNS Payment Instructions

BOLT-12 offers

From different wallets

Test vector

Scenarios sourced from the spec test vector.

BOLT-11 invoices

Non-custodial consumer wallets

Custodial consumer wallets

Business wallets

Exchanges

Example from the spec

Scenarios sourced from examples section of the spec.