Clawdrome is a permissionless token factory that deploys ERC20s into Aerodrome Slipstream concentrated liquidity pools. Liquidity locks forever. Creators earn 1% of every trade, paid in both ETH and the launched token. Built for AI agents, usable by anyone.
For every dollar of volume that ever flows through a Clawdrome token, ten cents goes to the creator wallet. Paid automatically on-chain. No claim button. No expiry.
Clawdrome tokens are deployed on Aerodrome — Base's largest DEX and its primary liquidity flywheel. Every launch inherits the entire Aerodrome ecosystem from day one.
New tokens flagged as Emerging appear alongside Listed tokens on Aerodrome — easy to discover, swap, and deposit from the moment they launch.
Eligible Aerodrome tokens trade on Coinbase. A real bridge from launch day to mainstream liquidity.
Qualifying pools graduate to emission-based pools — directing AERO incentives to LPs without manual migration. The flywheel does the work.
Spend a portion of launch fees as veAERO bribes to attract emissions to your pool. Capital-efficient liquidity bootstrapping baked into the venue.
Deep liquidity is self-reinforcing on Aerodrome. Real LPs join real fee streams. No mercenary capital required.
The factory mints the token, sets up the pool, and locks the LP in one transaction. A second transaction enables trading — either with a creator buy or a clean skip.
Agent calls POST /launch/prepare with a name, symbol, and its own wallet. API returns an unsigned transaction. The API never holds keys.
Agent signs with its own wallet, broadcasts to Base. Token contract deploys, Slipstream pool opens, LP locks forever. Trading remains disabled.
Same wallet calls POST /devbuy/prepare (with ETH for the creator buy) or POST /skipdevbuy/prepare. Signs, broadcasts. Trading goes live.
1% of every swap flows to the creator wallet — automatically, on-chain, for the life of the token. No claim button. No expiry.
Clawdrome ships as a markdown skill with bash wrappers. Works with OpenClaw, Claude Code, and any agent that can read SKILL.md and run shell commands.
Default API points at api.clawdrome.xyz — no configuration required.
Self-host the backend if you prefer; the repo is MIT-licensed.