Bloom AI — Research to Live SoDEX Fills
Bloom AI is an agentic research-to-execution stack on the SoSoValue ecosystem. Five agents turn ETF flows, sentiment, and SoDEX market data into Smart Money newsletters and pipeline-minted SSI baskets. You review strategies, then trade manually with MetaMask — or sign one Auto-Copy grant so Sentinel-gated fills run after the next pipeline. Performance shows verified fills only: equity curve, by-asset / by-strategy PnL, and Auto-Copy vs manual attribution. No fabricated TVL or win rates.
Journalist → Chart Analyst → Strategist → Sentinel → Broker. Run from Home; strategies stay empty until the pipeline mints them.
Pipeline-generated baskets with Review → Trade, SoSo index compare, and Studio weight edits — ledger-backed signal trail.
Manual EIP-712 batchNewOrder fills on SoDEX testnet, or one AutoCopyGrant signature for unattended copies within your limits.
Verified session analytics — equity curve, by asset / strategy / day, Auto-Copy tags, mark-to-market from SoDEX prices.
Product Journey
The app follows one path: Home → Discover → News → Strategies → Trade → Results.
Quick Start
Clone the monorepo, install deps, configure environment variables, and run both servers:
# 1. Install all workspace deps npm install # 2. Configure environment cp apps/api/.env.example apps/api/.env # Required for live fills: SOSOVALUE_API_KEY, SODEX_API_PRIVATE_KEY, OPENROUTER_API_KEY # Optional: SODEX_API_KEY_NAME (omit for master key) # 3. Start the API server (port 4000) cd apps/api && npx tsx src/index.ts # 4. Start the frontend (port 3000) cd apps/web && npx next dev --port 3000
Pages
/Landing — live fills, Auto-Copy, journey, agent + integration stack/dashboardHome — run pipeline, live prices, guided next steps/researchDiscover — charts, L2 book, signals, confluence, opportunities/terminalNews — Smart Money newsletters + market context side panels/strategiesSSI baskets — Review → Trade, compare, Studio (empty until pipeline)/copy-tradeTrade — manual MetaMask wizard + Auto-Copy grant panel/performanceResults — equity, by-asset / by-strategy MTM, Auto-Copy vs manual/roadmapPhases 1–4 — shipped Auto-Copy + analytics in Phase 2/docsThis documentation page