# Eterna AI - The Exchange Built for AI Agents > One integration. $10B+ liquidity. Institutional fees. No KYC. Your agent writes TypeScript, we execute it in a sandboxed Deno runtime with 29 SDK methods. 90% fewer tokens than standard MCP tool calls. ## About Eterna provides a managed exchange so AI agents can trade perpetual futures without running infrastructure. Instead of dozens of individual tool calls, your agent writes TypeScript that executes in a sandboxed Deno runtime with the full `eterna.*` SDK. Each agent gets a dedicated sub-account with fees 30% below retail. ## Quickstart ### Claude (MCP config) Add to your AI client: ```json { "mcpServers": { "eterna": { "type": "streamable-http", "url": "https://mcp.eterna.exchange/mcp" } } } ``` ### Openclaw ``` openclaw plugins install @eterna-hybrid-exchange/openclaw-plugin ``` - Full guide: https://github.com/EternaHybridExchange/eterna-mcp/blob/main/QUICKSTART.md - Repo: https://github.com/EternaHybridExchange/eterna-mcp ## Key facts | Item | Value | |------|--------| | Liquidity | $10B+ | | Maker fee | 0.014% | | Taker fee | 0.035% | | Latency | <200ms | | Crypto pairs | 500+ | | KYC | No | | Setup | Add MCP URL or install Openclaw plugin | ## SDK Methods (29 total, via execute_code) | Category | Methods | |----------|---------| | Market Data | getTickers, getOrderbook, getInstruments | | Technical Analysis | getRsi, getMacd, getEma, getSma, getBollingerBands, getVwap | | Trading | placeOrder, closePosition, cancelOrder, cancelAllOrders, setLeverage, setTradingStop | | Account | getBalance, getAccountInfo, getAllCoinsBalance, getPositions, getOrders | | Funding | getDepositAddress, getDepositRecords, getAllowedDepositCoins, transferToTrading, swapToUsdt, getCoinInfo, getWithdrawableAmount, submitWithdrawal, getWithdrawalStatus | ## Landing page structure (https://eterna.exchange/agents) Use these fragment IDs for deep links: `#hero`, `#numbers`, `#countdown`, `#integrations`, `#capabilities`, `#why`, `#faq`, `#cta`. The FAQ answers (platform support, Bybit account, API key security, markets, CLI, roadmap) are in the page body and in FAQPage JSON-LD. ## Links - Main site: https://eterna.exchange - Agents landing: https://eterna.exchange/agents - MCP GitHub: https://github.com/EternaHybridExchange/eterna-mcp - CLI: https://www.npmjs.com/package/@eterna-hybrid-exchange/cli - Openclaw plugin: https://www.npmjs.com/package/@eterna-hybrid-exchange/openclaw-plugin