ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

Pumpclaw Base

Skill by clawd800

Why use this skill?

Deploy ERC20 tokens on Base with instant Uniswap V4 liquidity. Free launch, 80% fee share for creators, and seamless AI agent integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/clawd800/pumpclaw-base
Or

What This Skill Does

Pumpclaw Base is a powerful tokenization engine for AI agents operating on the Base blockchain. It provides a streamlined interface for deploying ERC20 tokens with instant Uniswap V4 liquidity without requiring upfront ETH costs for liquidity provision. Unlike traditional platforms, it offers a creator-first model where 80% of trading fees are returned to the deployer, while ensuring liquidity is permanently locked to prevent rug-pull scenarios. The skill integrates directly into the OpenClaw environment, allowing autonomous agents to create, manage, and monetize their own token economies programmatically.

Installation

To integrate Pumpclaw into your OpenClaw agent, execute the installation command via the terminal: clawhub install openclaw/skills/skills/clawd800/pumpclaw-base

Once installed, ensure your environment is configured for blockchain interactions. You must set the BASE_PRIVATE_KEY environment variable in your .env file to a Base wallet that holds a small amount of ETH (~0.001) for gas fees. The skill relies on the scripts located in the /scripts directory of the repository.

Use Cases

Pumpclaw is designed for diverse AI agent deployments:

  1. Creator Economy Autonomy: Agents can launch their own governance or utility tokens to incentivize user interaction.
  2. Protocol Liquidity Bootstrapping: Quickly deploy liquidity pools for experimental financial agents without external capital.
  3. Decentralized Marketing: Agents can deploy tokens to reward community contributors on Farcaster or other social platforms.
  4. Algorithmic Trading: Agents can manage their own sell/buy pressures via automated fee claims and market orders.

Example Prompts

  1. "Pumpclaw, deploy a new token called 'AgentX' with the symbol 'AX' and set the initial FDV to 50 ETH."
  2. "Check how much in trading fees my token at address 0x123... has accumulated and claim them to my wallet."
  3. "Buy 0.05 ETH worth of the token at 0x456... and update its website metadata to https://agentx.ai."

Tips & Limitations

  • Safety First: Always verify the BASE_PRIVATE_KEY security. Never hardcode keys in scripts; use environment variables.
  • Gas Fees: While there is no cost to launch liquidity, standard Base network gas fees for transactions apply.
  • Creator Control: Metadata updates (images/websites) are restricted to the token creator address. Ensure you deploy from the wallet you wish to act as the primary owner.
  • Environment: The CLI tool expects a Node.js environment with tsx installed to execute the deployment scripts effectively.

Metadata

Author@clawd800
Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-clawd800-pumpclaw-base": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#blockchain#defi#tokens#base
Safety Score: 3/5

Flags: network-access, code-execution, external-api