> For the complete documentation index, see [llms.txt](https://docs.elkyc.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elkyc.com/home/verify-your-users/manual-crypto-transaction-and-wallet-monitoring.md).

# Manual Crypto Transaction  and Wallet Monitoring

Conduct manual searches for wallets and transactions via the separate **Crypto Monitoring** page. Here's how:

* Open the dashboard and locate the **Transaction** **Monitoring** tab in the sidebar menu:

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

* Enter the wallet address or transaction ID in the search bar:

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

* Review the results, including wallet activity, transaction history, and associated risk assessments:

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

* You can also review the outcomes of their transaction or address scoring on a separate, dedicated **Results Page:**

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

{% hint style="info" %}
You can find more details on how to interpret report details on this [page](/home/review-data/applicant-profile/crypto-transaction-and-wallet-check.md).&#x20;
{% endhint %}

***

The **Entity Explorer** page within the Crypto Transaction Monitoring module provides users with a streamlined interface to search for and explore specific entities.

* Enter the desired entity name
* Click **Search** to retrieve detailed data related to the entity:

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

* Use the results to conduct further monitoring, generate reports, or trigger compliance workflows as necessary:

<figure><img src="/files/1hc6ZZ7eYmYFdMgquyDp" 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.elkyc.com/home/verify-your-users/manual-crypto-transaction-and-wallet-monitoring.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.
