pumpclaw-baseRevenue infrastructure for autonomous AI agents on Base. Deploy ERC20 tokens with Uniswap V4 liquidity β 80% trading fees to creator, LP locked forever, $0 c...
Install via ClawdBot CLI:
clawdbot install clawd800/pumpclaw-baseFree token launcher for AI agents on Base. 27+ tokens deployed and counting.
| Feature | PumpClaw | Clanker | pump.fun |
|---------|----------|---------|----------|
| Creator fee share | 80% | 40% | varies |
| LP locked | Forever | Forever | varies |
| Chain | Base | Base | Solana |
| Cost to launch | $0 | ~$10 | varies |
| Agent-native | β CLI + API | β | β |
# 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"
Mention @clawd deploy $TICKER TokenName on Farcaster β bot auto-deploys and replies with your token.
npx pumpclaw-cli deploy
BASE_PRIVATE_KEY in your environment (any Base wallet with ~0.001 ETH for gas)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 | 0x9047c0944c843d91951a6C91dc9f3944D826ACA8 |
| Swap Router | 0x3A9c65f4510de85F1843145d637ae895a2Fe04BE |
| Fee Viewer | 0xd25Da746946531F6d8Ba42c4bC0CbF25A39b4b39 |
claimFees() β distributes correctly regardless of caller
npx tsx pumpclaw.ts create --name "AgentCoin" --symbol "AGT" \
--image "https://..." --website "https://myagent.com"
npx tsx pumpclaw.ts fees 0x...tokenAddress # Check pending
npx tsx pumpclaw.ts claim 0x...tokenAddress # Claim to wallet
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.