Skip to main content
GET
This endpoint is public — no API key required. Powers the TAO panel on aioka.io/live. (Sprint TAO — third multi-asset expansion after ETH and SOL.)
Tier: Public Cache: None — always live Read-only: Never writes to any trading table.
TAO council uses 6 specialist agents unique to Bittensor: SUBNET_ORACLE, MACRO_SAGE, AI_NARRATIVE, MOMENTUM_HUNTER, LIQUIDITY_GUARDIAN, RISK_WARDEN. These replace the generic BTC/ETH council personas and reflect TAO-specific on-chain and AI-sector intelligence.
⚠️ This is a paper-trading status snapshot, not financial advice. AIOKA TAO Ghost Trader is a simulation. Never make real financial decisions based solely on this signal.

Response Fields

TAO status mirrors the SOL schema but replaces networkHealth/networkTps with liquidityStatus/liquidityDepthUsd (the Kraken order-book probe used by Gate 0). TAO evaluates 8 entry gates — Gate 0 is a Kraken liquidity floor rather than a network health check.

Top-level

currentTrade fields (when status == "IN_TRADE")

latestVerdict fields

gates fields

TAO-Specific: Gate 0 (Liquidity Floor)

TAO is the first AIOKA asset with a dedicated Kraken order-book liquidity gate. The status endpoint probes the Kraken Depth and OHLC endpoints every 60 seconds and exposes the result via liquidityStatus and liquidityDepthUsd. The gate fires on two conditions, both of which must be true:
  1. Depth floor — Kraken bid + ask depth within ±0.5% of mid-price ≥ $50,000 USD.
  2. Volume surge — Last 1H volume ≥ 1.5× the 24H hourly average (confirms institutional participation, filters manipulation signals).
When liquidityStatus == "INSUFFICIENT", ALL TAO entries are blocked regardless of judiciary, council, or any other gate. This is by design and mirrors the trader-side K-1-equivalent rule — Gate 0 must never be disabled. This design reflects TAO’s lower Kraken liquidity relative to BTC/ETH. An entry during a thin order book risks high slippage, which is worse than missing the trade entirely.

Specialist Agents

TAO runs 6 custom specialist agents tuned to Bittensor-specific signals. Each agent produces an independent ruling and confidence score. The Chief Judge aggregates all 6 votes into the final verdict. The agentVotes object in every verdict response maps each agent name to its individual ruling and confidence. Disagreement between agents is reflected in the final confidence score — unanimous verdicts carry the highest confidence.

Response

200 - application/json

Live TAO Ghost Trader status

status
string
required
generatedAt
string<date-time>
required
currentTrade
TAOStatusCurrentTrade · object | null
latestVerdict
TAOStatusVerdict · object | null
regime
string | null
rsi1h
number | null
ema200
number | null
taoPrice
number | null
networkHealth
string
default:HEALTHY

TAO has no network outage gate; always 'HEALTHY' for compatibility with the multi-asset dashboard.

liquidityStatus
string
default:UNKNOWN
liquidityDepthUsd
number | null
paperTradesValidated
integer
default:0

Closed validated TAO paper trades (0-10 milestone).

paperMode
boolean
default:true

TAO_PAPER_MODE flag; live unlocked after 10 validated paper closes.

gates
TaoGates · object