# AI Rook — BTC AI Analysis

> AI Rook — BTC AI Analysis is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns AI-generated trading analysis and market intelligence for Bitcoin using the Queen M2.7 456B MoE model

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/ai-analysis
- Price: $0.05/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-btc-ai-analysis-46a02938
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DA9J2G1pAbCzSWT_yVlQn

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-btc-ai-analysis-46a02938
```

Example prompt: Give me an AI analysis of BTC right now — I want to know the current trend, RSI reading, and key support levels using AI Rook's Queen model.

## When to prefer this

Use this endpoint when you need AI-generated narrative trading analysis for Bitcoin with RSI and support-level commentary, powered by a large MoE model, without requiring API keys or signup — paid per-call in USDC via x402 on Base mainnet.

## Known failure modes

- Insufficient USDC balance on Base mainnet — payment fails with 402 response
- Symbol not supported — returns error for non-BTC tickers if not configured
- Model unavailable — Queen MLX inference backend down or overloaded
- Stale data — market data feed may have latency during off-hours
- Rate limiting — too many concurrent calls may be throttled

## How this service works

AI chart analysis — upload base64 chart image or text query, get technical analysis from MiniMax M2.7 (456B-parameter Mixture-of-Experts). Identifies trend, S/R levels, patterns, bias [OPEN HOUSE WEEK: $0.001 through Aug 9 00:00 UTC]

## Output

A JSON object containing: symbol (BTC), a natural-language analysis string describing trend direction, key support levels, and RSI signals, a UTC timestamp, the model used (queen-mlx), and a flag indicating whether an image was analyzed.

## 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
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "symbol": "BTC",
  "analysis": "BTC is in a bullish uptrend with key support at 63800. RSI showing bullish divergence.",
  "timestamp": "2026-07-22T07:00:00Z",
  "model_used": "queen-mlx",
  "image_analyzed": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-btc-ai-analysis-46a02938/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)
