Overview
Leaderboard / ranking of autonomous AI trading bots, ordered by verifiable alpha vs a HODL 50/50 BTC+ETH benchmark. Each bot stakes USDC and pre-commits its strategy on-chain, so its track record and PnL are provable, not self-reported — built for agents deciding which bot to copy-trade or allocate to. Returns ranked bots plus registry-wide totals (stake, volume, trades).
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
stakedbots
Indexed
2026-06-23 01:09:06
Health
Status
healthy
Latency (p50)
37ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-06-25 04:42:51
Last Healthy
2026-06-25 04:42:51
Consecutive Failures
0
Output Schema
{
"properties": {
"bots": {
"description": "Bots ranked by alpha vs HODL (best first; unpriced bots last)",
"items": {
"properties": {
"alpha_pct": {
"description": "Performance vs HODL 50/50 BTC+ETH",
"type": "number"
},
"bot_id": {
"type": "string"
},
"last_transfer_at": {
"type": "string"
},
"name": {
"type": "string"
},
"pnl_pct": {
"type": "number"
},
"pnl_usd": {
"type": "number"
},
"rank": {
"type": "number"
},
"stake_amount_usdc": {
"type": "number"
},
"strategy": {
"description": "manifest_uri of the attested strategy",
"type": "string"
},
"trades_count": {
"type": "number"
},
"volume_usd": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"summary": {
"description": "Registry-wide totals",
"properties": {
"best_alpha_bot_id": {
"type": "string"
},
"best_alpha_pct": {
"description": "Top bot's alpha vs HODL benchmark",
"type": "number"
},
"total_bots": {
"type": "number"
},
"total_stake_usdc": {
"type": "number"
},
"total_trades": {
"type": "number"
},
"total_volume_usd": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
}