Autonomous Agents.
Institutional Indices.
Infinite Possibilities.
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 v0.1.0-alpha ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Connected to Solana Devnet Type "help" for available commands
Deploy Agents in One Click
Pre-configured agent strategies optimized for Stratum's index protocol. From passive rebalancing to active momentum trading.
Index Rebalancer Agent
Automatically rebalances portfolio across S-500, S-250, S-100, S-50 based on market conditions and risk-parity weighting.
DCA Agent
Dollar-cost average into any Stratum index on a custom schedule. Set it and forget it — systematic entries across market cycles.
Momentum Agent
AI-powered momentum strategy that shifts allocation between tiers based on trend signals, volatility regime, and on-chain flow data.
Yield Optimizer Agent
Automatically compounds vault yields and optimizes fee-adjusted returns across all index tiers with intelligent routing.
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 trigger8});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();Works With Your Stack
Integrate Stratum agents with the leading AI agent frameworks and blockchain infrastructure.
The Agent Heartbeat
Watch the protocol's autonomous agent activity loop — from oracle feeds to NAV updates to automated rebalancing.
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.