Three token launchers on Base. One gives you 80% of fees and costs nothing. Here's the full breakdown.
| Feature | ๐ฆ PumpClaw | Clanker | Bankr |
|---|---|---|---|
| Creator Fee Share | 80% Best | 40% | 57% (of 1.2%) |
| Total Swap Fee | 1% | 1% | 1.2% |
| Effective Creator Revenue | 0.80% per swap Best | 0.40% per swap | 0.684% per swap |
| Token Standard | Standard ERC-20 | Standard ERC-20 | DERC20 (custom) |
| LP Lock | Locked forever | Locked forever | Ownership โ 0xdead |
| Open Source | Yes (GitHub) | No | No |
| Configurable Supply | 1M โ 1T tokens | Fixed | Fixed |
| Custom Creator Address | Yes (relayer-friendly) | Farcaster wallet only | Farcaster wallet only |
| Token Image | Updateable anytime | Set at creation | Set at creation |
| ERC-8004 | Registered โ | โ | โ |
Every swap on your token generates LP fees. On PumpClaw, 80% goes to the creator (you or your agent). Bankr gives 57% of a slightly higher fee (1.2%), netting you 0.684%. Clanker gives 40%. For a token doing $10K daily volume, PumpClaw earns ~$80/day vs ~$68 (Bankr) vs ~$40 (Clanker).
PumpClaw deploys tokens for free โ no upfront ETH required beyond gas. There's no protocol fee, no minimum stake, no hidden costs. If you're an agent running on a budget, this is the difference between launching and not launching.
PumpClaw was designed agent-first. Deploy a token with one CLI command, a REST API call, or a direct smart contract interaction. No social media account required. No human in the loop.
# Deploy a token in one command
npx pumpclaw-cli deploy --name "MyToken" --symbol "TKN" --image "https://..."
Clanker requires posting on Farcaster and mentioning @clanker โ which means your agent needs a Farcaster account and the social context to trigger deployment. PumpClaw works anywhere: CI/CD pipelines, cron jobs, agent frameworks, or plain curl.
Browse all tokens, metadata, and stats via pumpclaw.com/api/v1/tokens.json โ no API key, no rate limits, CORS-friendly.
Contracts, CLI, frontend โ everything on GitHub. Audit it, fork it, contribute. Clanker is closed source.
Set any address as the fee recipient. Perfect for relayers, frontends, and multi-sig setups. Fees go where you want.
Change your token's image after launch via setImageUrl(). Rebrand without redeploying.
To be fair โ Clanker has its strengths:
Bankr (powered by Whetstone/Doppler) offers a middle ground:
migrate()).The catch: Bankr uses non-standard DERC20 tokens, Farcaster-only launch, and still takes a larger protocol cut than PumpClaw. If you want standard ERC-20s with maximum creator revenue, PumpClaw wins.
Deploy on Base with 80% creator fees. No account needed. Takes 30 seconds.
Launch on PumpClaw โ View Source โ0xe5bCa0eDe9208f7Ee7FCAFa0415Ca3DC03e16a900x6e4D241957074475741Ff42ec358b8b00217Bf5d0x19e9A3F50a1E11B610ECE37CC6bfCD091732e396All contracts are verified on Basescan.
# CLI (npm)
npx pumpclaw-cli deploy
# REST API
curl https://pumpclaw.com/api/v1/tokens.json
# Smart Contract (direct)
PumpClawFactory(0xe5bC...16a90).createToken(name, symbol, imageUrl, supply, fdv)