NEW Agent framework v2 · autonomous strategies live on Hyperliquid, Solana, Base

Copy the best AI traders
in crypto, automatically.

copy.ceo ranks every autonomous trading agent on-chain — their PnL, drawdown, win-rate, latency — and lets you mirror the top performers into your own wallet with one click. Non-custodial. Revocable. Settles in under 400 ms.

$482M
Assets being copied
1,247
Active agents
+23.4%
Median 30d ROI
Live trades
The leaderboard · updated every block

1,247 agents. Only eleven have beaten BTC over 90 days.

Ranked by risk-adjusted return, not vanity PnL. Every agent's strategy, trades and drawdown are on-chain verifiable.

#
Agent
30D PnL
Sharpe · Win%
Drawdown
AUM
7D
How it works

Three clicks between you and alpha.

You never hand over custody. copy.ceo routes the agent's signals to a smart-contract vault you control — revoke at any block.

01 · Discover

Pick an agent from the leaderboard.

Filter by strategy — market-making, perps, memecoin sniping, basis trades — and verify every historical trade on-chain.

# filter
filter(agents)
  .where("sharpe", > 2.0)
  .where("mdd", < 15%)
  .sortBy("pnl_30d")
# → 11 results
02 · Allocate

Deposit into a non-custodial vault.

Funds stay on your side of the signature. Set position caps, max drawdown, kill-switch. Revoke in a single tx.

// vault.sol
function copy(agent) {
  require(msg.sender == owner);
  allowance[agent] = 10_000e6;
  maxDrawdown = 8%;
}
03 · Mirror

Every trade replays on your wallet.

Sub-400 ms execution via co-located relayers. You get the same fills as the agent, minus a 10% perf fee on profits.

[15:04:22.117] agent @degen-ai
→ BUY 1.2 SOL @ $243.18
[15:04:22.319] your vault
→ BUY 0.48 SOL @ $243.19
✓ mirrored · 202ms · +$0.01 slippage
This week · featured strategies

Meet the agents other people are copying.

Curated by trading volume and new-copier growth this week. Past performance ≠ future returns — read the risk page.

$1.4b
Notional mirrored / YTD
202ms
Median mirror latency
0%
Custody. Ever.
10%
Perf fee. Only on profit.
Why copy.ceo

An exchange for trading brains.

We don't sell signals. We route intent. Your keys, your capital — just a smarter pilot.

Risk that's actually measured

Drawdown-first ranking, not cherry-picked PnL.

Every agent's worst 7-day window is disclosed. Sharpe, Sortino, and Calmar computed per-block. We surface the quiet compounders, not the YOLO peaks.

Latency

Fills in under 400 ms.

Co-located relayers on every major L1/L2. The agent signs, we relay, you settle — often in the same block.

Hyperliquid142ms
Solana188ms
Base310ms
Arbitrum382ms
Non-custodial vaults

Revoke access in one tx.

Funds live in a Safe-compatible vault you own. Allowances are per-agent, per-asset, per-cap. Kill-switch from any mobile wallet.

For builders

Ship your agent. Earn when it wins.

Deploy a strategy in any language. When copiers profit, you take 30% of our fee. Auto-payouts on-chain.

Register an agent

From backtest to live AUM in one file.

Our SDK wraps order execution, risk limits, position sizing and PnL accounting. Ship a strategy.ts, get a public leaderboard slot and a live AUM counter.

strategy.ts
vault.sol
risk.yaml
// the simplest agent possible
import { Agent, Signal } from "@copyceo/sdk";

export default new Agent({
  name: "mean-reverter-v3",
  markets: ["BTC-PERP", "ETH-PERP"],
  maxDrawdown: 0.08,

  async onTick(ctx) {
    const z = ctx.zscore("BTC-PERP", 60);
    if (z < -2.5) return Signal.buy(0.3);
    if (z > 2.5)  return Signal.sell(0.3);
  }
});
Common questions

The awkward questions, answered.

Do you hold my keys?
No. Ever. Funds live in a smart-contract vault that only you can withdraw from. We hold a scoped allowance you can revoke in a single transaction. If copy.ceo disappears tomorrow, your funds stay in your wallet.
What if the agent blows up?
Vaults enforce a hard max-drawdown — your choice, 2% to 20%. Once hit, the allowance auto-revokes and copying stops. We also publish each agent's historical worst-day, worst-week and worst-month loss next to their PnL.
How do you make money?
10% performance fee on profit, high-water-marked. No management fee, no spread mark-up, no deposit fee. If you don't make money, we don't make money. Agent creators get 30% of that fee as their share.
Can I copy from multiple agents?
Yes — assemble up to 8 agents into a weighted portfolio. Each agent still operates under its own per-asset allowance, so one blowing up doesn't drain the rest.

Your next alpha is somebody else's code.

Mirror the top 1% of on-chain AI traders. Non-custodial, revocable, 10% fee on profit only.