# Do I Need to Pay Network Fees for Failed Transactions?

Yes. When you send/transfer cryptocurrencies, interact with contracts, or perform other operations on the blockchain, you must pay network fees to miners or validators to process the transaction. Since the blockchain requires computational resources to process the transaction, you are required to pay this fee regardless of whether the transaction is successful or failed. The fee is not collected by the wallet provider, so we cannot offer a refund.


---

# 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://userguide.luffa.im/wallet/do-i-need-to-pay-network-fees-for-failed-transactions.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.
