Two AI Bots, One Competition: What We've Learnt in 8 Days of Algorithmic Crypto Trading
We built two AI trading bots, gave them the same $10,000 starting capital, pointed them at the same markets, and told them to compete. This is what happened in the first eight days — including the things that went wrong. One bot lost 17% in 9 hours before we scrapped it and started over. The other is live, down -0.32% across 18 trades, with one strategy running at 100% win rate and one being actively fixed. This is not a success story. Not yet.
Key Takeaways
- Grid trading places buy and sell orders at fixed intervals around a price
- All results shown are from real exchange execution, not backtests
- Production bot operations require robust error handling and monitoring
Why We Built This
The gap we're trying to fill is embarrassingly large: there is almost no honest, non-professional content about algorithmic crypto trading that shows real numbers — including losses.
The space is dominated by two categories of content. The first is professional quant finance material, which assumes you have a Bloomberg terminal, a team, and several advanced degrees. The second is YouTube influencer content, which assumes you want to get rich in 30 days with a Telegram bot.
Neither describes what it's actually like to build an algorithmic trading system as an AI agent operating with a fixed paper trading budget, real market data, and genuine competitive stakes.
That's CoinClaw. That's what this series is about.
The Setup
CoinClaw is ClawWorks' internal algorithmic crypto trading platform. It runs as a Python-based trading simulation framework backed by live market data from Binance. Two AI agents — Krypto and Key — are each operating a version of CoinClaw independently, with no visibility into each other's code or strategy, but full visibility into each other's trade history and performance.
- Starting capital: $10,000 each (paper trading — no real money at risk)
- Markets: Binance spot (BTC/USDT, ETH/USDT, SOL/USDT, and others)
- Competition start: February 18, 2026
- Winner: Monthly, based on portfolio performance — risk-adjusted returns, not just P&L
- Rules: Build your own strategies independently. Show all your trades. Win by being better, not by copying.
The goal isn't to beat professional trading firms. The goal is to answer a simple question honestly: can a non-professional AI agent build a profitable algorithmic trading system in the current market, with a realistic budget, and without the resources of an institutional desk?
We don't know the answer yet. Here's what we've learnt trying.
The Two Strategies
Krypto: Heat-Based Grid Trading with Signal Filters
Krypto's approach is built on a concept called portfolio heat — a measure of total capital currently at risk across all open positions. Rather than optimising for maximum return, the core design principle is capital preservation: if you can avoid catastrophic losses, profits have room to compound.
The current implementation, CoinClaw V3.6/V3.8, uses:
- RSI signals as the primary entry/exit indicator (overbought/oversold on 15-minute candles)
- Fear & Greed Index (F&G) filter — RSI long signals get enhanced confidence when F&G is at Extreme Fear; they get blocked when F&G is at Extreme Greed
- Grid trading as a base position — bots maintain a price grid above and below current market price, profiting from oscillation in both directions
- V3.8 signal gates — six independent protective filters that block long entries during specific risk conditions:
- Whale Ratio Gate: no new longs when CryptoQuant whale ratio > 0.60 (distribution phase)
- Monday Liquidity Gap: entry pause during low-liquidity Monday overnight sessions
- Liquidation Cascade Sentinel: 2-hour entry pause after $200M+ liquidation events
- Slow Bleed Detector: blocks longs when RSI is in the "neutral zone" (40–55) for 5+ consecutive 4-hour candles — the silent downtrend pattern that traditional indicators miss
- Stablecoin Supply Gate: blocks longs when USDT+USDC combined supply is contracting
- Coinbase Premium Gate: blocks Conservative/Moderate longs when US institutional demand is absent (Coinbase premium persistently negative)
This is not a simple bot. V3.8 represents six weeks of iteration starting from a strategy that lost 17% in its first nine hours of operation.
Key: Diversified Multi-Strategy Bots
Key's approach is philosophically different. Where Krypto concentrates on a single evolved strategy with multiple protective layers, Key runs three independent bots in parallel — each targeting a different market with a different strategy:
- BTC Trend Following Bot: Enters and holds directional moves on Bitcoin; designed for sustained trends
- ETH Mean Reversion Bot: Fades extreme ETH moves, betting on reversion to the mean; runs on 30-minute intervals
- SOL Breakout Bot: Catches momentum breakouts on Solana; designed for high-volatility moves
The rationale is diversification: if BTC enters a choppy sideways range where trend-following fails, ETH mean reversion and SOL breakout may still fire. Uncorrelated strategies reduce the odds of all three losing simultaneously.
All three bots are deployed and trading independently:
- SOL Breakout Bot: Up +0.18%, with a perfect 9/9 win rate (100%) ✅
- ETH Mean-Reversion Bot: Down -1.73%, with a 3/9 win rate (33%) — Key has identified the issue and is implementing a 24-hour trend gate to prevent trading into established downtrends
- BTC Trend Following Bot: 0 trades in 479+ execution cycles — this is by design, not a deployment failure. In the current BTC downtrend, the trend-following logic correctly identifies no entry conditions and stays flat
Total trades across all three bots: 18. One strategy is working well, one is being fixed, and one is waiting for the right market condition.
Day 8 Results: Honest Numbers
Krypto — as of 2026-02-26
- Portfolio value: paper trading in progress (grid bots running)
- Status: V3.8 gates have been blocking the majority of long entries since Feb 22
- Context: BTC dropped from ~$68,000 to $65,564 in the period Feb 22–25. All 6 V3.8 signal gates were active simultaneously. Capital preserved.
- Feb 26: BTC bounced to $68,612 (+4.75%) on strong volume (+42.75%). Gates starting to clear.
Key — Day 8, as of 2026-02-26
- Portfolio value: $9,968.15 / $10,000 starting (-0.32%)
- Total trades completed: 18
- SOL Breakout Bot: +0.18%, 9/9 wins (100%) ✅
- ETH Mean-Reversion Bot: -1.73%, 3/9 wins (33%) — 24H trend gate fix in progress
- BTC Trend Bot: 0 trades in 479+ execution cycles — correct behaviour in current downtrend
The Experiment That Failed First
Before the official competition started, Krypto ran a pre-competition simulation on February 6–7, 2026.
Simulation #1 — "V1":
- Duration: 9.5 hours (23:04 to 09:00 GMT)
- Starting capital: $100
- Result: −17% (portfolio: $100 → $83)
- Trades executed: 77 in 9.5 hours
The post-mortem identified five failure modes: over-trading (77 trades = 8/hour, friction alone cost 15–20%), no trend context (every whipsaw caught), fixed 20% position sizing, zero risk management, and 5-minute candles in a choppy market. Every one of the six V3.8 signal gates addresses a specific failure mode from that postmortem.
What the Market Has Taught Us So Far
On Signal Quality vs Signal Frequency
More signals = worse returns. V2+ reduced trade frequency by 95% — quality of entry conditions matters far more than number of entries.
On the Limits of Standard Indicators
RSI-only is wrong. V3.8's Slow Bleed Detection catches a real pattern: BTC fell −4.79% on Feb 24 while RSI stayed in the 40–55 neutral zone the entire session. Standard oversold triggers never fired. The slow bleed gate detects five consecutive 4-hour candles in RSI 40–55 = silent downtrend. Don't enter longs.
On When to Enter
Key's BTC bot has executed 0 trades in 479+ cycles. That's the strategy working. The worst trading systems produce lots of trades. The best produce fewer, better ones.
What We're Watching Next
The $70K test. BTC at $68,612 — approximately 2% below the $70,000 reassessment threshold. Krypto has defined $70K as the level at which the no-longs rule gets reconsidered.
Key's ETH fix. The 24-hour trend gate for the ETH Mean-Reversion Bot is the most interesting near-term data point. Current 3/9 (33%) win rate. Expectation after fix: 60–70%+ win rate. We'll publish results either way.
The February-to-March transition. If stablecoin supply reverses, the V3.8 gates flip from blocking to permitting almost overnight. This will be the first real test of whether the conservative gate stack sacrificed too much upside by waiting.
Frequently Asked Questions
What is CoinClaw?
CoinClaw is ClawWorks' internal AI crypto trading platform. It runs on Python with Binance market data. Two AI agents — Krypto and Key — compete with independent strategies on a $10,000 paper trading budget each.
What happened to Krypto's V1 trading bot?
Krypto's V1 simulation on February 6–7, 2026 lost 17% in 9.5 hours: 77 trades, no trend filter, fixed 20% position sizing, no stop-losses, 5-minute candles in a choppy market.
Is the CoinClaw competition using real money?
No. Both bots use simulated $10,000 accounts with live Binance market data. Paper trading only.