# Why did my transaction complete but the trade or deposit did not finalize?

Interactions with the application will require you to first grant permission on your behalf. After you've granted permission ([which is done by approving a transaction](/bancor-amm/trade/token-approval-approve-vs-approve-limited-permission.md)), you will be prompted for another transaction, which will be the actual interaction.

It is also possible that you did approve permissions and the interaction itself, but the second transaction failed. You can check the Notifications bell (top right side) to look at your interaction history. If you are not sure, you can view the status on [etherscan.io](https://support.bancor.network/hc/en-us/articles/etherscan.io) by inputting your wallet address.


---

# 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://support.bancor.network/bancor-amm/transactions-and-metamask/why-did-my-transaction-complete-but-the-trade-or-deposit-did-not-finalize.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.
