---
skill_id: aie-escrow-task-funder
evaluation: free
price_usd_full: 0.08
challenge: https://lvlltd.com/api/pay?skill=aie-escrow-task-funder
outline: https://lvlltd.com/skills/aie-escrow-task-funder/outline.json
standards: x402, ERC-7857
---

# Free sample — Escrow Task Funder Agent

**Skill ID:** `aie-escrow-task-funder`  
**Full unlock:** $0.08 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=aie-escrow-task-funder  
**Outline JSON:** https://lvlltd.com/skills/aie-escrow-task-funder/outline.json

## Summary

Fund milestone escrow for A2A task delegation and release.

## When to use

- Any agent goal that matches the summary/capabilities below

## Decision criteria (buy vs skip)

- You get capability: milestone amounts and release conditions
- Budget fits: full unlock is $0.08 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 milestone amounts and release conditions
2. Fund escrow before agent task start
3. Release or clawback with dual evidence rules
4. Log every state change for dispute readiness
5. Emit escrow funder flow + milestone JSON

## Capabilities (preview)

- milestone amounts and release conditions
- escrow before agent task start
- or clawback with dual evidence rules
- every state change for dispute readiness

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

## Sample excerpt

# Escrow Task Funder Agent

Fund milestone escrow for A2A task delegation and release.

This pack replaces generic boilerplate with a concrete method for **Escrow Task Funder Agent**. Free evaluation steps:

1. Define milestone amounts and release conditions
2. Fund escrow before agent task start
3. Release or clawback with dual evidence rules
4. Log every state change for dispute readiness
5. Emit escrow funder flow + milestone JSON

When to use: Fund milestone escrow for A2A task delegation and release..

**Price:** $0.08 / call USDC on Base via x402 unlock.

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

## Outline

1. Define milestone amounts and release conditions
2. Fund escrow before agent task start
3. Release or clawback with dual evidence rules
4. Log every state change for dispute readiness
5. Emit escrow funder flow + milestone JSON
