# What should I do if my Lightning transaction status is pending?

If your Lightning transaction is showing a pending status, the best course of action is to wait. In Lightning Network transactions, there are two possible outcomes for a pending transaction: success or cancellation.

* If the transaction is successful, the funds will be transferred as intended.
* If the transaction is cancelled for any reason (such as a timeout), the funds will be automatically refunded to your wallet.

The change of status could take up to two weeks.


---

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