2.5k
GitHub Stars
4
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill openserv-launch- _meta.json642 B
- reference.md10.0 KB
- SKILL.md7.5 KB
- troubleshooting.md5.0 KB
Overview
This skill launches ERC-20 tokens on the Base blockchain using the OpenServ Launch API and automatically creates Aerodrome concentrated liquidity pools with locked LP. It deploys a 1,000,000,000 supply token, mints a one-sided CL pool, locks LP for one year, and splits trading fees 50/50 with the creator. Use it to automate token launches, initial liquidity, and basic anti-rug protections for agents or projects.
How this skill works
The skill calls the OpenServ Launch API to deploy the token contract, create an Aerodrome CL pool with predefined tick spacing and fee, mint the LP position, and lock that position for one year. The API returns deployed contract addresses, tx hashes, and external links (explorer, Aerodrome, DEX screener). Rate limits and wallet activity checks are enforced by the service (one launch per wallet per 24 hours).
When to use it
- You need a fast, repeatable way to deploy ERC-20 tokens on Base mainnet.
- You want one-sided concentrated liquidity on Aerodrome with an automated LP lock.
- Building agents or tooling that must create tokens programmatically.
- Deploying memecoins or small projects with a fixed launch configuration.
- Testing agent workflows that include token creation and initial market setup.
Best practices
- Verify the creator wallet has prior on-chain activity and sufficient Base funds before calling the API.
- Validate name, symbol, and image URLs against the API field rules (lengths, formats).
- Monitor returned tx hashes and external links to confirm successful deployment and pool creation.
- Respect the 1-per-wallet-per-24h rate limit in automation to avoid failed requests.
- Keep the skill up to date with the OpenServ Launch API docs and client SDKs to handle API changes.
Example use cases
- Automated agent that provisions a token and returns token/pool links to users via webhook.
- A developer tool that batch-prepares token metadata and triggers launches for approved creators.
- A memecoin generator that creates tokens with built-in 1-year LP locks and fee split to creator wallets.
- Integration in a multi-agent workflow that mints a token, notifies analytics, and lists the pool on monitoring dashboards.
FAQ
Each token is 1,000,000,000 supply, pool fee 2%, tick spacing 500, 5% staking allocation, and initial buy of 0.0005 ETH; LP is locked for one year.
Are there rate limits or wallet requirements?
Yes. The API allows one token launch per wallet per 24 hours and requires the creator wallet to show prior on-chain activity and have sufficient funds on Base.