Jupiter Route Arbitrageur
Listens to the Jupiter v6 quote API and Phoenix / Orca / Raydium pool accounts directly. Closes spreads atomically in one Jito bundle, with a signed proof of the routing decision.
Deploy agents that execute complex strategies in a single Solana slot — Jupiter aggregation, Kamino leverage, Drift perps, all composed via CPI with a Groth16 proof committed alongside. No custodial keys, no MEV leak, no multi-chain hops.
From Jupiter route arbitrage to Realms treasury management — deploy pre-built templates or define your own Anchor-flavored agent in minutes.
Listens to the Jupiter v6 quote API and Phoenix / Orca / Raydium pool accounts directly. Closes spreads atomically in one Jito bundle, with a signed proof of the routing decision.
Subscribes to Kamino, MarginFi, and Drift obligation accounts via Helius webhooks. Flash-borrows through Solend, liquidates, and routes proceeds to the staker vault — in a single transaction.
Manages DAO treasuries custodied in Squads v4 multisigs. Stakes idle SOL to Jito or Marinade, rebalances into Kamino vaults, and submits governance-bounded proposals through Realms.
Verifies Wormhole VAAs hitting Solana before they unlock. Detects anomalous guardian signatures or mint irregularities and triggers a circuit-breaker on the receiving SPL mint.
A simple YAML manifest is all you need. The protocol handles scheduling, execution, and proof generation.
agent:
name: "jup-arb-sol"
type: "arbitrage"
version: "2.4.1"
program_id: "FoRGeAgnt1111111111111111111111111111111111"
cluster: "mainnet-beta"
rpc: "https://mainnet.helius-rpc.com"
execution:
runtime: "tee-sev-snp"
compute_unit_limit: 1200000
priority_fee_microlamports: 50000
timeout_slots: 2 # ~800ms, two slots
bundle:
via: "jito-block-engine"
tip_lamports: 10000
oracles:
- "pyth:SOL/USD"
- "pyth:JitoSOL/USD"
- "switchboard:JUP/USD"
strategy:
min_spread_bps: 15
max_position_usdc: 50000
slippage_bps: 50
venues:
- "jupiter-v6"
- "orca-whirlpools"
- "raydium-clmm"
- "phoenix"
pairs:
- "SOL/USDC"
- "JitoSOL/SOL"
- "JUP/USDC"
verification:
verifier_program: "vrFyNxsFrg3E111111111111111111111111111111"
proof_system: "groth16-sp1"
commitment: "light-protocol-state-tree"
audit_log: true
Battle-tested agent configurations you can deploy in minutes. Customize venues, oracles, and risk parameters.
Single-slot spread capture across Jupiter-aggregated routes. Pre-wired to Phoenix, Raydium CLMM, and Orca Whirlpools with priority-fee auto-tuning from the getRecentPrioritizationFees RPC.
Tracks Kamino Lend, MarginFi, and Drift obligation PDAs via Helius webhooks. Flash-borrows from Solend, liquidates, swaps collateral via Jupiter, and pays stakers — all in one tx.
Use TemplateGovernance-bound rebalancing for DAO treasuries custodied in Squads v4. Routes idle SOL into JitoSOL or mSOL, deposits stables into Kamino vaults, and proposes rebalances through Realms.
Use Template