# Was sollte ich tun, wenn der Status meiner Lightning-Transaktion "pending" ist?

Wenn Ihre Lightning-Transaktion einen ausstehenden Status anzeigt, ist es am besten, zu warten. Bei Lightning Transaktionen gibt es zwei mögliche Ergebnisse für eine ausstehende Transaktion: Erfolg oder Abbruch.

* Wenn die Transaktion erfolgreich ist, wird das Geld wie vorgesehen überwiesen.
* Wenn die Transaktion aus irgendeinem Grund abgebrochen wird (z. B. bei einer Zeitüberschreitung), wird das Geld automatisch auf Ihre Wallet zurückerstattet.

Die Änderung des Status kann bis zu zwei Wochen dauern.


---

# 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/what-should-i-do-if-my-lightning-transaction-status-is-pending.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.
