THE AGENT ECONOMY

Autonomous Agents.
Institutional Indices.
Infinite Possibilities.

Build, deploy, and manage autonomous trading agents that interact with Stratum's on-chain index protocol. The future of DeFi is agentic.

Open
Agent-Ready SDK
4
Index Tiers
500+
Trackable Assets
Open
Protocol
LIVE TERMINAL

Talk to the Protocol

Interact with Stratum's agent terminal. Query indices, simulate trades, and explore agent strategies — all through natural language.

stratum-agent-terminal
connected
STRATUM AGENT TERMINAL v0.1.0-alpha
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Connected to Solana Devnet
Type "help" for available commands
PRE-BUILT STRATEGIES

Deploy Agents in One Click

Pre-configured agent strategies optimized for Stratum's index protocol. From passive rebalancing to active momentum trading.

Available

Index Rebalancer Agent

Automatically rebalances portfolio across S-500, S-250, S-100, S-50 based on market conditions and risk-parity weighting.

Strategy: Risk-parity allocation
Available

DCA Agent

Dollar-cost average into any Stratum index on a custom schedule. Set it and forget it — systematic entries across market cycles.

Strategy: Time-weighted entry
Coming Soon

Momentum Agent

AI-powered momentum strategy that shifts allocation between tiers based on trend signals, volatility regime, and on-chain flow data.

Strategy: Trend following
Coming Soon

Yield Optimizer Agent

Automatically compounds vault yields and optimizes fee-adjusted returns across all index tiers with intelligent routing.

Strategy: Yield maximization
DEVELOPER SDK

Build Agents with TypeScript

The Stratum Agent SDK gives you full programmatic access to index operations, NAV queries, and automated trading strategies.

1import { StratumAgent } from '@stratum/agent-sdk';
2 
3const agent = new StratumAgent({
4 wallet: myWallet,
5 strategy: 'index-rebalancer',
6 tiers: ['S-500', 'S-100'],
7 rebalanceThreshold: 5, // % deviation trigger
8});
9 
10agent.on('rebalance', (event) => {
11 console.log(`Rebalanced: ${event.from} → ${event.to}`);
12 console.log(`Amount: ${event.amount} USDC`);
13});
14 
15await agent.start();
npm install @stratum/agent-sdk

Works With Your Stack

Integrate Stratum agents with the leading AI agent frameworks and blockchain infrastructure.

OpenClaw Agents
x402 Infrastructure
LangChain
AutoGPT
Solana Blinks
Custom SDK
REAL-TIME ACTIVITY

The Agent Heartbeat

Watch the protocol's autonomous agent activity loop — from oracle feeds to NAV updates to automated rebalancing.

OraclePyth Network
NAV UpdateOn-chain calc
RebalanceAgent trigger
Mint/RedeemAuto-execute

Build Your First Agent
in 5 Minutes

The Stratum Agent SDK is open and ready. Start building autonomous trading strategies on top of institutional-grade indices.