https://api.jup.ag/swap/v1ββββ- No preflight report yet.
(waiting for eventsβ¦)
| Time | Strategy | Mint | In (SOL) | Out (SOL) | Net (SOL) | Tip (SOL) | Region | Status |
|---|
β‘ Cross-DEX Arb
π Backrunning
π§ JIT Liquidity
π¦ Liquidations
π₯ͺ Sandwich
| Time | Strategy | Middle Mint | Gross (SOL) | Net (SOL) | Score | Status |
|---|---|---|---|---|---|---|
| (no opportunities scored yet) | ||||||
Custom Rust mev-swap (Anchor)
Three instructions for 0ms swap execution (vs Jupiter's 200β500ms API hop):
raydium_swapβ direct CPI into Raydium V4 AMMorca_swapβ direct CPI into Orca Whirlpool (tick arrays, sqrt price limits, concentrated liquidity)atomic_arbβ buy + sell + revert-on-loss in one instruction
Amjf3eNzKkMXyFRxH2DZSZ78t9d115UjWhnrLLk4kCpeprograms/mev-swap/src/lib.rs(loading...)
Settings persist to data/settings.json. Sensitive values are masked.
After changing, click Save & Restart at the bottom.
π‘ RPC & APIs
Pick a provider. Free tiers work for paper-mode testing only; live mode needs paid Helius / QuickNode.
Helius
Sign up: dev.helius.xyz β Dashboard β Copy API Key. Professional plan recommended for production.
βActive WS:
β
π° Jito
Block engine bundle submission. Get a UUID at jito.network/searcher (free).
πͺ Jupiter
β‘ LaserStream (Helius Pro only)
π Wallet
Per project policy: the trading wallet is signed via Phantom or by pasting the secret key into the dashboard at runtime (memory only, never on disk).
To unlock the wallet for live trades, click the π icon in the top bar.
π° Trading
Spend budget, not whole wallet:
Working capital is the SOL budget the bot is allowed to use for sizing and breaker math. It does not need to equal the full wallet balance.
Max per-trade spend = working capital Γ max position %. Example: 0.40 Γ 0.10 = 0.04 SOL per JIT attempt.
Daily loss breaker = working capital Γ daily-loss-%.
π Strategies
π¬ Discord
Where the bot posts in-process alerts (circuit breaker trips, crash loops, etc). The OpenClaw cron-driven monitor posts its own alerts separately.
How to get a webhook: Discord channel β β Edit Channel β Integrations β Webhooks β New Webhook β Copy URL.