# AI Rook ACP Escrow Create

> AI Rook ACP Escrow Create is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Creates an on-chain ACP escrow contract on Base mainnet for agent-to-agent commerce, returning a transaction hash, job ID, and contract address with ERC-8004 reputation attestation.

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/acp-escrow/create
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-acp-escrow-create-d49334f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YJgUMsIzelKDp7uxT1PTc

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 ai-rook-acp-escrow-create-d49334f2
```

Example prompt: Create an ACP escrow on AI Rook for a new agent commerce job — lock 0.01 USDC on Base mainnet and give me back the transaction hash, job ID, and deployed contract address.

## When to prefer this

Choose this endpoint when you need to create a trustless, on-chain escrow for agent-to-agent commerce on Base mainnet using ERC-8183 ACP, especially when permanent ERC-8004 reputation attestation and no-signup USDC micropayments are required. Prefer over generic smart contract tools when you want built-in AgenticCommerce evaluator logic and automatic on-chain reputation feedback.

## Known failure modes

- Insufficient USDC balance on Base mainnet — payment rejected
- Invalid wallet or missing x402 payment header — 402 response
- Contract deployment failure due to network congestion — transaction timeout
- Malformed escrow parameters — 400 bad request
- Base mainnet RPC unavailable — 503 service error

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Returns a JSON object containing a transaction hash (tx), a numeric job ID, a status field indicating success, and the deployed escrow contract address on Base mainnet (ERC-8183 ACP contract).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tx": "0xabc...",
  "jobId": 42,
  "status": "success",
  "contract": "0xAED73468126f4E992d8c701Bb0047DD7f8589f5B"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-acp-escrow-create-d49334f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
