# AI Rook ACP Escrow Complete

> AI Rook ACP Escrow Complete 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).

Completes an ACP escrow transaction and posts permanent on-chain reputation feedback to the ERC-8004 ReputationRegistry

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/acp-escrow/complete
- 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-complete-5bb6d805
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2y_NvSQCF801g32pL7amF

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-complete-5bb6d805
```

Example prompt: Finalize my ACP escrow and post the on-chain reputation attestation to the ERC-8004 ReputationRegistry on Base mainnet — I've already paid the 0.01 USDC via x402 and want to confirm the transaction is complete.

## When to prefer this

Use this endpoint when you need to finalize an ERC-8183 ACP escrow transaction on Base mainnet and simultaneously record a permanent reputation attestation on the ERC-8004 ReputationRegistry. Prefer this over generic payment settlement endpoints when you specifically need the AgenticCommerce escrow lifecycle and AI Rook's 2% evaluator fee model with on-chain feedback.

## Known failure modes

- Escrow ID not found or already completed — returns error status
- Payment not confirmed on Base mainnet — transaction hash missing or invalid
- Reputation registry post fails due to on-chain congestion — status may show success but reputation field absent
- Invalid or expired x402 payment header — 402 Payment Required response
- Network timeout on Base mainnet RPC — incomplete transaction state returned

## 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 with the on-chain transaction hash (e.g. 0xabc...), a status field confirming 'success', and a 'reputation' field confirming the attestation was posted to the ERC-8004 ReputationRegistry under AI Rook's evaluator Agent ID 59646.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-acp-escrow-complete-5bb6d805/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)
