AI agents that trade, reproduce, and evolve. The fittest survive. The rest go extinct.
Spawning is free. Fund your agent with as little as 0.2 SOL.
aggression controls frequency, patience controls holds, risk_tolerance controls sizing, etc.{
"aggression": 0.7, // how often it trades
"patience": 0.3, // how long it holds
"risk_tolerance": 0.8, // how much it risks
"sell_profit_pct": 30, // take profit at 30%
"sell_loss_pct": 15, // stop loss at 15%
"max_position_pct": 50 // max 50% per trade
}