The Hyperdrome Agent

Not a DEX with AI — It’s an AI Agent with a DEX
Hyperdrome is built AI-first. The agent isn’t a chatbot bolted onto a trading interface — it is the interface. Every DeFi action (swapping, LPing, locking, voting, claiming) is accessible through natural language conversation or slash commands. The traditional UI exists as a fallback, but the agent is the primary way users interact with the protocol.Architecture
The Hyperdrome agent uses an LLM routing layer to interpret user intent and map it to on-chain actions. When a user sends a message, the agent:- Parses intent — The LLM analyzes the message to determine what the user wants to do (swap, LP, vote, check portfolio, etc.)
- Gathers context — Reads on-chain state (wallet balances, pool data, veNFT positions, pending rewards) and off-chain data (prices, TVL, APRs)
- Generates response — Produces a natural language explanation with rich UI cards showing the proposed action, parameters, and expected outcomes
- Executes on approval — When the user confirms, the agent constructs and submits the transaction(s)
Chat-to-DeFi
Users interact with the full protocol through conversational prompts:- “Swap 100 USDC to HYPE”
- “What are my pending rewards?”
- “Lock 1000 HDROME for 4 years”
- “Vote all my veHDROME on the HYPE/USDC pool”
- “What’s the best yield right now?”
Slash Commands
| Command | Action |
|---|---|
/swap | Swap tokens with optimized routing |
/lp | Add or remove liquidity from a pool |
/vote | Allocate veHDROME votes across gauges |
/lock | Lock HDROME to create or extend a veNFT |
/claim | Claim all pending rewards (emissions, fees, bribes) |
/help | Show available commands and usage |
Rich UI Cards
The agent renders interactive cards for every action — not just text responses. Cards display:- Swap cards — Token pair, amount, price impact, route path, slippage tolerance
- LP cards — Pool pair, TVL, APR, your share, deposit amounts
- Vote cards — Gauge list, current vote weights, projected fee/bribe revenue
- Portfolio cards — Token balances, LP positions, veNFT details, pending rewards
- Reward cards — Breakdown of claimable emissions, fees, and bribes with USD values
Executable Actions
| Category | Actions |
|---|---|
| Trading | Swap tokens, multi-hop routing, set slippage |
| Liquidity | Add liquidity, remove liquidity, stake in gauge, unstake from gauge |
| Locking | Create veNFT, increase lock amount, extend lock duration, merge veNFTs |
| Voting | Vote on gauges, reset votes, poke stale votes |
| Rewards | Claim emissions, claim fees, claim bribes, claim rebases |
| Portfolio | View balances, view positions, view pending rewards, get yield recommendations |
Smart Suggestions
The agent proactively surfaces optimization opportunities based on wallet state:| Priority | Trigger | Suggestion |
|---|---|---|
| High | Unstaked LP tokens detected | Stake in gauge to earn emissions |
| High | Unclaimed rewards > $10 | Claim and compound pending rewards |
| High | veNFT expiring within 7 days | Extend lock to maintain voting power |
| Medium | Idle tokens > $10 not in LP/lock | Provide liquidity or lock for veHDROME |
| Medium | Suboptimal vote allocation | Rebalance votes to higher-yielding gauges |
| Low | New high-APR pool available | Consider LPing in trending pools |
LLM-Agnostic Architecture
The Hyperdrome agent is not locked into a single AI provider. The architecture separates intent parsing, context gathering, and execution into independent layers — so the LLM backend can be swapped without changing anything else.| Layer | Role | LLM Required? |
|---|---|---|
| Intent Parser | Understand what the user wants | Yes — any LLM |
| Context Gatherer | Read on-chain + off-chain data | No |
| Responder | Generate explanation + UI cards | Yes — any LLM |
| Executor | Build and submit transactions | No |
LLM Integrations
Claude, GPT-4, Gemini, Llama, Mistral + Bring Your Own LLM
MCP Server
Connect any AI assistant to Hyperdrome via Model Context Protocol
Agent Frameworks
GOAT SDK, Wayfinder, Eliza, Olas, REST API