Full validated TAO trade history with derived performance stats and paper validation progress
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.
stats.validatedPaperTrades field tracks progress toward
this milestone.
liquidityAtEntry, daysSinceHalving, and isPaper. The stats
block also exposes the paper validation gate progress via validatedPaperTrades
and paperValidationTarget.
| Field | Type | Meaning |
|---|---|---|
trades | array | Closed validated TAO trades, oldest first |
stats.totalTrades | int | Count of closed validated trades |
stats.validatedPaperTrades | int | TAO-specific. Count of validated paper trades closed (0 — 10). Milestone: at 10, live capital gates open for K-1 sign-off. |
stats.paperValidationTarget | int | Always 10 — the milestone before live trading. |
stats.winRate | number | % of trades with pnlUsd > 0 |
stats.totalPnl | number | Cumulative USD P&L |
stats.avgHoldMinutes | number | Average hold duration in minutes |
stats.bestTrade | number | Best single-trade P&L (USD) |
stats.worstTrade | number | Worst single-trade P&L (USD) |
| Field | Type | Meaning |
|---|---|---|
id | string | UUID |
entryTime / exitTime | string | ISO 8601 |
entryPrice / exitPrice | number | USD |
sizeTao | number | Position size in TAO |
pnlUsd | number | Total P&L (entry-to-exit, includes TP1 partial when applicable) |
pnlPct | number | P&L as % of position cost |
tp1PnlUsd | number | null | TP1 partial P&L when TP1 fired |
liquidityAtEntry | number | null | TAO-specific. Kraken order-book depth (USD) at the moment of entry — audit field for Gate 0 compliance. |
daysSinceHalving | int | null | TAO-specific. Days since the 2025-12-01 TAO emission halving at entry time — cycle-position audit. |
isPaper | bool | true for all paper trades. Becomes false after live capital is enabled. |
result | string | "WIN" / "LOSS" |
mode | string | Entry mode (A / B / C) |
validatedPaperTrades / paperValidationTarget fields provide a
real-time view of this milestone. When validatedPaperTrades reaches 10,
an explicit K-1 sign-off sprint activates live trading with Kraken.