Built x9 for
@colosseum SolanaFrontier hackathon . It is an autonomous trading agent on Solana that executes your strategy without broadcasting it. The core problem is that every swap you submit hits the mempool publicly before it confirms, which means anyone watching can front-run your entry or copy your pattern before you are even filled.
The agent runs on its own.
@AnthropicAI Claude reads live prices from
@CoinGecko, calculates RSI, and decides whether to act.
@JupiterExchange handles the routing.
@vanishTrade sends each swap through a one-time wallet so the execution cannot be traced back to your address or your position.
After each trade executes,
@goldrushdev verifies it actually settled onchain before the agent marks it complete. Not trusting the RPC, not assuming it worked. Actually querying live chain state. The decision log writes the full reasoning in plain English for every action the agent takes.
@ikadotxyz dWallet signs every trade authorization via MPC threshold signing.
@onswig enforces onchain spend limits before any transaction reaches the chain.
@MetaplexFndn Core mints each agent as an onchain NFT.
@bonfida SNS registers a .sol domain on every deploy.
@Dune tracks all trade activity.
@phantom handles wallet-based deployment.
All these integrations are live integrations, all wired to real production endpoints. The proof page at
x9-protocol.vercel.app/proof has verifiable evidence for every one of them, including actual function calls and transaction IDs from mainnet.