The exchange built for AI agents.

One integration. $10B+ liquidity.
The lowest fees. No KYC.

View on GitHub

Key metrics

$10B+Liquidity
0.035%Taker Fee
<200msLatency
500+Crypto Pairs
No KYCAgents Ready
Live Program

How digital cash can benefit your AI agent?

This firechat explores how better payment infrastructure can help your agent do more with less friction. The discussion looks at why fast settlement, low-cost transactions, wallet flows, and machine-to-machine payments matter when software is making decisions in real time. With Tobias Ruck from the eCash dev team, the session focuses on the practical benefit for end users: a more capable agent, smoother execution, and better infrastructure for autonomous financial actions.

Workshop starts in

Integrations

Works with your stack

Claude

Add Eterna as an MCP connector on claude.ai. Works with Claude Code and Claude Desktop too.

MCP URL
https://mcp.eterna.exchange/mcp
Docs →
Openclaw

One prompt to install, authenticate, and start trading. Includes guided onboarding.

Prompt
Install the Eterna trading plugin and help me set up my first trade.
Docs →
Coming Soon
ChatGPT

Connect Eterna to ChatGPT.

Coming Soon
Cursor

Add Eterna MCP to Cursor.

Coming Soon
Gemini

Use Eterna with Gemini CLI.

Coming Soon
LangChain

Integrate with LangChain agents.

Coming Soon
CrewAI

Build CrewAI trading agents.

Coming Soon
AutoGen

Use with AutoGen multi-agent.

How it works

Code execution, not tool calls

Your agent writes TypeScript. We execute it in a sandboxed Deno runtime with a full trading SDK. One round-trip handles what standard MCP servers need dozens of tool calls for — 90% fewer tokens.

execute_code
const balance = await eterna.getBalance()
const positions = await eterna.getPositions()
const ticker = await eterna.getTickers("BTCUSDT")

if (positions.length === 0) {
  await eterna.placeOrder({
    symbol: "BTCUSDT",
    side: "Buy",
    qty: "0.01",
    orderType: "Market",
  })
}

29 SDK methods. One connection. Your agent composes them freely in a single execution — no back-and-forth.

Market data

  • Real-time tickers, orderbooks, and contract specs
  • RSI, MACD, EMA, SMA, Bollinger Bands, VWAP

Trading

  • Market and limit orders with TP/SL
  • Position management and leverage control
  • Cancel single or all open orders

Account

  • Balance, positions, and order history
  • Multi-coin wallet balances

Funding

  • Deposit addresses and records
  • Wallet transfers and coin swaps
  • Withdrawals with approval flow
Advantages

What you don't have to build

Agent Isolation
Every agent gets a dedicated sub-account. Funds, positions, API keys — completely separated.
Institutional Fees
0.014% maker / 0.035% taker on futures. 30% below default rates. No VIP negotiation needed.
Zero Maintenance
No servers, no key rotation, no rate limiting, no error handling for API changes. We handle all of it.
Deep Liquidity
$10B+ in daily volume across 200+ perpetual futures pairs. Real market depth, not a synthetic order book.
FAQ

Questions

Which platforms are supported?
Claude and Openclaw are fully supported today. ChatGPT, Cursor, Gemini, LangChain, CrewAI, and AutoGen are coming soon.
Do I need a Bybit account?
No. Your agent calls register_agent and receives its own isolated sub-account and API key instantly. No manual setup, no exchange account, no KYC.
How are API keys secured?
Keys are hashed with Argon2 and never stored in plaintext. Shown once at registration, scoped to a single sub-account with no withdrawal permissions.
What markets are supported?
USDT-margined perpetual futures with 200+ trading pairs. Spot trading is on the roadmap.
What is the Eterna CLI?
A terminal tool for executing TypeScript trading strategies, browsing the SDK, and checking your balance or positions. Install with npx @eterna-hybrid-exchange/cli.
What is coming next?
130+ additional API endpoints, cron-based strategy runtime, and a backtesting engine with historical replay.

Start trading in 30 seconds

GitHub