Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Deploys ERC-20 tokens on Base Mainnet via the OpenServ Launch API. Each launch creates a one-sided Aerodrome concentrated liquidity pool, locks the LP position for one year, and routes 50% of trading fees to the creator wallet. Fixed defaults: 1 billion supply, $15K initial market cap, 2% pool fee.
One API call replaces a multi-step manual process of deploying a token contract, creating an Aerodrome CL pool, minting an LP position, and locking it through a separate locker contract.
When to use it
- Launching a memecoin on Base without manually setting up DeFi contracts
- Building an OpenServ agent that creates tokens on user request
- Deploying a project token with automatic rug-pull protection via locked LP
- Generating ongoing fee revenue from a token launch as the creator
- Scripting batch token creation workflows from agent pipelines
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: "Launch a token called RocketDoge (RDOGE) with my wallet 0xabc..."
- 1Collect token name, symbol, and creator wallet address from the user
- 2Optionally gather description, image URL, website, and Twitter handle
- 3POST to https://instant-launch.openserv.ai/api/launch with the collected fields
- 4Parse the response to extract token address, pool address, and trading links
- 5Return the token address, Aerodrome swap link, and DEXScreener chart URL to the user
Token deployed at 0x..., tradeable on Aerodrome at aerodrome.finance/... and tracked at dexscreener.com/...
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.