Every arbitrage edge. In one terminal.
Seven distinct strategies. Same encrypted vault, same live SSE feed, same PnL ledger. Pick the one that matches your venue and risk budget.
Quick Trade
Quick Trade
Single-exchange triangular arbitrage
USDT → ALT → BTC → USDT on one venue. Pre-execution validation checks balance, LOT_SIZE, and spread before committing capital.
- Per-pair slippage factors (0.985 bridge · 0.998 ALT · 0.999 majors)
- Spread filter < 2% per leg
- Side-by-side predicted vs actual after each trade
Example route · USDT → ETH → BTC → USDT
Cross-Exchange
Cross-Exchange
Buy → Withdraw → Sell with 3 approval gates
Buy on the cheap exchange, withdraw on-chain, sell on the expensive one. Each gate requires explicit approval — no surprise capital movement.
- Address verification before withdrawal
- Network + gas cost baked into profit estimate
- Cycles typically span 3 days – 2 weeks
Gate 1 · Buy
User reviews price, fees, and balance, then approves the buy order on the source exchange.
Order placed · balance decremented · source exchange confirms fill
Gate 2 · Withdraw
After buy fills, user enters the destination address, verifies the network, and approves withdrawal.
Address whitelist · network fee preview · 2FA at exchange edge
Gate 3 · Sell
Once crypto lands on the destination exchange, user approves the final sell. Profit is realized.
Re-quote before execution · slippage check · predicted vs actual logged
Auto Arb
Auto Arb
Continuous single-exchange bot
Automated scan + execute loop with kill-switch. Up to 10 concurrent sessions streaming live over SSE for sub-100ms UI updates.
- Per-session P&L, event log, and pause/resume
- Order refresh on price drift or bid-ask shift
- Postgres-persistent session state across restarts
Live session state (simulated)
State is persisted to Postgres — sessions survive restart.
Market Making v3
Market Making v3
Avellaneda-Stoikov, retail-accessible
Quote both sides with inventory-aware spread. LIMIT_MAKER post-only orders unlock the 0.075% maker fee on Binance.
- Fee floor: makerFee × 2 × 1.2 ensures round-trip + margin
- Lead-lag detection widens spread on danger signals
- Auto-tuner adjusts γ, κ, lock factor from live win rate
Mid
67,203.10
Spread
0.186%
Inventory
+0.015 BTC
P&L (24h)
+$0.42
Live Orders
γ 0.10 · κ 1.5
Event stream
→ Placed BUY 0.015 @ 67,140.50 · SELL 0.015 @ 67,265.80
Snake Arb
Snake Arb
4+ leg multi-hop routes
Graph route engine treats trading pairs as edges and finds N-leg cycles with net profit after per-leg slippage compounds.
- Runs every 4th poll (~2 min) — O(V×E) cost managed
- Route ranking by net profit after fees + slippage
- Manual path override for discovered routes
Graph engine · every 4th poll
Stat Arb
Stat Arb
Correlation & mean-reversion signals
Tracks rolling correlation + standard deviation between pair ratios. Emits long/short signals when z-score exceeds threshold.
- Correlation heatmap across 100+ pairs
- Configurable lookback window (30m – 4h)
- Exchange-scoped or cross-exchange comparison
Correlation monitor · BTC/ETH · 1h window
DEX-CEX
DEX-CEX
On-chain vs off-chain arbitrage
Prices spread between Uniswap/Jupiter and Binance/Gate.io — net of gas cost. Directional badge shows DEX→CEX or reverse.
- Per-chain gas estimate in wei/gwei
- Gross vs net profit after blockchain fees
- Spot-only, no borrow or flash loans required
Live opportunity · WETH vs ETH/USDT
Direction badge flips when CEX trades rich vs DEX.
Ready to run every strategy from one terminal?
Request access — we onboard in waves.