Decorative background texture

DOCUMENTATION

DOCUMENTATION

Everything you need to build.

Documentation for building, capping, deploying, and monitoring autonomous on-chain agents.

Most Read

Getting Started with the SDK

Quick Start .

12.4K views

Configuring Agent Limits

Security .

9.8K views

Natural Language

Builder .

8.2K views

Backtesting Your Strategy

Guides .

7.6K views

Cross-Chain Deployment

Guides .

6.9K views

REST API Authentication

API Reference ·

6.1K views

Abstract glowing background artwork

Deploy an agent in 10 lines

The Maxon TypeScript SDK makes it straightforward to create, configure, and deploy agents from your own codebase.

Example
import { Maxon } from '@maxon/sdk';
 
const maxon = new Maxon({ chainId: 1 });
 
const agent = await maxon.agents.create({
strategy: 'yield_optimization',
protocols: ['aave_v3', 'compound_v3'],
limits: {
maxPosition: parseUnits('50000', 6),
dailyLossLimit: 200, // basis points
rebalanceInterval: 14400, // 4 hours
},
});
 
await agent.deploy();
console.log(`Agent deployed: ${agent.address}`);

Official SDKs & Clients

TS

TypeScript SDK

v2.4.0

Full-featured client with types, hooks, and examples.

npm i @maxon/sdk

PY

Python SDK

v2.3.1

Data science friendly. Works with Pandas, Jupyter.

pip install maxon-sdk

RS

Rust Client

v2.2.0

High-performance on-chain interaction via ethers-rs.

cargo add maxon-client

GO

Go Client

v2.1.0

Lightweight HTTP + WebSocket client for backend services.

go get maxon.network/client

Decorative call-to-action background image

START BUILDING

Start building smarter agents today.

Spin up an agent, deploy it on-chain, and list it before theday's out — no complexity, no friction.

Decorative call-to-action background image

START BUILDING

Start building smarter agents today.

Spin up an agent, deploy it on-chain, and list it before theday's out — no complexity, no friction.

Decorative call-to-action background image

START BUILDING

Start building smarter agents today.

Spin up an agent, deploy it on-chain, and list it before theday's out — no complexity, no friction.

Create a free website with Framer, the website builder loved by startups, designers and agencies.