# 什麼是边？

在 MetaSleuth 中，邊表示連接節點（地址）之間的關係。目前顯示三種類型的關係：

* **標準資產轉移：** 最常見的關係類型，表示資產在兩個地址之間的流動。
* **合約創建關係：** 代表合約創建者與所創建合約之間的關係，標記為「*合約創建*」。
* **跨鏈資產轉移：** 此關係指出標準地址節點與跨鏈橋節點之間的資金互動，通常表示資金已在鏈間轉移。使用者可以使用 InterChain Tracer 功能進一步探索資金的來源和目的地。

在下面提供的示例中，我們可以同時觀察這三種類型的關係。

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

接下來，讓我們檢視標準資產轉移邊中包含的信息。

在下面的示例中，從節點 **Euler Finance Exploiter 2 (0xb66cd)** 到 **KyberSwap Exploiter (0x50275e)** 的邊表示 **Euler Finance Exploiter 2** 向 **KyberSwap Exploiter** 發送了 **0.110 枚以太幣**。

<figure><img src="/files/2FshPaMNQ5vmsxYuiD6W" alt=""><figcaption></figcaption></figure>

請注意，MetaSleuth 將兩個地址之間相同方向和類型的資產轉移統合為一個邊。因此，一個邊不代表單一交易。

要查看有關邊的更多詳細信息，請點擊它以打開[邊面板](/zh_tw/shi-yong-shou-ce/canvas-and-panels/edge-panel.md)，然後選擇 `Detail` 查看所有交易信息。

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

在交易列表中，您可以看到 Euler Finance Exploiter 2 進行了兩筆交易，共計向 KyberSwap Exploiter 轉移了 0.111 枚以太幣。

### 邊的顏色

邊通常默認為灰色，但為了幫助區分不同的資產轉移，MetaSleuth 使用各鏈主要代幣圖標的主色作為邊的顏色。這有助於用戶更好地了解資產的流動。

用戶可以通過兩種方式修改邊的顏色：

* 更改單個邊的顏色：單擊邊上的畫布圖標。 ![](/files/qtgbRr0GhMXEF83ooBvo)
* 更改所有代幣邊的顏色：若要修改所有代表特定代幣邊的顏色，請到左上角的 Token Filters 面板。在您要更改的代幣旁邊點擊顏色圈。選擇您想要的顏色後，與該資產相關的所有邊將更新為新顏色。\
  ![](/files/2UhaUZ4mDd4ubrNCJa8Y)

### 邊的標籤

<figure><img src="/files/QEyLB40AbEMlWSp6Qtaw" 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_tw/shi-yong-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.
