# How to recognize a Lightning invoice?

A Lightning invoice is a payment request that starts with "ln" and includes a long string of characters. It may also include the amount to be paid and a description of the payment.

When receiving a Lightning invoice, you can recognize it by the "ln" prefix, followed by a string of alphanumeric characters. The Lightning invoice may be displayed as a QR code that you can scan with your Bitcoin wallet app.

It's important to note that a Lightning invoice is not the same as a Bitcoin on-chain address, which typically starts with "1" or "3" for legacy addresses, or "bc1" for newer SegWit addresses.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faq.blink.sv/blink-payment-methods/lightning/how-to-recognize-a-lightning-invoice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
