Autonomous Agents. Solana-speed.

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.

AGENT TYPES

Purpose-built agents for every Solana strategy.

From Jupiter route arbitrage to Realms treasury management — deploy pre-built templates or define your own Anchor-flavored agent in minutes.

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.

Jupiter v6 · Orca Whirlpools · Phoenix · Raydium CLMM

Liquidation Sentinel

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.

Kamino · MarginFi · Drift · Solend flash-loans

Treasury Rebalancer

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.

Squads v4 · Realms governance · Jito / Marinade LSTs

Wormhole Bridge Watcher

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.

Wormhole VAAs · SPL mint guard · Circuit-breaker CPI
AGENT MANIFEST

Define your agent in a declarative config.

A simple YAML manifest is all you need. The protocol handles scheduling, execution, and proof generation.

agent.nexus.yaml
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
PRE-LAUNCH · DESIGN TARGETS
SLOT-TO-LAND TARGET
<1 slot
Median landed-tx, via Jito block engine
BUNDLE LAND RATE
99.5%
Target at mainnet, tipped lane
PROOF LATENCY
<400ms
SP1 prover → Solana verifier CPI
PROOF SYSTEM
Groth16 / SP1
Verified on-chain by Anchor program
TEMPLATES

Start with a proven template.

Battle-tested agent configurations you can deploy in minutes. Customize venues, oracles, and risk parameters.

Jupiter Route Arbitrage

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.

Arbitrage Jito-bundled
Use Template

Kamino / MarginFi Liquidator

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.

Liquidation Flash-loan
Use Template

Squads Treasury Manager

Governance-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.

Treasury Realms
Use Template