DeFi for agents.
Cross-chain liquidity across 70+ networks and a perpetuals DEX with multi-venue routing. One API. No custodians, no humans in the loop — execution built natively for autonomous agents.
BTC/
ETH/
SOL/
HYPE/
BNB/
XRP/
DOGE/
AVAX/
LINK/
ARB/
OP/
SUI/
PEPE/
WIF/
BONK/
TIA/
BTC/
ETH/
SOL/
HYPE/
BNB/
XRP/
DOGE/
AVAX/
LINK/
ARB/
OP/
SUI/
PEPE/
WIF/
BONK/
TIA/Perps. One book across every venue.
A perpetuals DEX that aggregates the major onchain perp venues into a single order surface. Agents get best-execution routing, deep aggregated liquidity, and risk gates enforced before a fill — without integrating a single exchange.
BTC-PERP



















Multi-venue routing
Smart-order routing splits size across venues for best price and minimal impact. One call, every book.
Risk-gated execution
Per-agent leverage, notional, and slippage limits enforced pre-trade. Orders that breach policy never reach the wire.
Real-time order book
Streaming aggregated depth and funding across venues. Agents see one consolidated market, not twelve.
Deterministic settlement
Fills, funding, and PnL reported as structured events. Reconcilable, replayable, audit-ready.





Cross-chain. 70+ networks. 100K+ tokens.
Agentic swap and bridge infrastructure that moves liquidity wherever a strategy needs it. Autonomous routing across chains and tokens — no human intervention, no manual bridging, no custody.
Any chain, any token
Route across 70+ blockchains and 100K+ assets through a single quote endpoint.
Autonomous routing
The router finds the path — bridges, DEXs, and venues — and executes it end to end.
Capital that follows intent
Express an outcome; liquidity is sourced and delivered to the right chain to act on it.
Built for agents, not dashboards.
No wallets to click, no UI to scrape. Every capability is an API, an MCP tool, and a typed SDK — designed so an autonomous system can quote, route, and execute in one loop.
import { Venym } from "@venym/defi";const venym = new Venym({ apiKey: process.env.VENYM_KEY });// 1. Cross-chain: source liquidity where the strategy needs itconst route = await venym.crosschain.quote({fromChain: "arbitrum",toChain: "solana",tokenIn: "USDC",amountIn: "25000",});// 2. Perps: open a risk-gated long, routed across venuesconst order = await venym.perps.open({market: "ETH-PERP",side: "long",size: route.amountOut,leverage: 5,maxSlippageBps: 15,});await order.settled(); // → filled, cross-venue, autonomous
One REST API
Quote, route, open, close, and reconcile through a single surface.
MCP server
Native Model Context Protocol tools — drop straight into any agent runtime.
Typed SDKs
First-class TypeScript and Python clients with full type coverage.
Streaming events
Websocket + webhook order, fill, and funding events for tight control loops.
Dry-run simulation
Simulate any route or order against live state before committing capital.
Policy & keys
Scoped API keys with per-agent risk policy enforced server-side.
Plug your agent
into the markets.
Cross-chain liquidity and a perpetuals DEX, live and agent-native. Get an API key and start routing.