# 什么是边？

在MetaSleuth中，边表示连接节点（地址）之间的关系。目前，显示有三种类型的关系：

* **标准资产转移：** 最常见的关系类型，表示两个地址之间的资产流动。
* **合约创建关系：** 表示合约创建者与已创建合约之间的关系，标记为"*Contract Creation*"。
* **跨链资产转移：** 此关系表示标准地址节点与跨链桥节点之间的资金交互，通常表明资金已跨链转移。用户可以使用InterChain Tracer功能进一步探索资金的来源和去向。

在下面提供的示例中，我们可以同时观察到这三种关系类型。

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

接下来，让我们检查标准资产转移边中包含的信息。

在下面的示例中，从节点**Euler Finance Exploiter 2 (0xb66cd)到KyberSwap Exploiter (0x50275e)的边表示Euler Finance Exploiter 2**向**KyberSwap Exploiter**发送了**0.110 Ether**。

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

请注意，MetaSleuth将两个地址之间相同方向和类型的资产转移合并为单个边。因此，一个边并不代表单一交易。

要查看关于边的更多详情，请点击边打开[边面板](/zh_cn/yong-hu-shou-ce/canvas-and-panels/edge-panel.md)，然后选择`Detail`查看所有交易信息。

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

在交易列表中，可以看到Euler Finance Exploiter 2进行了两笔交易，总共向KyberSwap Exploiter转移了0.111 Ether。

### 边的颜色

边通常默认为灰色，但为了帮助区分不同的资产转移，MetaSleuth使用每个链上的主要代币图标的主色作为边的颜色。这有助于用户更好地理解资产流动。

用户可以通过两种方式修改边的颜色：

* 更改单个边的颜色：点击边上的画布图标。![](/files/xKxrwHRj6xBObvHgIPlJ)
* 更改所有代表特定代币的边的颜色：要修改所有代表特定代币的边的颜色，请转到左上角的Token Filters面板。点击您想更改颜色的代币旁边的颜色圈。选择所需颜色后，所有与该资产相关的边将更新为新颜色。\
  ![](/files/t5qasQBRisHtoMaUlz4n)

### 边的标签

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

边的标签由三部分组成：

1. **索引：** 所有边按照显示的时间排序，索引越小表示发生时间越早。
2. **时间：** 边中包含的所有交易的最早时间戳（最早交易的时间）。
3. **转移金额：** 由边表示的资产转移总金额（对画布上显示的选定交易），以及代币符号。


---

# 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/getting-started/what-are-edges.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.
