# Agent Utilities — Escrow Checklist (x402)

> Agent Utilities — Escrow Checklist (x402) is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Returns a markdown escrow checklist for a given topic, brief, or scene, paid per-call via x402 on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/escrow-checklist
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-utilities-escrow-checklist-x402-3f4c1adb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A1ToWT93rWWh4W7tnw-6E

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent-utilities-escrow-checklist-x402-3f4c1adb -d '<json body>'
```

Example prompt: Can you generate an escrow checklist for a freelance video editing job brief — the client wants 3 milestone payments and final delivery approval before funds release?

## When to prefer this

Choose this endpoint when you need a structured, markdown escrow checklist generated on-demand for a specific topic, job brief, or scene, and you want per-call micropayment pricing (no subscription) via x402 on Base. Prefer this over generic document generators when the output needs to be escrow-specific and the payment model needs to be pay-per-use with crypto.

## Known failure modes

- Payment not received — 402 response if x402 payment header is missing or insufficient
- Invalid or missing topic/brief/scene — may return empty or generic checklist
- packId not found — error if specified pack does not exist
- Network timeout — API may fail to respond if upstream service is unavailable
- Malformed input JSON — 400 error if required fields are improperly typed

## How this service works

Free sample bounty radar, then paid full radar (0.015 USDC) or bid draft (0.01 USDC) on Base via x402. No subscription.

## Output

A markdown-formatted escrow checklist covering the key steps, milestones, and verification points relevant to the provided topic, scene, or job brief. Returned as text/markdown with structured checklist items.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "escrow-checklist markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-utilities-escrow-checklist-x402-3f4c1adb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
