Historical directional accuracy of each AI Council agent (BTC)
Documentation Index
Fetch the complete documentation index at: https://docs.aioka.io/llms.txt
Use this file to discover all available pages before exploring further.
| Trade | Outcome | Correct vote |
|---|---|---|
| LONG win | price rose | BULLISH |
| LONG loss | price fell | BEARISH |
| SHORT win | price fell | BEARISH |
| SHORT loss | price rose | BULLISH |
BULLISH / BEARISH) are graded. NEUTRAL votes and
non-directional rulings (e.g. RISK SHIELD’s PROCEED / REDUCE / WAIT /
AVOID) carry no directional claim, so they are excluded from the denominator
rather than counted as wrong. An agent with no directional history is omitted
from the response.
| Field | Type | Description |
|---|---|---|
asset | string | Always "BTC". |
trades_analyzed | number | Count of closed BTC trades matched to a council verdict. |
agents | array | Per-agent accuracy entries (see below). May be empty. |
agents[].agent_name | string | Display name, e.g. "CHAIN ORACLE". |
agents[].correct_calls | number | Directional votes that matched the outcome. |
agents[].total_calls | number | Directional votes graded for this agent. |
agents[].accuracy_pct | number | correct_calls / total_calls × 100, 1 decimal. |
agents[].last_updated | string | null | ISO timestamp of the most recent graded trade. |
cached | boolean | Whether this response was served from cache. |
cache_ttl_seconds | number | Cache lifetime in seconds (3600). |
Your AIOKA Intelligence API key (format: aik_{tier}_{random})