# 分析

## 分析（智能分析）

MetaSleuth的默认分析功能。除了检索基本的资产转移数据之外，**分析**还结合了智能技术来促进用户的分析过程。因此，我们也称之为“智能分析”。

您可以通过两种主要方式访问分析功能：通过主页上的搜索框或通过在画布上选择一个地址节点。

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

### 分析交易

在分析交易时，MetaSleuth会在画布上显示交易中发生的所有资产转移。

当前支持交易分析的链包括Bitcoin, Ethereum, BSC, TRON[^1], Solana, Polygon, Mantle, Arbitrum, Avalanche, Optimism, Base，以及Linea。

### 分析地址

分析地址涉及更复杂的算法。在分析地址时，MetaSleuth应用智能搜索和过滤技术，以提高数据检索和展示的效率。

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

#### 🙋‍♂️ Analyze从地址中检索哪些数据？

* 最近的资产转移：分析会检索与该地址相关联的最新资产转移的信息（小金额将被过滤掉）。如果转移被识别为跨链转移，您可以利用“跨链追踪器”来定位跨链桥资产。更多详细信息，请参阅[跨链追踪器](#interchain-tracker)部分。
* 关键路径：分析还提供关于地址与中心化交易所或混币器之间两次跳跃内可达路径的信息。目前，该功能仅支持Ethereum。

{% hint style="info" %}
对于高交易量的地址，您可能会在地址节点上遇到⚠️提示，这表明MetaSleuth尚未检索到所有的转移数据。在这种情况下，如果您想要更多数据，可以考虑以下选项：

> 1. 利用[Advanced Analyze](/zh_cn/yong-hu-shou-ce/trace-funds-ways-to-retrieve-transfer-data/advanced-analysis.md)来获取更多数据。
> 2. 通过[批量导入](#add-addresses-transactions)导入数据，以确保全面分析。
>    {% endhint %}

#### 🙋‍♀️ Analyze优先显示哪些数据？

并不是所有检索到的数据都会展示在画布上。我们优先展示某些数据类型：

* 与高风险地址的互动。
* 与中心化交易所、混币器和跨链桥的互动。
* 最早和最新的互动。
* 与已知实体的互动。
* 合约创建关系。

{% 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_cn/yong-hu-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.
