Each signal now carries market microstructure, on-chain context, and optional market intelligence from CoinGecko when that provider is enabled.
A live signal feed shaped by the Python quant engine.
This view opens with a REST snapshot and stays fresh with live WebSocket updates, so the signal board remains current while the engine continues reading the market.
FastAPI live stream
The frontend receives live signal updates through FastAPI over WebSocket while the Python engine stays focused on market analysis behind the scenes.
The dashboard follows the account tied to your session.
This panel reads the exchange accounts tied to your active session, so your analysis workflow stays aligned with the trader who is actually signed in.
A lighter interface, a stronger research engine.
The interface stays focused on clarity while the Python engine remains dedicated to market data, signal logic, and scenario construction.
Venue connectivity stays inside the quant stack.
The exchange connector stays in Python so market state, signal logic, and future execution paths do not fragment across the frontend.
The engine reads more than venue data alone.
The engine can combine Ethereum mainnet context and CoinGecko market intelligence without breaking the discipline of the core venue workflow.
Optional providers stay controlled.
If Etherscan, Blockchair, or CoinGecko is not active yet, the dashboard stays stable and shows provider notes instead of breaking the signal flow.