> For the complete documentation index, see [llms.txt](https://docs.metasleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metasleuth.io/de/benutzerhandbuch/canvas-and-panels/edge-panel.md).

# Kantenbereich

Beim Klicken auf eine Kante auf der Leinwand wird ein Kantenlistenpanel erweitert.

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

In diesem Panel können Sie alle Vermögensübertragungen zwischen zwei Adressen einsehen (basierend auf den derzeit verfügbaren Daten). Jede Kante wird eindeutig durch (von, zu, Vermögenswert) identifiziert. Um spezifische Übertragungsdaten anzuzeigen, müssen Sie auf "Detail" klicken, um in das Transaktionslistenpanel zu gelangen. Wenn Sie zum Beispiel auf (Poloniex 4, Poloniex Exchange Exploiter, Ether) im obigen Beispiel klicken, können Sie alle Transaktionsdetails auf der Leinwand einsehen, die die Übertragung von Ether von Poloniex 4 an den Poloniex Exchange Exploiter betreffen, wie unten gezeigt.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.metasleuth.io/de/benutzerhandbuch/canvas-and-panels/edge-panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
