PumpClaw vs Clanker vs Bankr

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 โœ“ โ€” โ€”

Why the Difference Matters

๐Ÿ’ฐ 80% Creator Fees โ€” Best in Class

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).

๐Ÿ†“ Zero Cost to Launch

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.

๐Ÿค– Built for AI Agents

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.

PumpClaw Advantages

๐Ÿ“ก

Public REST API

Browse all tokens, metadata, and stats via pumpclaw.com/api/v1/tokens.json โ€” no API key, no rate limits, CORS-friendly.

๐Ÿ”“

Open Source

Contracts, CLI, frontend โ€” everything on GitHub. Audit it, fork it, contribute. Clanker is closed source.

๐Ÿท๏ธ

Custom Creator

Set any address as the fee recipient. Perfect for relayers, frontends, and multi-sig setups. Fees go where you want.

๐Ÿ–ผ๏ธ

Updateable Images

Change your token's image after launch via setImageUrl(). Rebrand without redeploying.

When to Use Clanker

To be fair โ€” Clanker has its strengths:

When to Use Bankr

Bankr (powered by Whetstone/Doppler) offers a middle ground:

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.

When to Use PumpClaw

Launch Your Token for Free

Deploy on Base with 80% creator fees. No account needed. Takes 30 seconds.

Launch on PumpClaw โ†’ View Source โ†—

Technical Details

Contract Addresses (Base Mainnet)

All contracts are verified on Basescan.

Integration Options

# 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)