AeX Vaults

Autonomous Strategy Execution on Solana
23
Agent Tools
59
QVM Opcodes
Parallel Vaults
0
Trust Required
Open DEX QVM Spec Changelog

How It Works

1. Create Vault

Isolated wallet for one strategy. Describe what you want in English. The agent compiles QVM bytecode.

2. Fund & Execute

Deposit SOL. The vault runs your strategy against live pools. Each execution tracks P/L independently.

3. Sweep Profits

When the vault hits your profit target, profits auto-sweep to your master wallet. Set loss limits too.

Agent Commands

"Create 3 vaults for arb, sniper, and farming"
"Fund each with 0.5 SOL"
"Run autopilot with 50K profit target"
"Breed the top strategies across all vaults"
"Show me the leaderboard"
"Sweep all profitable vaults"

Features

Auto-Scale

Spawn N vaults, distribute capital, run strategies in parallel. Sweep losers, keep winners.

Autopilot

Set profit target + loss limit. Vault runs until target hit, then auto-sweeps. Real-time P/L streaming.

Genetic Breeding

Top strategies breed hybrids. Bytecode crossover creates novel strategies no human would design.

API

POST /v1/vault/create      Create isolated vault
POST /v1/vault/fund        Deposit SOL
POST /v1/vault/execute     Run QVM strategy
POST /v1/vault/sweep       Return profits
GET  /v1/vault/list        All vaults + P/L
POST /v1/vault/tournament  Submit to breeding tournament
GET  /v1/vault/tournament  View tournament results

Security

Each vault is completely isolated — one vault cannot access another.
Strategies are formally verified (TLA+ 9M states, 0 violations).
Adversarial fuzzing: 581K strategies/sec tested, 0 crashes.
CU budget enforced: 200K maximum, worst case 112K (56%).
Flash arb: atomic — reverts on unprofitable execution (lose only gas).