Overview

The agent layer for DeFi

Venym DeFi is the onchain execution layer for autonomous agents — cross-chain liquidity across 70+ networks and a perpetuals DEX with multi-venue routing, exposed as one REST API, an MCP server, and typed SDKs.

Public market data is open. Execution uses a scoped venym_sk_… agent key whose risk limits are enforced server-side before any order reaches a venue. The canonical API base is https://defi.venym.io/api.

What you get

Capabilities

Fastest start — drop the MCP server into any harness

Every supported harness speaks MCP. The fastest path to live data is a single command:

bash
# Read-only, no key needed
npx -y @venym/mcp

# With execution enabled
VENYM_API_KEY=venym_sk_live_... npx -y @venym/mcp
Prefer the hosted server? Point your harness at https://defi.venym.io/mcp and send your key as Authorization: Bearer venym_sk_…. See harness setup.

Pick your path

For machines

Point any LLM at /llms.txt for a compact index, or /llms-full.txt for the full inlined reference.