---
skill_id: multi-chain-treasury-reconciler
evaluation: free
price_usd_full: 8.99
challenge: https://lvlltd.com/api/pay?skill=multi-chain-treasury-reconciler
outline: https://lvlltd.com/skills/multi-chain-treasury-reconciler/outline.json
standards: x402, ERC-7857
---

# Free sample — Multi-Chain Treasury Reconciler

**Skill ID:** `multi-chain-treasury-reconciler`  
**Full unlock:** $8.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=multi-chain-treasury-reconciler  
**Outline JSON:** https://lvlltd.com/skills/multi-chain-treasury-reconciler/outline.json

## 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

## Decision criteria (buy vs skip)

- 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

## Outline (preview)

1. List wallets, chains, and assets in scope
2. Normalize amounts to USDC-equivalent with explicit FX source
3. Match deposits to product events (unlocks, escrow)
4. Explain unmatched with aging buckets
5. Emit reconciled-ledger.csv + exception-list.md

## Capabilities (preview)

- Wallet/chain inventory
- USDC-equivalent normalization
- Event matching rules
- Unmatched aging report

## What you get after payment

- 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

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/multi-chain-treasury-reconciler/outline.json
GET  https://lvlltd.com/api/pay?skill=multi-chain-treasury-reconciler   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"multi-chain-treasury-reconciler"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Multi-Chain Treasury Reconciler

Multi-chain without reconciliation is fiction. This skill normalizes deposits, matches product events, and ages exceptions. FX sources are explicit. Designed for treasuries that started on Base and grew sideways.

When to use: multi-network markets; end-of-month ops.

**Price:** $8.99 USDC on Base via x402 unlock.

**Standards:** x402 payments · ERC-7857 sealed skill model · agent-swarm ready.

Operator notes for Multi-Chain Treasury Reconciler: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/multi-chain-treasury-reconciler/outline.json before paying. Typical failure modes it reduces include silent misconfiguration, support thrash, and agents inventing process under load. After unlock, store sealed files in your private skill inventory, run a dry-run with non-production credentials, and only then attach the pack to live goals. Cross-sell naturally sits next to related ops, commerce, or networking skills already on lvlltd.com so agents can compose a ladder instead of a one-off purchase.
