--- title: PolyBloom Space A โ€” Price Memory emoji: ๐Ÿ“ˆ colorFrom: blue colorTo: indigo sdk: docker pinned: false app_port: 7860 --- # PolyBloom Space A โ€” Price Memory Tier **Tier role:** Chronos zero-shot T5 foundation model. Reads closes + price-derived indicators only (RSI, ATR, VWAP, Bollinger). No orderflow. No sentiment. No polymarket. ## Endpoints | Method | Path | Description | |--------|------|-------------| | `GET` | `/` | Health check โ€” returns model load status | | `POST` | `/predict` | Run Chronos prediction | ## POST /predict **Request body:** ```json { "closes": [104200, 104350, ...], "rsi": 54.2, "vwap_dev": 0.003, "atr_pct_of_spot": 0.8 } ``` **Response:** ```json { "name": "Chronos", "direction": "UP", "confidence": 68, "slope_pct": 0.00031, "reasoning": "Chronos: median=104421.00 last=104350.00", "tier": "price_memory", "latency_ms": 420 } ``` ## Part of PolyBloom v20 โ€” MiroFish Tier Architecture - **Space A** โ€” Price Memory (Chronos) โ† this space - **Space B** โ€” Orderflow (XGBoost ยท CatBoost ยท iTransformer) - **Space C** โ€” Sentiment + Price-Memory (LightGBM ยท PatchTST ยท N-HiTS)