# Wie erkennt man eine Lightning Invoice?

Eine Lightning Invoice ist eine Zahlungsanforderung, die mit „ln“ beginnt und eine lange Zeichenfolge enthält. Sie kann auch den zu zahlenden Betrag und eine Beschreibung der Zahlung enthalten.

Wenn Sie eine Lightning Invoice erhalten, erkennen Sie diese an dem Vorzeichen „ln“, gefolgt von einer kryptischen Zeichenkette. Die Lightning Invoice kann als QR-Code angezeigt werden, den Sie mit Ihrer Bitcoin Wallet App scannen können.

Es ist wichtig zu wissen, dass eine Lightning Invoice nicht dasselbe ist wie eine Bitcoin On-Chain Adresse, die typischerweise mit „1“ oder „3“ für ältere Adressen oder „bc1“ für neuere SegWit Adressen beginnt.


---

# 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/deutsch/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.
