Enterprise teams and innovative protocols trust Aegis to secure their AI-powered financial operations.
Built on Solana for speed, security, and scalability. Every feature designed for production AI finance operations.
Define custom spending limits, address whitelists, and transaction policies. All enforcement happens on-chain with zero trust assumptions.
When transactions exceed limits, vault owners receive instant notifications and can approve via Solana Blinks - all in one transaction.
Track every transaction with instant notifications, comprehensive analytics dashboards, and full audit trails of all vault activity.
Audited Anchor smart contracts with overflow protection, reentrancy guards, PDA validation, and comprehensive security checks.
Drop-in tools for OpenAI function calling, LangChain, and Anthropic Claude. Give AI agents financial autonomy with safety controls.
Share override requests on Twitter, Discord, or any platform. Vault owners approve directly from social media with Solana Actions.
From autonomous trading bots to treasury management - Aegis enables safe AI-powered financial operations.
Let your AI agent execute trades automatically while maintaining human oversight for large positions.
Example: Daily limit: 10 SOL, Whitelist: DEX programs
Enable AI to process refunds and payments autonomously within preset limits and approved merchant lists.
Example: Daily limit: 5 SOL, Whitelist: Customer wallets
Grant AI agents controlled access to organizational funds for automated payments and operational expenses.
Example: Daily limit: 100 SOL, Whitelist: Vendor addresses
Automate DAO treasury operations with AI agents that execute approved transactions within governance-set parameters.
Example: Daily limit: 50 SOL, Whitelist: Grant recipients
Production-grade architecture built with modern blockchain and backend technologies.
Drop-in tools for popular AI frameworks. Get started in minutes with our TypeScript SDK.
Function calling tools for GPT-4 and ChatGPT
import { createOpenAITools } from '@aegis-vaults/sdk/agents';
const tools = createOpenAITools(aegisClient);Dynamic structured tools for agent chains
import { createLangChainTools } from '@aegis-vaults/sdk/agents';
const tools = createLangChainTools(aegisClient);Tool use for Claude models
import { createAnthropicTools } from '@aegis-vaults/sdk/agents';
const tools = createAnthropicTools(aegisClient);Three simple steps to secure your AI agents
Initialize a vault on-chain with your desired daily spending limit and authorized AI agent public key. Fund the vault deposit address with SOL.
const { vaultAddress, depositAddress, nonce } = await client.createVault({
name: 'My AI Treasury',
agentSigner: agentPublicKey,
dailyLimit: 1_000_000_000 // 1 SOL in lamports
});Add whitelisted addresses for approved recipients, set daily limits, configure multi-channel notifications, and customize override expiration times.
await client.addToWhitelist(vaultAddress, nonce, recipientAddress);
Your AI agent executes transactions autonomously. If a transaction exceeds limits, you receive instant notifications with Blink approval links. Track everything in real-time.
const sig = await client.executeAgent({
vault: vaultAddress,
vaultNonce: nonce,
destination: recipientAddress,
amount: 100_000_000 // 0.1 SOL
});Dec 1, 2025
Nov 28, 2025
Nov 20, 2025
Nov 15, 2025
Connect with builders, developers, and teams using Aegis to secure AI-powered finance.