SpreadNet

What It Is

SpreadNet is the first open-source Solana arbitrage platform—a light, non‑custodial engine that detects pricing inefficiencies across DEXs in real time, without ever holding user funds.

Key Features & Workflow

SpreadNet processes data in four stages:

  1. Ingest – Streams live quotes from various Solana DEXs and aggregators (e.g., Jupiter, Orca, Raydium) using a unified data model.

  2. Normalize – Cleans and aligns symbols, liquidity info, and fee data for scoring.

  3. Score – Calculates net profitability after accounting for slippage, fees, TTL decay; ranks opportunities by risk-adjusted spread.

  4. Emit – Sends lightweight events via SSE or WebSocket to update the live feed UI with minimal latency.

Repository Highlights

  • Fully open-source: Available at github.com/philipmorris28/spreadnet-v1— clone, review, or contribute to the project.

  • Organized for quick development: includes engine, monitoring feed, and modular components ready for integration.

Why It Matters

  • Transparent & Auditable: You control the code and workflow.

  • Live Feed Monitoring: Ideal for savvy traders who want to see opportunities without executing trades automatically.

  • Non‑custodial: Your funds remain in your wallet; SpreadNet only analyzes on-chain price discrepancies.


2. SpreadNet Terminal / Live Arbitrage Feed

Overview

The terminal-style feed on spreadnet.xyz serves as your real-time dashboard: displaying ranked arbitrage opportunities, relevant stats, and system uptime—all in one clean interface.

What Users See

  • Live Arbitrage Feed: Opportunity stream updating in real time.

  • System Stats: Metrics like total opportunities detected, average profit, best spread, opportunities per minute, and uptime. These help gauge system performance at a glance.

How It Works (Behind the Scenes)

  • Ingest → Normalize → Score → Emit pipeline runs continuously (as described above).

  • Updates are pushed swiftly using SSE/WebSocket, enabling sub‑second UI responsiveness.

Why It’s Useful

  • Lightweight & focused: Provides high-value data without clutter or execution risk.

  • Real-time insight: Traders can monitor inefficiencies immediately and act manually.

  • Risk-aware scoring: Made easier to spot truly profitable trades after slippage and fees.

Last updated