Strategies

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.

01

Quick Trade

01

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

Leg 1 · buy ETHask 1,845.12 · size 5.42 ETH
Leg 2 · swap ETH→BTCbid 0.03842 BTC/ETH
Leg 3 · sell BTCbid 48,125.20 · net +$8.47
Slippage factor applied0.999 × 0.985 × 0.999
Gate: predicted vs actualwithin 0.5%
02

Cross-Exchange

02

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
1
User approval required

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

2
User approval required

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

3
User approval required

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

03

Auto Arb

03

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)

Sessions3 / 10 concurrent
Current balance$2,484.12
Cycles this hour18 ✓ · 2 ✗
Avg profit per cycle+$0.72 (+0.29%)
Kill-switch armedstops at −2% daily

State is persisted to Postgres — sessions survive restart.

04

Market Making v3

04

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
SessionBTC/USDT· Binance · LIMIT_MAKER
Running

Mid

67,203.10

Spread

0.186%

Inventory

+0.015 BTC

P&L (24h)

+$0.42

Live Orders

γ 0.10 · κ 1.5

BUY0.015 BTC@ 67,140.50
12sOPEN
SELL0.015 BTC@ 67,265.80
12sOPEN

Event stream

→ Placed BUY 0.015 @ 67,140.50 · SELL 0.015 @ 67,265.80

05

Snake Arb

05

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

Graph size132 currencies · 3,840 edges
Triangular cycles found14 ⇢ profitable after slip
Multi-hop cycles (4-leg)6
Cheapest path (SOL→MATIC→USDT→SOL)+0.41% net
Runtime~620ms per scan
06

Stat Arb

06

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

Rolling correlation0.932
Ratio z-score−2.18
SignalLONG ETH · SHORT BTC
Confidence72%
Expected mean-reversion6–14h
07

DEX-CEX

07

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

Uniswap v3 (ETH)$3,648.22
Binance (ETH/USDT)$3,661.85
Gross spread+0.374%
Gas estimate0.0014 ETH · $5.11
Net profit on $5,000+$13.55

Direction badge flips when CEX trades rich vs DEX.

Ready to run every strategy from one terminal?

Request access — we onboard in waves.