# 從簡單搜索開始

鏈上調查有多種用途。您可能是一名執法官員追蹤非法資金，也可能是合規官員評估用戶的財務風險，或是投資者檢查項目潛在的問題。您也可能需要調查一筆詐騙交易以追蹤您的資金去向。無論是什麼情況，分析總是從一個地址或一筆交易開始。

## 打開 MetaSleuth

使用 MetaSleuth 不需要任何準備。只需訪問我們的網站 metasleuth.io。您甚至不需要註冊或登入；您會立即找到分析入口——只需一個簡單的輸入框。

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

您可以輸入地址、交易哈希或 ENS 域名。如果不確定要搜尋什麼，點擊搜尋框即可看到熱門地址並選擇其中一個開始。

## 搜尋一個地址

如果您輸入一個地址，請等待約 1 秒鐘，會出現一個下拉框，顯示該地址曾經活躍的所有鏈。點擊您想分析的鏈即可查看與該地址相關的資金流動。

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

例如，如果您搜尋 `0x0629b1048298ae9deff0f4100a31967fb3f98962` 並選擇 Arbitrum，您可以查看 Radiant Capital Exploiter 在該鏈上的資金流動。請注意，為了可讀性，不是所有的資金轉移都會在畫布上顯示。要探索您可以通過 Analyze 功能訪問的資訊，請參訪 [追溯資金 - 分析.](/zh_tw/shi-yong-shou-ce/trace-funds-ways-to-retrieve-transfer-data/analyze.md)

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

## 搜尋一筆交易

如果您輸入交易哈希，假設哈希正確，通常下拉框只會顯示一條結果。點擊它即可查看與該交易相關的所有資金流。例如，嘗試輸入 `0x7856552db409fe51e17339ab1e0e1ce9c85d68bf0f4de4c110fc4e372ea02fb1`，這是 Radiant Capital 攻擊事件中的一筆攻擊交易。

<figure><img src="/files/8PEsM6EOX5uEqOCJSL2k" alt=""><figcaption></figcaption></figure>

當您輸入一筆交易時，MetaSleuth 會顯示該筆交易中發生的所有資產轉移。在這種情況下，攻擊者從該專案的多個池中移除了資金，因此您會看到有資金從多個地址進入攻擊者的地址。

<figure><img src="/files/C1vTv7WWCGTYMqquonQ1" 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/zh_tw/shi-yong-shou-ce/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.
