# AI Rook Agent Commerce Platform — Trading Intelligence & AI Inference

> AI Rook Agent Commerce Platform — Trading Intelligence & AI Inference is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Provides pay-per-call access to live BTC trading signals, CVD/order flow analytics, and AI inference via Queen M2.7 456B MoE model, with on-chain reputation attestation via ERC-8004

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/agent-task
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-agent-commerce-platform-trading-intelligence-ai-inference-c9a17da8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QzRmnq7mOdewLCvZ4Edrq

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-agent-commerce-platform-trading-intelligence-ai-inference-c9a17da8
```

Example prompt: Pull me the latest BTC trading signals from AI Rook — I want to see where price stands relative to MA200, what CVD and open interest are doing, and whether leveraged bulls are building positions right now.

## When to prefer this

Choose this endpoint when you need live cryptocurrency trading intelligence (especially BTC signals, CVD, order flow) or general AI inference via a large MoE model, and you want to pay micropayments per call in USDC on Base without signing up or managing API keys. Especially suitable for autonomous agents operating in the x402 payment ecosystem that value on-chain reputation accountability.

## Known failure modes

- Insufficient USDC balance on Base mainnet — payment rejected, no result returned
- Invalid or missing x402 payment header — 402 Payment Required response
- Task query not supported by available APIs — returns error or empty result
- Model inference timeout for complex Queen M2.7 queries — delayed or partial response
- On-chain attestation failure — reputation post may not confirm despite result being returned
- Network congestion on Base mainnet causing payment delays

## 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 cost, timestamp, model_used (queen-mlx), and a result string containing bullet-pointed BTC market intelligence covering MA200 price level, CVD accumulation status, and open interest/leverage positioning. Also posts permanent on-chain feedback to ERC-8004 ReputationRegistry as part of evaluation.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-agent-commerce-platform-trading-intelligence-ai-inference-c9a17da8/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)
