openserv-launch

Launch ERC-20 tokens on Base with Aerodrome liquidity pools and LP locking.

28|4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/openserv-labs/skills --skill openserv-launch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openserv-launch
Source: https://github.com/openserv-labs/skills/tree/main/skills/openserv-launch
Command: npx skills add https://github.com/openserv-labs/skills --skill openserv-launch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launches new ERC-20 tokens on Base by automating deployment, liquidity pool creation on Aerodrome, and one-year LP locking to protect creators.

Core Features & Use Cases

  • Token deployment: Deploys an ERC-20 token with a fixed supply (1 billion) and standard contract parameters.
  • Liquidity pool creation: Creates Aerodrome concentrated liquidity pools (one-sided) with predefined price ranges.
  • LP locking and fee split: Locks the liquidity position for 1 year and implements a 50/50 fee split between creator and platform.
  • Developer tooling: References and examples show how to integrate the API into agents and automation workflows.

Quick Start

Ask your agent to launch a new token by providing name, symbol, and creator wallet.

Frequently Asked Questions about openserv-launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch a token on Base with Aerodrome liquidity pools?

To launch a token on Base with Aerodrome liquidity pools, you provide a token name, symbol, and creator wallet to an agent. The API then deploys an ERC-20 token with a fixed supply and automatically creates a one-sided concentrated liquidity pool.

What does LP locking do for token launches on Base?

LP locking for Base token launches secures the liquidity position for one year to protect creators and investors. It also implements a 50/50 fee split on the locked liquidity between the token creator and the platform.

Can I use REST APIs to automate memecoin deployments on Base?

Yes, you can use REST APIs to automate memecoin deployments on Base. The API accepts JSON payloads to automate token deployment, Aerodrome pool creation, and liquidity locking without manual contract interaction.

Do I need wallet validation to create an Aerodrome concentrated liquidity pool?

Yes, wallet validation is required to create an Aerodrome concentrated liquidity pool. A valid creator wallet address must be provided in the initial request to authorize the deployment and pool creation.

What are the limitations of deploying an ERC-20 token with this API?

Limitations of deploying an ERC-20 token with this API include a fixed supply of 1 billion tokens and a mandatory one-year liquidity lock. The liquidity pool creation is restricted to predefined price ranges on Aerodrome.