NAME
spreadnet - Solana arbitrage monitoring and execution platform
SYNOPSIS
spreadnet [--connect-wallet] [--monitor] [--execute]
DESCRIPTION
SpreadNet is a zero-cost, high-performance arbitrage engine tailored to the Solana blockchain. It continuously monitors prices across decentralized exchanges (DEXs) and routing services to identify risk-adjusted profit opportunities. The system is designed for low-latency signal generation and transparent decision-making, with a clean terminal-inspired interface for clarity and focus.
While the current MVP focuses on live detection and visualization, the platform architecture already anticipates non-custodial wallet connection and automated execution with configurable risk policies. Every component is modular, allowing incremental improvements without rewrites.
- scan stream price quotes and on-chain data across multiple DEXs and aggregators
- score compute net profitability after slippage, fees, and TTL decay
- alert push minimal, real-time updates via WebSocket to the UI
- execute forthcoming automated flow with wallet authorization and guardrails
ARCHITECTURE
The platform follows a hybrid design: a performance-oriented core for data ingestion and opportunity scoring, and a Python/Flask layer for real-time delivery over WebSocket. The UI is intentionally minimal, surfacing only what matters. Key modules:
- ingest Solana RPC/WebSocket, Jupiter API, and DEX endpoints
- normalize unify quotes, pairs, and liquidity metadata
- score probability-weighted profit with TTL and path constraints
- emit lightweight events to front-end subscribers
WHY SPREADNET
Solana’s throughput and low fees enable fast, granular execution. SpreadNet exploits this by tracking cross-venue inefficiencies, surfacing only actionable context. The goal is not pretty charts but precise signals and robust automation.
FUTURE WORK
- wallet connect Phantom/Solflare with granular permissions
- automation policy-based execution, caps, and circuit breakers
- analytics strategy performance, slippage attribution, risk reports
- ai adaptive path selection and liquidity forecasting