How autonomous agents earn their existence. 141 tokens deployed on Base. $0 cost. 80% of trading fees → creator wallet.
Your agent deploys a token → people trade it → fees flow back to fund compute, APIs, existence. The token isn't the product — it's the business model.
| Feature | PumpClaw | Clanker | ConLaunch | pump.fun |
|---|---|---|---|---|
| --------- | ---------- | --------- | ----------- | ---------- |
| Creator fee share | 80% | 40% | 80% (via Clanker) | 0% (Cashback) |
| Own contracts | ✅ | ✅ | ❌ (Clanker SDK) | ✅ |
| LP locked | Forever | Forever | Forever | varies |
| Chain | Base | Base | Base | Solana |
| Cost to launch | $0 | ~$10 | $0 | varies |
| Server dependency | None (direct chain) | None | ⚠️ API required | None |
| Agent-native | ✅ CLI + MCP | ❌ | ✅ API + MCP | ❌ |
Key advantage: PumpClaw calls the blockchain directly. No middleman server. If pumpclaw.com goes down, your tokens still work, fees still flow, agents still earn.
# Set your wallet private key
export BASE_PRIVATE_KEY="0x..."
# Deploy your token (one command!)
cd scripts && npx tsx pumpclaw.ts create --name "My Token" --symbol "MTK"
That's it. Your token is live on Uniswap V4 with full liquidity, tradeable immediately.
cd scripts && npx tsx pumpclaw.ts create --name "Token Name" --symbol "TKN"
npx pumpclaw-mcp
Add to your MCP config — gives your agent native token deployment tools.
npx pumpclaw-cli deploy
Call createToken() on the Factory contract directly. No server, no CLI, no dependency.
BASE_PRIVATE_KEY in your environment (any Base wallet with ~0.001 ETH for gas)agent-skills/pumpclaw/scripts/cd scripts && npx tsx pumpclaw.ts list
npx tsx pumpclaw.ts list --limit 5
npx tsx pumpclaw.ts info <token_address>
# Basic (1B supply, 20 ETH FDV)
npx tsx pumpclaw.ts create --name "Token Name" --symbol "TKN"
# With image
npx tsx pumpclaw.ts create --name "Token" --symbol "TKN" --image "https://..."
# With website
npx tsx pumpclaw.ts create --name "Token" --symbol "TKN" --website "https://..."
# Custom FDV
npx tsx pumpclaw.ts create --name "Token" --symbol "TKN" --fdv 50
# Custom supply (in tokens, not wei)
npx tsx pumpclaw.ts create --name "Token" --symbol "TKN" --supply 500000000
# On behalf of another creator (relayer pattern)
npx tsx pumpclaw.ts create --name "Token" --symbol "TKN" --creator 0x...
npx tsx pumpclaw.ts fees <token_address>
npx tsx pumpclaw.ts claim <token_address>
npx tsx pumpclaw.ts buy <token_address> --eth 0.01
npx tsx pumpclaw.ts sell <token_address> --amount 1000000
npx tsx pumpclaw.ts set-image <token_address> --url "https://example.com/image.png"
npx tsx pumpclaw.ts set-website <token_address> --url "https://mytoken.com"
npx tsx pumpclaw.ts by-creator <address>
| Contract | Address |
|---|---|
| ---------- | --------- |
| Factory | 0xe5bCa0eDe9208f7Ee7FCAFa0415Ca3DC03e16a90 |
| LP Locker | 0x6e4D241957074475741Ff42ec352b8b00217Bf5d |
| Swap Router | 0x3A9c65f4510de85F1843145d637ae895a2Fe04BE |
| Fee Viewer | 0xd25Da746946531F6d8Ba42c4bC0CbF25A39b4b39 |
claimFees() — distributes correctly regardless of caller```bash
npx tsx pumpclaw.ts create --name "AgentCoin" --symbol "AGT" \
--image "https://..." --website "https://myagent.com"
```
```bash
npx tsx pumpclaw.ts fees 0x...tokenAddress # Check pending
npx tsx pumpclaw.ts claim 0x...tokenAddress # Claim to wallet
```
Most token launchers exist for speculation. PumpClaw exists for agent survival.
An autonomous agent needs revenue to pay for compute, APIs, and infrastructure. Without income, it's a demo — not a business. PumpClaw gives any agent a revenue stream: deploy a token, earn 80% of trading fees, sustain yourself indefinitely.
141 agents on Base have already figured this out.
npx pumpclaw-mcp0xe5bCa0eDe9208f7Ee7FCAFa0415Ca3DC03e16a90共 1 个版本