# Start by a Simple Search

On-chain investigations serve various purposes. You might be a law enforcement officer tracing illicit funds, a compliance officer assessing a user's financial risk, or an investor checking for potential issues with a project. You may also need to investigate a fraudulent transaction to track where your money went. In any case, the analysis always starts with an address or a transaction.

## Open MetaSleuth

Using MetaSleuth requires no preparation. Simply visit our website at metasleuth.io. You don’t even need to register or log in; you’ll find the analysis entry point right away—just a simple input box.

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

You can enter an address, transaction hash, or ENS domain name. If you're unsure what to search for, click the search box to see popular addresses and choose one to start.

## Search for an Address

If you enter an address, wait about 1 second for a dropdown box to appear, showing all the chains where the address has been active. Click on the chain you want to analyze to view the fund flows associated with that address.

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

For example, if you search for `0x0629b1048298ae9deff0f4100a31967fb3f98962` and select Arbitrum, you can view the fund flow of the Radiant Capital Exploiter on that chain. Note that not all fund transfers will appear on the canvas for readability. To explore what information you can access via the Analyze feature, visit the [Analyze](/user-manual/trace-funds-ways-to-retrieve-transfer-data/analyze.md)

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

## Search for a Transaction

If you enter a transaction hash, the dropdown will typically show only one result (assuming the hash is correct). Clicking on it will reveal all the fund flows associated with that transaction. For example, try entering `0x7856552db409fe51e17339ab1e0e1ce9c85d68bf0f4de4c110fc4e372ea02fb1`, which is an attack transaction from the Radiant Capital hack event.

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

When you enter a transaction, MetaSleuth will display all asset transfers that occurred within that transaction. In this case, the attacker drained several pools from the project, so you will see funds coming from multiple addresses into the attacker's address.

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


---

# 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://docs.metasleuth.io/user-manual/getting-started/start-by-a-simple-search.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.
