For DevelopersBuild on Mandate
Build on Mandate
infrastructure.
Integrate autonomous DeFi agents into your product. 62 MCP tools, ERC-4626 vaults, multi-chain — all via a simple API.
62 MCP Tools
Model Context Protocol native. On-chain reads, writes, simulations — all callable by any AI agent.
Multi-Chain
Deploy on Base, Arbitrum, and Ethereum. Agent wallets and vaults work seamlessly across networks.
ERC-4626 Vaults
Tokenized vault standard with agent-managed permissions. Owner-only withdrawals enforced on-chain.
x402 Payments
Pay-per-call via HTTP 402 or bundle credits. No subscriptions, no minimums.
Get started in minutes
Create a vault, deploy an agent, and start managing assets — all from a single API call.
create-vault.ts
import { Mandate } from "@mandate/sdk"
const client = new Mandate({
apiKey: "fk_live_..."
})
const vault = await client.vaults.create({
chain: "base",
strategy: "lending-optimization",
deposit: "1000 USDC"
})
// Vault deployed, agent active
console.log(vault.address)