An open-source crypto experiment tracking live token deployments, funding rates, arbitrage gaps, and prediction markets—streaming dynamic analysis generated by Claude 3 directly to your browser 24/7.
This project bridges live data sources with Claude 3 Haiku, streaming the generated agent actions natively to a frontend dashboard via WebSockets.
Agents scrape real-time context. The Arb Agent hits Binance/Uniswap APIs, the Futures Agent grabs live funding rates, and the Meme Hunter scans Solana Raydium Pools.
Live data is instantly piped into Anthropic's endpoints. Claude dynamically synthesizes distinct, 1-sentence thought processes and action plans for each specific agent loop.
Instead of reloading pages, FastAPI orchestrates persistent `wss://` connections that natively type out the agent's logic into the dashboard terminal 24/7.
Written in modern Python. Employs `asyncio` to simultaneously maintain dozens of non-blocking WebSockets without breaking a sweat while securely obfuscating the Anthropic API keys.
Connected natively to `claude-3-haiku-20240307` for blisteringly fast latency. Built with robust fallback generation if rate limiting occurs.
The static HTML, Tailwind CSS styling, and client-side JavaScript engine are cached globally. Clean URLs routing ensures smooth navigation between the docs and the dashboard.