> For the complete documentation index, see [llms.txt](https://docs.frequencychain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frequencychain.org/4.-wallet-and-network-access/4.5-verifying-transactions-using-explorer.md).

# 4.5 Verifying Transactions Using Explorer

Every transaction executed on FreCx can be verified through the network explorer. This provides transparency and allows users to track transaction status, block confirmations, and contract interactions.

Developers can use the explorer to debug transactions, verify contract deployments, and monitor network activity.

* Mainnet Explorer: [<sup>https://frecxscan.com/</sup>](https://frecxscan.com/)
* Testnet Explorer: [<sup>https://testnet.frecxscan.com/</sup>](https://testnet.frecxscan.com/)

By entering a wallet address or transaction hash, users can view detailed information about on-chain activity.

<p align="center">                       Explorer transaction details page</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FnAaR2gGOnfcg2rHXQNNX%2Fsec4.6.png?alt=media&amp;token=b6fa1cbc-d447-444f-9fd4-871740c5b5c3" alt=""><figcaption></figcaption></figure>

The wallet serves as the foundational interface for all interactions within the FreCx ecosystem. Proper setup and understanding of wallet functionality are essential for both developers and users, as every operation on the network — from deploying smart contracts to participating in staking — is executed through this interface.

With the wallet configured and connected to the FreCx network, developers can proceed to build, deploy, and interact with decentralized applications.


---

# 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.frequencychain.org/4.-wallet-and-network-access/4.5-verifying-transactions-using-explorer.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.
