> 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/ja/yzmanyuaru/canvas-and-panels/interchain-tracker-panel.md).

# インターチェイントラッカーパネル

資金を追跡する際、キャンバス上にクロスチェーンブリッジノードが出現すると、クロスチェーン転送を示しています。詳細を探るには、このブリッジノードまたは接続エッジをクリックしてインターチェーントレーサーパネルを開きます。

以下の図は、インターチェーントレーサーパネルの例を示しています。ここで、ExactlyProtocolの攻撃者がOptimismネットワークからEthereumブロックチェーンにEtherを転送するためにAcrossブリッジを使用している様子が描かれています。

<figure><img src="/files/eNk6Z5xko0t6y3e8kDys" alt="インターチェーントラッカーパネル"><figcaption><p>インターチェーントラッカーパネル</p></figcaption></figure>

インターチェーントラッカーパネル内では、各エントリーがクロスチェーントランザクションを表し、ソースおよび宛先のトランザクション、そして転送された資産などの主要な詳細を提供します。まだクロスチェーンの関係が追跡されていない場合、情報はソースまたは宛先側のどちらか一方にしか存在しません。

それぞれのチェーン上でトランザクションを発見する方法をお探しですか？送信または受信に関与するチェーンとアドレスはどれですか？「トラック」をクリックすることで、ユーザーはMetaSleuthの自動クロスチェーントラッキング機能を利用できます。解析が完了すると、他の側でのクロスチェーン資産転送がパネルに表示され、キャンバス上で自動的にハイライトされます。

サポートされていない、または不正確、失敗したクロスチェーン解決に遭遇した場合、パネルの右下隅にある「バグを報告」オプションを選択してフィードバックを提供することをお勧めします。皆様からのご意見は、追跡体験を向上させるために非常に貴重です！


---

# 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/ja/yzmanyuaru/canvas-and-panels/interchain-tracker-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.
