マルチホップ・クロスチェーンのフォレンジック追跡機能。Business / Enterprise プランで利用可能、サブスクなしでも x402 ($3.00 / call) で 1 件ずつ実行可能です。
NEAR Intents のような intent ベースのブリッジでも、Solana 側 Memo program に刻まれた intent_id が Ethereum 側と一致するため、cross-chain で連結できます。
Registry にない新興 Solver でも 90%+ の確度で自動分類されます。
same_intent_correlation insight が forensic の決定打on-chain memo 一致 + 時間相関 (典型 60〜120 秒) + USD 価値整合 — 3 軸で「異なるチェーンの 2 つの TX が同じ資金移動である」を立証。SAR 提出書類でそのまま証拠化可能。
Graph 上の役割を user / relay / solver / exchange / scanned に明示分類。Solver で trace を止めることで infrastructure を犯人と誤認するエラー を防ぎます。
手作業 (RPC + memo 解析 + NEAR Explorer + Wormholescan + ETH 追跡) で 1〜2 時間かかる調査が 1 API リクエスト約 7 秒 で完了。
| ブリッジ | 対応チェーン | 検出方法 | Solver Registry |
|---|---|---|---|
| NEAR Intents | Solana ⇄ Ethereum (intent-based) | Memo + Counterpart API | ✅ (HWjmoU, 0x2cFF89) |
| Wormhole | Solana ⇄ Ethereum / Polygon / Avalanche | Program ID + Contract | — |
| deBridge | Solana ⇄ Ethereum / Polygon | Program ID + Contract | — |
| Stargate | Ethereum / Polygon / BSC / Base / Arbitrum / Optimism / Avalanche | Router Contract | — |
| Across | Ethereum / Polygon / Base / Arbitrum / Optimism | SpokePool Contract | — |
| Synapse | Ethereum / Polygon / BSC / Base / Arbitrum / Optimism / Avalanche | Bridge Contract | — |
| Hop | Ethereum / Polygon / Arbitrum / Optimism | L1 Bridge + AMM Wrapper | — |
ログイン済みセッションから JSON で POST します。
POST /api/bridge-flow
Content-Type: application/json
{
"address": "6ytB6pX3d6avtgzCkRjsyd1jkUJCutyCoc83ZeoVTC6c",
"chain": "solana",
"max_depth": 3
} {
"success": true,
"graph": {
"root_address": "6ytB6pX3...",
"root_chain": "solana",
"depth_explored": 1,
"duration_ms": 6794,
"nodes": [
{
"id": "solana:HWjmoU...",
"role": "solver",
"metadata": {
"solver_score": {
"confidence": 1.0,
"bridge": "near_intents",
"source": "registry",
"evidence": { "...": "..." }
}
}
}
// ... more nodes
],
"edges": [
{
"from_id": "ethereum:0x51b7fe...",
"to_id": "ethereum:0x9f1fc6...",
"type": "transfer",
"amount": 0.03,
"token": "ETH",
"tx_signature": "0x046ca1fa...",
"timestamp": "2026-02-22T07:27:23+00:00",
"intent_id": "PzUkLi9..."
}
// ... more edges
],
"insights": [
{
"type": "same_intent_correlation",
"severity": "info",
"description": "Intent PzUkLi9... settled in 74s: 0.03 ETH on send → 0.687618 SOL on receive",
"evidence": { "delta_seconds": 74, "send_leg": {...}, "receive_leg": {...} }
}
// ... more insights
]
}
} | Role | 判定基準 | BFS 挙動 |
|---|---|---|
scanned | 入力 address | 始点 |
solver | Registry hit OR (memo 比率/残高/頻度の heuristic) | 終端 (= bridge terminus) |
relay | TX ≤ 10 件 + span < 7 日 | 次 hop 展開 (forward-trace 対象) |
user | TX 多数 + 自然な活動歴 (30 日以上) | terminal but forward-traced once |
exchange | known_entities から hit (Binance / Coinbase 等) | 終端 |
bridge | Bridge プロトコル node | 中継点 |
unknown | classify 失敗 | 次 hop 展開 |
solver_detected — Solver 判定された node ごと (registry hit / heuristic 共)relay_chain — 連続 relay の検出 (短命中継 wallet の連鎖)trace_terminus — BFS 終端理由の説明same_intent_correlation — 同一 intent_id を持つ 2 leg の time/amount 相関 (forensic 決定打)1 件だけ単発で実行したい場合、$3.00 USDC を Base または Solana で支払えば使えます (Coinbase CDP Facilitator 経由)。アカウント不要、API キー不要。
POST /api/v1/x402/bridge-flow/trace
# Price: $3.00 USDC on Base or Solana
# Headers: X-PAYMENT: <signed-eip3009-authorization> | プラン | Bridge Flow Trace | 月額 |
|---|---|---|
| Free / Starter | — | $0 / $4.99 |
| Pro | — | $19.99 |
| Business | ✅ depth 1-3, 制限あり | $99.99 |
| Enterprise | ✅ 無制限 + SLA + Insider 監視 | 個別 |
| x402 pay-per-trace | ✅ 単発 | $3.00 / call |
© 2026 ChainAnalyzer. All rights reserved.