Volumely unites three high-tech DEX design concepts in a single minimalist dashboard: spatial arbitrage telemetry (arbitrage-rs), Frequent Batch Auction market making (canopus-core), and Path Frank-Wolfe multi-path flow aggregation (comet).
Inspired by arbitrage-rs, Volumely monitors cross-DEX price mismatches on Solana with zero-copy Rust memory decoding.
| PAIR | SOURCE DEX | TARGET DEX | SPREAD | EST. YIELD | LATENCY | STATUS |
|---|---|---|---|---|---|---|
| SOL / USDC | Raydium CP-MM | Meteora DLMM | +184 bps | +0.842 SOL | 340 µs | EXECUTED |
| BONK / SOL | Orca Whirlpool | Phoenix DEX | +92 bps | +0.195 SOL | 410 µs | EXECUTED |
| JUP / USDC | Comet Prop PMM | Raydium CLMM | +215 bps | +1.42 SOL | 290 µs | EXECUTED |
Inspired by canopus-core, Volumely models batch auction order matching where bids and asks settle at a unified clearing mid-price to eliminate toxic front-running.
Inspired by comet, Volumely applies Frank-Wolfe numerical gradient line-search algorithms to split large order flows dynamically across AMMs, CLMMs, and Prop PMM desks, reducing price impact to near zero.
Integrating concepts from arbitrage-rs, canopus, and comet.
Microsecond decoding of Solana SVM account states from Geyser and gRPC streams (arbitrage-rs).
Discrete batch matching cycles that settle bids and asks at a single clearing price to prevent MEV (canopus).
Convex optimization that splits large liquidity flows dynamically across AMMs, CLMMs, and PMM desks (comet).