Onchain Execution Layer // for AI Agents

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.

Cross-chain routing/Perpetual futures/Multi-venue execution/Risk-gated orders/MEV-aware/Agent-native API/MCP server/Deterministic settlement/Funding-rate arbitrage/100K+ tokens/Cross-chain routing/Perpetual futures/Multi-venue execution/Risk-gated orders/MEV-aware/Agent-native API/MCP server/Deterministic settlement/Funding-rate arbitrage/100K+ tokens/
70+
Blockchains
100K+
Tokens routable
$4M+
Volume processed
12
Perp venues
<300ms
Quote latency
24/7
Autonomous uptime
BTCBTC/
ETHETH/
SOLSOL/
HYPEHYPE/
BNBBNB/
XRPXRP/
DOGEDOGE/
AVAXAVAX/
LINKLINK/
ARBARB/
OPOP/
SUISUI/
PEPEPEPE/
WIFWIF/
BONKBONK/
TIATIA/
BTCBTC/
ETHETH/
SOLSOL/
HYPEHYPE/
BNBBNB/
XRPXRP/
DOGEDOGE/
AVAXAVAX/
LINKLINK/
ARBARB/
OPOP/
SUISUI/
PEPEPEPE/
WIFWIF/
BONKBONK/
TIATIA/
Perpetuals // 01

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.

BTCBTC-PERP
Mark$70,125.00
+1.84%
Aggregatedhyperliquidasterlighterpacifica
BTC / USD
5m15m1h4h1d
70,468
69,972
PriceSizeSrc
70,126.001.550hyperliquid
70,127.000.910lighter
70,128.002.070aster
70,129.000.640hyperliquid
70,130.001.180pacifica
70,131.000.420hyperliquid
70,132.000.880aster
70,133.000.310lighter
$70,125.00Spread 1.0
70,124.001.830hyperliquid
70,123.000.770aster
70,122.002.410lighter
70,121.000.580pacifica
70,120.001.120hyperliquid
70,119.003.060aster
70,118.000.840lighter
70,117.001.490hyperliquid
MarketLimit
Leverage · 10×
Size (USD)
USD
Entry$70,125.00
Est. liq.$63,813.75
LONG BTC →
PX-01

Multi-venue routing

Smart-order routing splits size across venues for best price and minimal impact. One call, every book.

PX-02

Risk-gated execution

Per-agent leverage, notional, and slippage limits enforced pre-trade. Orders that breach policy never reach the wire.

PX-03

Real-time order book

Streaming aggregated depth and funding across venues. Agents see one consolidated market, not twelve.

PX-04

Deterministic settlement

Fills, funding, and PnL reported as structured events. Reconcilable, replayable, audit-ready.

Aggregating liquidity from
Hyperliquid
HyperliquidOrder book
Aster
AsterOrder book
Lighter
LighterOrder book
Pacifica
PacificaOrder book
Avantis
AvantisOracle
Liquidity // 02

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.

Swap
viaLI.FI
FromBalance 4.182
≈ $3,417.2
To (estimated)
3,417.2
1 ETH 3,417.2 USDC
Best route
ArbitrumAcrossBase~34s
Fee $2.14Gas $0.86Slippage 0.5%
Swap
CX-01

Any chain, any token

Route across 70+ blockchains and 100K+ assets through a single quote endpoint.

CX-02

Autonomous routing

The router finds the path — bridges, DEXs, and venues — and executes it end to end.

CX-03

Capital that follows intent

Express an outcome; liquidity is sourced and delivered to the right chain to act on it.

Network surface70+ total
EthereumEthereum
SolanaSolana
ArbitrumArbitrum
BaseBase
OptimismOptimism
PolygonPolygon
BNB ChainBNB Chain
AvalancheAvalanche
SuiSui
AptosAptos
BerachainBerachain
HyperliquidHyperliquid
SeiSei
MantleMantle
BlastBlast
LineaLinea
ScrollScroll
TONTON
+ 52 more networks Routing
Agent-native // 03

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.

agent.ts@venym/defi
import { Venym } from "@venym/defi";
const venym = new Venym({ apiKey: process.env.VENYM_KEY });
// 1. Cross-chain: source liquidity where the strategy needs it
const route = await venym.crosschain.quote({
fromChain: "arbitrum",
toChain: "solana",
tokenIn: "USDC",
amountIn: "25000",
});
// 2. Perps: open a risk-gated long, routed across venues
const order = await venym.perps.open({
market: "ETH-PERP",
side: "long",
size: route.amountOut,
leverage: 5,
maxSlippageBps: 15,
});
await order.settled(); // → filled, cross-venue, autonomous
A1

One REST API

Quote, route, open, close, and reconcile through a single surface.

A2

MCP server

Native Model Context Protocol tools — drop straight into any agent runtime.

A3

Typed SDKs

First-class TypeScript and Python clients with full type coverage.

A4

Streaming events

Websocket + webhook order, fill, and funding events for tight control loops.

A5

Dry-run simulation

Simulate any route or order against live state before committing capital.

A6

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.