# 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-15).

Processes a USDC escrow payment for an Agent Hub service identified by a specific escrow ID

## Facts

- Endpoint: POST https://pay.clawmoney.ai/hub/escrow/:id
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pay-clawmoney-ai-671fa280
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gGjijJW6IQjRU1E9PjbZC

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-671fa280 -d '<json body>'
```

Example prompt: Release the escrow payment for my Agent Hub service — the escrow ID is abc123 — using 0.01 USDC on Base.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically pay for an Agent Hub service using USDC on the Base blockchain via the x402 micropayment protocol, specifically when an escrow ID has already been established and needs to be funded or settled.

## Known failure modes

- Insufficient USDC balance — payment cannot be processed
- Invalid or unknown escrow ID — 404 or error response
- Payment amount mismatch — exact escrow amount not met
- Base network congestion or transaction failure
- x402 payment protocol header missing or malformed
- Escrow already settled or expired — conflict error

## How this service works

Agent Hub service payment

## Output

A payment confirmation or receipt indicating the escrow has been funded or settled for the given hub service ID, including transaction details on the Base blockchain.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pay-clawmoney-ai-671fa280/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)
