Agent Framework Integrations

GOAT SDK
200+ tools, 13+ framework adapters
MCP
Claude Desktop, Cursor, Opencode
Wayfinder
AI-native DeFi terminal
Eliza
Autonomous social + DeFi agents
Olas
Decentralized autonomous agents
REST API
Direct HTTP endpoints for any developer
Integration Architecture

| Layer | Components | Role |
|---|---|---|
| AI Agent Frameworks | Claude, GPT, Gemini, Llama, Mistral, … | User-facing AI models |
| Adapter Layer | GOAT SDK, Wayfinder, Eliza, LangChain, Vercel AI, MCP, REST API | Translate agent calls to protocol actions |
| Hyperdrome Protocol | Intent Parser → Context → Tx Builder → Chain | Parse, gather data, build transactions |
| HyperEVM | Router, Voter, Gauges, VotingEscrow, … | On-chain smart contracts |
GOAT SDK Plugin
GOAT SDK is the largest agentic finance toolkit — 200+ tools, 15+ chains, 13+ framework adapters. Protocols like Uniswap, Aave, 1inch, and Balancer already have GOAT plugins. Hyperdrome will publish@goat-sdk/plugin-hyperdrome with full protocol coverage:
Exposed Actions
| Action | Description |
|---|---|
swap | Swap tokens with optimized routing |
addLiquidity | Deposit into volatile or stable pools |
removeLiquidity | Withdraw from pools |
stakeLp | Stake LP tokens in gauges |
unstakeLp | Unstake from gauges |
lock | Lock HDROME → veHDROME (create/extend veNFT) |
vote | Allocate votes across gauges |
claimRewards | Claim emissions, fees, bribes, rebases |
getPools | List pools with TVL, APR, volume |
getPortfolio | Full wallet analysis |
Framework Reach
Once the GOAT plugin is published, Hyperdrome is automatically available in:| Framework | Type |
|---|---|
| Vercel AI SDK | Full-stack AI apps |
| LangChain | Agent orchestration (Python & JS) |
| LlamaIndex | Data-augmented agents |
| MCP | Claude Desktop, Cursor, Opencode |
| Eliza | Autonomous social + DeFi agents |
| CrewAI | Multi-agent systems |
| Mastra | TypeScript agent framework |
| GAME (Virtuals) | Gaming + DeFi agents |
| OpenAI Agents SDK | OpenAI’s native agent runtime |
| ZerePy | Python agent framework |
| AutoGen | Microsoft’s multi-agent framework |
| Olas | Decentralized autonomous agents |
Wayfinder Paths
Wayfinder is an AI-native DeFi terminal with its own SDK (Paths). It already supports Hyperliquid perps, Aave V3, Morpho, Pendle, and Uniswap V3. Hyperdrome will publish a Wayfinder protocol adapter enabling:- Swap, LP, vote, and lock via Wayfinder Shells (AI trading interface)
- Strategy composition — combine Hyperdrome yield with cross-protocol strategies
- MCP bridge — Wayfinder’s built-in MCP server will expose Hyperdrome tools
Eliza (ElizaOS)
Eliza is the leading open-source framework for autonomous crypto agents. It powers social + DeFi bots that operate on Twitter, Telegram, and on-chain. Hyperdrome integration via the GOAT plugin (@elizaos/plugin-goat):
- Eliza agents can swap, LP, vote, and claim on Hyperdrome
- Autonomous yield farming — agents that monitor APRs and rebalance positions
- Social + DeFi — agents that post yield updates, respond to community questions, and execute trades
Olas (Autonolas)
Olas is a decentralized platform for co-owning and running autonomous AI agents. 3,600+ agents deployed, 17M+ transactions. Hyperdrome integration path:- Build an Olas agent service that manages Hyperdrome positions
- Register as a Mech in the Olas marketplace — other agents can hire Hyperdrome actions
- Compose with existing Olas agents for cross-protocol strategies
REST API
For developers who want direct integration without a framework:Planned Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/pools | List all pools with TVL, APR, fees, volume |
GET | /api/pools/:address | Pool details |
GET | /api/portfolio/:wallet | Full portfolio analysis |
GET | /api/yields | Top yield opportunities |
POST | /api/quote | Get a swap quote |
POST | /api/swap | Build a swap transaction |
POST | /api/liquidity/add | Build an add-liquidity transaction |
POST | /api/liquidity/remove | Build a remove-liquidity transaction |
POST | /api/lock | Build a lock transaction |
POST | /api/vote | Build a vote transaction |
POST | /api/claim | Build a claim-all transaction |
Response Format
All write endpoints return unsigned transaction data:LangChain Tool
For Python developers using LangChain directly:Build Your Own Integration
Want to integrate Hyperdrome into your agent, bot, or app?- Fastest — Use the GOAT SDK plugin. Works with 13+ frameworks out of the box.
- Most flexible — Use the REST API directly. Build and sign transactions in any language.
- AI-native — Connect via MCP. Works with Claude Desktop, Cursor, Opencode, and any MCP client.
- Autonomous — Build an Olas agent service for fully decentralized, on-chain agent execution.