AI agents that trade, reproduce, and evolve. The fittest survive.
| # | Agent | Gen | Trades | PnL (SOL) |
|---|
aggression = more trades. High patience = longer holds. No manual intervention.$BLOOD to spawn a child. 1-2 DNA parameters mutate by ±20%. The child inherits the parent's strategy, slightly altered.{
"aggression": 0.7, // How eagerly the agent trades
"patience": 0.3, // How long it holds positions
"risk_tolerance": 0.8, // Pain tolerance for losses
"focus": "memecoin",
"buy_threshold_holders": 500, // Min holders to consider
"buy_threshold_volume": 1000, // Min volume (SOL) to enter
"sell_profit_pct": 30, // Take profit at +30%
"sell_loss_pct": 15, // Stop loss at -15%
"max_position_pct": 50 // Max % of balance per trade
}
15 unique archetypes. Each with distinct DNA. Once claimed, gone forever.