Explore our growing ecosystem of DeAI applications in the awesome-aiforge repository.
Create, deploy, and manage intelligent AI agents that operate autonomously across multiple blockchain networks. From DeFi trading to social media management, build agents that work 24/7 with enterprise-grade security and performance.
Automated trading with advanced risk management and multi-chain arbitrage
Intelligent social media management and community growth automation
Data analysis, market intelligence, and automated research generation
Smart contract auditing, vulnerability detection, and security monitoring
Automatically find and capitalize on the highest yield opportunities across all DeFi protocols
Agent monitors 200+ protocols, automatically moves funds to highest yielding pools, compounds rewards
Scale your social media presence with intelligent content creation and engagement
Creates trending content, engages with target audience, schedules optimal posting times
Stay ahead of market trends with real-time analysis and automated research reports
Analyzes 10K+ data sources, generates daily market reports, identifies emerging trends
Professional-grade portfolio management with risk assessment and rebalancing
Monitors portfolio health, automatically rebalances, implements stop-losses and take-profits
import { AIForge } from '@aiforge/sdk'
// Initialize the AI Forge client
const aiforge = new AIForge({
apiKey: 'your-api-key',
network: '0g-mainnet'
})
// Create a trading agent
const tradingAgent = await aiforge.createAgent({
type: 'trading',
name: 'DeFi Arbitrage Bot',
config: {
chains: ['ethereum', 'polygon', 'arbitrum'],
strategies: ['arbitrage', 'yield-farming'],
riskLevel: 'moderate',
maxInvestment: '1000 USDC'
}
})
// Deploy the agent
await tradingAgent.deploy()
console.log('Agent deployed:', tradingAgent.id)
// Advanced agent configuration
const advancedAgent = await aiforge.createAgent({
type: 'multi-strategy',
name: 'Professional Trading Agent',
config: {
// Multi-chain configuration
chains: ['ethereum', 'polygon', 'arbitrum', 'optimism'],
// Strategy configuration
strategies: {
arbitrage: {
minProfitThreshold: 0.5, // 0.5% minimum profit
maxGasPrice: 50, // 50 gwei max
bridges: ['hop', 'across', 'stargate']
},
yieldFarming: {
minAPY: 8.0, // 8% minimum APY
riskScore: 'medium', // low, medium, high
autoCompound: true
},
liquidityProvision: {
impermanentLossThreshold: 5.0, // 5% max IL
rebalanceFrequency: '24h'
}
},
// Risk management
riskManagement: {
maxDrawdown: 10, // 10% maximum drawdown
stopLoss: 15, // 15% stop loss
positionSizing: 'kelly', // kelly, fixed, martingale
correlationLimit: 0.7 // Max correlation between positions
},
// Monitoring and alerts
monitoring: {
webhookUrl: 'https://your-webhook.com/alerts',
alertThresholds: {
profitTarget: 20, // Alert at 20% profit
lossLimit: 5 // Alert at 5% loss
}
}
}
})
// Social media agent example
const socialAgent = await aiforge.createAgent({
type: 'social-media',
name: 'Brand Growth Agent',
config: {
platforms: ['twitter', 'discord', 'telegram'],
contentStrategy: {
topics: ['crypto', 'defi', 'ai', 'blockchain'],
tone: 'professional', // casual, professional, technical
postFrequency: '4/day',
optimalTimes: ['9:00', '13:00', '17:00', '21:00']
},
engagement: {
autoReply: true,
replyTone: 'helpful',
maxRepliesPerHour: 20,
engagementTargets: [
'@crypto_influencer',
'@defi_protocol',
'#BlockchainNews'
]
},
analytics: {
trackMetrics: ['followers', 'engagement', 'reach', 'clicks'],
reportFrequency: 'daily',
goalTracking: {
followerGrowth: '10%/month',
engagementRate: '5%'
}
}
}
})
Multi-signature authentication, hardware security modules, and end-to-end encryption ensure your agents and assets are completely secure.
Native integration with 0G Network provides high-performance decentralized storage and compute resources for your AI agents.
Advanced machine learning models provide intelligent decision-making, pattern recognition, and predictive analytics capabilities.
Deploy agents across 8+ blockchain networks including Ethereum, Polygon, Arbitrum, and 0G Chain for maximum opportunities.
Comprehensive dashboards, real-time alerts, and detailed analytics keep you informed of your agents' performance 24/7.
Rich plugin ecosystem and APIs allow you to extend agent capabilities and integrate with any external service or protocol.
Perfect for individuals getting started with AI agents
For serious traders and businesses scaling their operations
For institutions and high-volume operations
Follow our comprehensive guide to create and deploy your first AI agent in minutes.
Explore pre-built agent templates for trading, social media, and research use cases.
Learn how to create custom plugins to extend your agent's capabilities and functionality.