> For the complete documentation index, see [llms.txt](https://docs.yad.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yad.finance/getting-started/how-to-check-your-transaction-in-blockchain.md).

# How to check your transaction in blockchain

Once a transaction is completed you can click “View on Explorer” to see your transaction status and other details.

<figure><img src="/files/f5dWf63g4FTNKlACk1FI" alt=""><figcaption></figcaption></figure>

If you closed that window, don't worry. You can always find your transaction in the blockchain scanner.&#x20;

{% hint style="info" %}
You can find all your transactions on the blockchain scan pages:&#x20;

* Etherium - <https://etherscan.io/>
* BSC - <https://bscscan.com/>
* Avalanche - <https://snowtrace.io/>
* Polygon - <https://polygonscan.com/>
* Fantom - <https://ftmscan.com/>
* Optimism - <https://optimistic.etherscan.io/>
* Arbutrum - <https://arbiscan.io/>
  {% endhint %}

### To find your transaction, follow these steps:

In this example, we will look for a transaction in the Ethereum network and [Etherscan](https://etherscan.io/). For other networks and their scanners, the principle is the same.

1\) Go to the scanner page of the network where the transaction has been made and enter your wallet address in the search box.&#x20;

<figure><img src="/files/gPbFKID3i3yR7gjinCds" alt=""><figcaption></figcaption></figure>

2\) After you paste the wallet address, you will see all transactions your wallet was involved in.\
Click on the one you were looking for.

<figure><img src="/files/DI46rq3sA0WNBJVBajqp" alt=""><figcaption></figcaption></figure>

3\) Check the "Status" field.

* If the transaction is still being processed, you will see a "pending" status.&#x20;
* If the transaction is successful, you will see a "success" status.&#x20;
* If the transaction was reverted, you will see the "reverted" status.

<figure><img src="/files/oWiv6ouX17xL3bt67Ksu" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yad.finance/getting-started/how-to-check-your-transaction-in-blockchain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
