# 分析

## 分析（智能分析）

MetaSleuth 的預設分析功能。除了檢索基本資產轉移數據外，**分析** 還結合了智能技術以便於用戶的分析過程。因此，我們也稱之為「智能分析」。

您可以通過兩種主要方式訪問分析功能：通過主頁上的搜索框或選擇畫布上的地址節點。

<figure><img src="/files/0zNa3QD2QvZX9ZWnfUxZ" alt=""><figcaption></figcaption></figure>

### 分析交易

在分析交易時，MetaSleuth 會在畫布上顯示交易中發生的所有資產轉移。

目前支持交易分析的鏈包括比特幣、以太坊、BSC、TRON[^1]、Solana、Polygon、Mantle、Arbitrum、Avalanche、Optimism、Base 和 Linea。

### 分析地址

分析地址涉及更複雜的算法。在分析地址時，MetaSleuth 應用智能搜索和過濾技術來提高數據檢索和展示的效率。

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

#### 🙋‍♂️ 分析為地址檢索哪些數據？

* 最近的資產轉移：分析檢索與該地址相關的最新資產轉移信息（小額將被過濾掉）。如果轉移被識別為跨鏈轉移，您可以利用「跨鏈追蹤器」來定位跨鏈的資產。更多詳情，請參閱[跨鏈追蹤器](#interchain-tracker)部分。
* 關鍵路徑：分析還提供地址與集中式交易所或混音器之間兩跳內可達的路徑信息。目前，此功能僅支持以太坊。

{% hint style="info" %}
對於具有高交易量的地址，您可能會在地址節點上遇到⚠️提示，表示MetaSleuth未檢索到所有轉移數據。在這種情況下，如果您需要更多數據，可以考慮以下選項：

1. 利用[Advanced Analyze](/zh_tw/shi-yong-shou-ce/trace-funds-ways-to-retrieve-transfer-data/advanced-analysis.md)檢索更多數據。
2. 通過[批量導入](#add-addresses-transactions)來確保全面分析。
   {% endhint %}

#### 🙋‍♀️ 分析優先顯示哪些數據？

並非所有檢索到的數據都會在畫布上顯示。我們優先顯示某些類型的數據：

* 與高風險地址的互動。
* 與集中式交易所、混音器和跨鏈橋的互動。
* 最早和最新的互動。
* 與已知實體的互動。
* 合約創建關係。

{% hint style="info" %}
如何顯示未顯示的互動？

要查看未顯示的互動，導航到地址面板，您可以在那裡找到所有列出的互動。此外，還有幾個方便的工具可用於根據方向、代幣、日期時間等標準過濾互動。
{% endhint %}

[^1]: Tron交易分析目前僅返回涉及Native/TRC20/TRC721代幣的轉移。


---

# 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/trace-funds-ways-to-retrieve-transfer-data/analyze.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.
