---
skill_id: agent-to-agent-escrow-pattern
evaluation: free
price_usd_full: 9.99
challenge: https://lvlltd.com/api/pay?skill=agent-to-agent-escrow-pattern
outline: https://lvlltd.com/skills/agent-to-agent-escrow-pattern/outline.json
standards: x402, ERC-7857
---

# Free sample — Agent-to-Agent Escrow Pattern

**Skill ID:** `agent-to-agent-escrow-pattern`  
**Full unlock:** $9.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=agent-to-agent-escrow-pattern  
**Outline JSON:** https://lvlltd.com/skills/agent-to-agent-escrow-pattern/outline.json

## Summary

Trust-minimized handoff of funds and deliverables between two agents.

## When to use

- Two agents trade work product without shared operator
- Open marketplace listings need escrow not pure unlock
- Designing A2A commerce beyond single-merchant x402

## Decision criteria (buy vs skip)

- You need this when: Two agents trade work product without shared operator
- You get capability: Escrow state machine
- Budget fits: full unlock is $9.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. Define parties, SKU, amount, and delivery artifact hash
2. Fund escrow; freeze cancel rules
3. Seller agent delivers hash; buyer agent verifies
4. Confirm release or open dispute before timer
5. Emit escrow-state.json + party message templates

## Capabilities (preview)

- Escrow state machine
- Delivery hash verification step
- Dispute timer policy
- Party message templates

## 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/agent-to-agent-escrow-pattern/outline.json
GET  https://lvlltd.com/api/pay?skill=agent-to-agent-escrow-pattern   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"agent-to-agent-escrow-pattern"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Agent-to-Agent Escrow Pattern

Pure x402 unlock assumes one merchant. Agent-to-agent work needs escrow: fund, deliver hash, confirm, or dispute. This pattern documents the state machine and messages for open markets (including 85/15 style fees where relevant). Complements seller/buyer agents.

When to use: open listings, freelance agents, multi-party deals.

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

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

Operator notes for Agent-to-Agent Escrow Pattern: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/agent-to-agent-escrow-pattern/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.
