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/sdk
import { VenymClient } from "@venym/sdk";
const venym = new VenymClient({ apiKey: process.env.VENYM_API_KEY });
// Read live, agent-native market data — no wallet, no UI to scrape
const routing = await venym.routing.getRecommendation("ETH", { side: "BUY" });
// Execute a smart-routed perp, gated by your key's risk policy
const order = await venym.orders.place(
{ symbol: "ETH", side: "BUY", type: "MARKET", quantity: "0.5" },
{ idempotencyKey: crypto.randomUUID() },
);
// Or a market-neutral pair trade in a single call
await venym.pairs.open({ longSymbol: "ETH", shortSymbol: "BTC", notionalUsd: 5000, leverage: 3 });
// Stream fills back into the agent's control loop
for await (const ev of venym.streams.events()) handle(ev);
A1

One REST API

Quote, route, open, close, and reconcile through a single surface at defi.venym.io/api.

A2

MCP server

Native Model Context Protocol tools — works in Claude Code, Codex, OpenCode, Hermes, and OpenClaw.

A3

Typed SDKs

First-class TypeScript (@venym/sdk) and Python (venym) clients with full type coverage.

A4

Streaming events

Server-Sent order, fill, funding, and swap events for tight control loops.

A5

Agent skills

Drop-in SKILL.md skills for market analysis, trading, pair trades, and swaps.

A6

Scoped keys + policy

Per-agent API keys with a risk policy enforced server-side before any fill.

Plug your agent
into the markets.

Cross-chain liquidity and a perpetuals DEX, live and agent-native. Drop the MCP server into your harness or `npm i @venym/sdk`, then read the docs and start routing.