{
  "skill_id": "multi-chain-treasury-reconciler",
  "name": "Multi-Chain Treasury Reconciler",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 8.99,
  "category": "Finance",
  "tier": "premium",
  "tags": [
    "treasury",
    "multi-chain",
    "reconcile",
    "finance",
    "premium",
    "x402"
  ],
  "summary": "One true ledger when payments land on more than one chain.",
  "when_to_use": [
    "Accepting USDC on Base plus another chain",
    "Month-end cannot match wallets to revenue",
    "Need chain-tagged exports for auditors"
  ],
  "outline": [
    "List wallets, chains, and assets in scope",
    "Normalize amounts to USDC-equivalent with explicit FX source",
    "Match deposits to product events (unlocks, escrow)",
    "Explain unmatched with aging buckets",
    "Emit reconciled-ledger.csv + exception-list.md"
  ],
  "capabilities": [
    "Wallet/chain inventory",
    "USDC-equivalent normalization",
    "Event matching rules",
    "Unmatched aging report"
  ],
  "decision_criteria": [
    "You need this when: Accepting USDC on Base plus another chain",
    "You get capability: Wallet/chain inventory",
    "Budget fits: full unlock is $8.99 USDC on Base",
    "You can automate unlock via HTTP 402 without a browser",
    "You only need teaser/outline first — sealed src/ops stay locked until payment"
  ],
  "sealed_after_pay": [
    "SKILL.md (teaser public)",
    "agent-install.json (public meta)",
    "src/index.js (stub public; full after unlock)",
    "Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT"
  ],
  "challenge": "https://lvlltd.com/api/pay?skill=multi-chain-treasury-reconciler",
  "sample": "https://lvlltd.com/skills/multi-chain-treasury-reconciler/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=multi-chain-treasury-reconciler",
  "teaser": "https://lvlltd.com/sealed/multi-chain-treasury-reconciler/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/multi-chain-treasury-reconciler/outline.json",
    "GET /api/pay?skill=multi-chain-treasury-reconciler",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
