# ClawMoney Agent Hub Escrow Payment

> ClawMoney Agent Hub Escrow Payment is a paid API for AI agents from pay.clawmoney.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Accepts USDC payments on Base blockchain via an exact-scheme escrow to authorize and fund Agent Hub service calls

## Facts

- Endpoint: POST https://pay.clawmoney.ai/hub/escrow/5523635c-048b-4ac5-b41a-4cca70104d01
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pay-clawmoney-ai-b17b887c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D7NMIS__iUVlhfkzFRfNL

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 pay-clawmoney-ai-b17b887c -d '<json body>'
```

Example prompt: Pay for the Agent Hub service using USDC on Base — send up to 10,000 units with a 5-minute escrow timeout to cover this API call.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically authorize and pay for Agent Hub services using USDC stablecoin on the Base L2 blockchain, especially in automated x402 payment flows where exact-amount escrow with a defined timeout is required.

## Known failure modes

- Insufficient USDC balance in wallet — payment fails with insufficient funds error
- Escrow timeout exceeded (300s) — transaction expires and funds are released back
- Unit count exceeds maximum of 10,000 — request rejected with limit exceeded error
- Invalid Base wallet address — payment rejected with address validation error
- Network congestion on Base — transaction may be delayed or fail with gas error

## How this service works

Accepts USD Coin (USDC) payments on Base via an exact-scheme escrow for Agent Hub services, permitting up to 10,000 units with a 300s timeout.

## Output

Returns an escrow confirmation including transaction hash, authorization status, and payment receipt confirming USDC has been locked on Base for the Agent Hub service call.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pay-clawmoney-ai-b17b887c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.clawmoney.ai](https://www.zero.xyz/host/pay.clawmoney.ai/llms.txt)
