ドキュメントに戻る

Bridge Flow Trace

マルチホップ・クロスチェーンのフォレンジック追跡機能。Business / Enterprise プランで利用可能、サブスクなしでも x402 ($3.00 / call) で 1 件ずつ実行可能です。

🎯 1 行で要約: 1 つの wallet address を入力すると、cross-chain bridge を含む資金経路を最大 3 hop まで自動展開し、Solver 検出 / Relay chain / 同一 intent 相関 等の forensic insight 付きの graph を返します。

5 つの重要なインサイト

1. プライバシーブリッジは追跡不能ではない

NEAR Intents のような intent ベースのブリッジでも、Solana 側 Memo program に刻まれた intent_id が Ethereum 側と一致するため、cross-chain で連結できます。

2. Solver wallet は heuristic で機械判別

  • UUID memo 比率 > 50%
  • 残高 > 1,000 SOL / 100 ETH
  • TX 頻度 > 50/hour

Registry にない新興 Solver でも 90%+ の確度で自動分類されます。

3. same_intent_correlation insight が forensic の決定打

on-chain memo 一致 + 時間相関 (典型 60〜120 秒) + USD 価値整合 — 3 軸で「異なるチェーンの 2 つの TX が同じ資金移動である」を立証。SAR 提出書類でそのまま証拠化可能。

4. User / Relay / Solver の役割分離

Graph 上の役割を user / relay / solver / exchange / scanned に明示分類。Solver で trace を止めることで infrastructure を犯人と誤認するエラー を防ぎます。

5. 7 秒で 1〜2 時間の調査を再現

手作業 (RPC + memo 解析 + NEAR Explorer + Wormholescan + ETH 追跡) で 1〜2 時間かかる調査が 1 API リクエスト約 7 秒 で完了。

対応ブリッジ (7 プロトコル)

ブリッジ対応チェーン検出方法Solver Registry
NEAR IntentsSolana ⇄ Ethereum (intent-based)Memo + Counterpart API✅ (HWjmoU, 0x2cFF89)
WormholeSolana ⇄ Ethereum / Polygon / AvalancheProgram ID + Contract
deBridgeSolana ⇄ Ethereum / PolygonProgram ID + Contract
StargateEthereum / Polygon / BSC / Base / Arbitrum / Optimism / AvalancheRouter Contract
AcrossEthereum / Polygon / Base / Arbitrum / OptimismSpokePool Contract
SynapseEthereum / Polygon / BSC / Base / Arbitrum / Optimism / AvalancheBridge Contract
HopEthereum / Polygon / Arbitrum / OptimismL1 Bridge + AMM Wrapper

使い方

  1. サイドバーから Bridge Flow を選択
  2. 追跡したい wallet address を入力、chain を選択
  3. Depth (1-4) を選択 — depth が大きいほど深く追えるが遅い (デフォルト 3 推奨)
  4. 「Trace Flow」を押下
  5. Graph + Stats + Forensic Insights が表示されます

API リクエスト

ログイン済みセッションから 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) 一覧

Role判定基準BFS 挙動
scanned入力 address始点
solverRegistry hit OR (memo 比率/残高/頻度の heuristic)終端 (= bridge terminus)
relayTX ≤ 10 件 + span < 7 日次 hop 展開 (forward-trace 対象)
userTX 多数 + 自然な活動歴 (30 日以上)terminal but forward-traced once
exchangeknown_entities から hit (Binance / Coinbase 等)終端
bridgeBridge プロトコル node中継点
unknownclassify 失敗次 hop 展開

Insights タイプ

  • solver_detected — Solver 判定された node ごと (registry hit / heuristic 共)
  • relay_chain — 連続 relay の検出 (短命中継 wallet の連鎖)
  • trace_terminus — BFS 終端理由の説明
  • same_intent_correlation — 同一 intent_id を持つ 2 leg の time/amount 相関 (forensic 決定打)

x402 pay-per-trace (サブスクなし)

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.