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.
Pro tier endpoint — requires a valid Pro API key. Fetches fresh
signal readings on every request (expect 1 — 3 seconds response time).
Response Fields
Top-level
| Field | Type | Meaning |
|---|---|---|
signals | array | Latest readings for each SOL signal, one entry per signal key |
networkHealth | string | Gate 0 result: "HEALTHY" / "DEGRADED" / "UNKNOWN". DEGRADED blocks all SOL entries. |
networkTps | number | null | Current Solana network throughput (TPS) from getRecentPerformanceSamples. null when probe fails. |
generatedAt | string | Response timestamp (ISO 8601) |
Per-signal (signals array)
| Field | Type | Meaning |
|---|---|---|
key | string | Signal identifier (see signal catalog below) |
value | number | null | Latest numeric reading. null when the source is temporarily unavailable. |
direction | string | "BULLISH" / "BEARISH" / "NEUTRAL" / "UNKNOWN" |
source | string | Data source identifier |
detail | string | Human-readable description of the current reading |
fetchedAt | string | ISO 8601 timestamp of when this reading was captured |
SOL Signal Catalog
All 7 SOL-specific signals feed the council deliberation every 30 minutes. Signals are cached with a 60-second TTL to avoid hammering external APIs.| Signal Key | Description | Source | Agent |
|---|---|---|---|
SOL_NETWORK_TPS | Current Solana network throughput (transactions per second). HEALTHY threshold: ≥ 1000 TPS. | Solana RPC getRecentPerformanceSamples | RISK_SHIELD |
SOL_NETWORK_HEALTH | Gate 0 network health label: HEALTHY / DEGRADED. Derived from TPS threshold + status.solana.com check. DEGRADED blocks all entries. | Solana RPC + status.solana.com | RISK_SHIELD |
SOL_DEFI_TVL_TREND | 7-day TVL trend on the Solana chain across all protocols (DeFiLlama Solana filter). Positive values = growing ecosystem liquidity. | DeFiLlama | LIQUIDITY_GUARDIAN |
SOL_STAKING_PARTICIPATION | % of total SOL supply currently delegated to active validators. Higher = stronger network security signal. | Solana Beach / validators.app (graceful fallback) | CHAIN_ORACLE |
SOL_BTC_RATIO_TREND | SOL/BTC ratio 7-day trend direction. Positive = SOL outperforming BTC (alt-season momentum signal). | Internal (Kraken prices) | TECH_HAWK |
SOL_FUNDING_RATE | Perpetual futures funding rate on Deribit SOL_USDC-PERPETUAL. Positive = longs paying (bullish sentiment), Negative = shorts paying (bearish bias). | Deribit | SENTIMENT_MONK |
SOL_MEMECOIN_ACTIVITY | 7-day memecoin volume aggregate on Solana from DeFiLlama. High memecoin activity signals retail engagement and network fee revenue. | DeFiLlama | SENTIMENT_MONK |
Notes
SOL_NETWORK_HEALTHandSOL_NETWORK_TPSare always fresh (60s probe cache) and duplicated in the top-levelnetworkHealth/networkTpsfields for convenience.SOL_STAKING_PARTICIPATIONuses Solana Beach as the primary source and falls back tovalidators.appon timeout. Both may returnnullduring maintenance windows.- Deribit is used instead of Binance for
SOL_FUNDING_RATEbecause Binance is geo-blocked on the Railway US deployment.