# 地址面板

当您点击地址节点时，地址面板将从画布左侧展开。在此面板中，您可以看到以下信息：

**`名称标签`**: 如果某个地址具有BlockSec支持的公共名称标签或用户分配的私人名称标签，将会显示出来。例如，下图中的“Poloniex Exchange Exploiter”。

**`合规风险评分`**: 地址的合规风险是基于与该地址相关的标签信息及其与其他地址的互动评估的。评估分为五个等级：无风险、低风险、中风险、高风险和关键风险。

**`地址标签`**: 地址关联的标签由BlockSec反洗钱团队提供。例如，在给定示例中，地址带有“攻击者”标签。其他常见标签包括 CEX、DEX、制裁、受损等。这些标签用于识别与地址相关的特定特征或风险因素，辅助合规和风险评估。

**`余额`**: 当前地址在区块链上持有的原生代币余额，以及其对应的美元价值。

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

**`相关地址`**: 这些是与目标地址有交互的地址，根据获取的交易数据编制的。除了地址本身，您还可以查看每个地址的风险评分、资金流向以及流动中所涉及的资产类型。

**`转账`**: 这些是与目标地址相关的所有资金转账。

**`加载更多`**: 此功能允许用户请求当前地址的更多交易。关于如何使用此功能获取更多交易数据的详细说明，请参考“[加载更多](/zh_cn/yong-hu-shou-ce/trace-funds-ways-to-retrieve-transfer-data/load-more.md)”部分。

**`地址面板过滤`**: 当一个地址有大量交互时，可能需要一个过滤工具来缩小调查范围。

<figure><img src="/files/2WGMQA6ngWvRMcdCtV0z" alt="" width="401"><figcaption><p>地址面板过滤</p></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_cn/yong-hu-shou-ce/canvas-and-panels/address-panel.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.
