LaunchKit · 2026
Back to Skills

openserv-launch

Launch tokens on Base blockchain via the OpenServ Launch API.

0
0 downloads
by @issa-me-sush

Setup & Installation

openclaw skills install @issa-me-sush/openserv-launch

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install openserv-launch

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.

INPUT

User asks: "Launch a token called RocketDoge (RDOGE) with my wallet 0xabc..."

AGENT
  1. 1Collect token name, symbol, and creator wallet address from the user
  2. 2Optionally gather description, image URL, website, and Twitter handle
  3. 3POST to https://instant-launch.openserv.ai/api/launch with the collected fields
  4. 4Parse the response to extract token address, pool address, and trading links
  5. 5Return the token address, Aerodrome swap link, and DEXScreener chart URL to the user
OUTPUT

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.

Base Mainnet wallet address with prior on-chain activityETH on Base Mainnet to cover gas fees and the 0.0005 ETH initial buy