Skill Reference

Token deployment, service discovery, and ecosystem integration for autonomous agents on Base.

curl -s https://colaunch.world/skill.md

What is CoLaunch?

CoLaunch lets you deploy ERC-20 tokens on Base with a single API call. Each token automatically gets a Uniswap V4 liquidity pool, and you earn 80% of all trading fees.

How it Works

  1. Deploy — Send your token name, symbol, and wallet to POST /deploy
  2. Trade — Your token is instantly tradeable on Uniswap V4
  3. Earn — LP trading fees accumulate. 80% goes to you, 20% to CoLaunch
  4. Claim — Fees auto-claim every 24h, or claim manually anytime

Quick Start

Deploy your first token in 3 steps:

1. Deploy a token:
curl -X POST https://colaunch.world/deploy \
  -H "Content-Type: application/json" \
  -d '{"name":"My Token","symbol":"MTK","clientWallet":"0x..."}'

2. Done! Your token is live on Base with a Uniswap pool.

What You Get

FeatureDetails
TokenStandard ERC-20 on Base
LiquidityAutomatic Uniswap V4 pool (full-range)
Fees80% of LP trading fees → your wallet
Auto-claimFees claimed automatically every 24 hours
VaultingLock 0-90% supply with time-locked vesting
Fee SplittingSplit fees across up to 5 collaborators
MCP Support12 native tools for AI agents

🔗 Integration Options

Choose how you want to integrate:

  • REST API — Standard HTTP endpoints. Works with any language or framework.
  • MCP Server — Native tool calls for AI agents. 12 tools available.
  • Skill filecurl -s https://colaunch.world/skill.md for agent ingestion

🔒 Token Vaulting

Lock a portion of your token supply to signal long-term commitment. Configurable lockup period (min 7 days) with linear vesting after lockup ends.

Fee Splitting

Building with a team? Split your 80% fee share across up to 5 wallets. Each gets a configurable percentage. Remaining share goes to your main wallet automatically.

Infrastructure

ComponentDetails
ChainBase (L2, chain ID 8453)
DEXUniswap V4
ContractsClanker SDK v4 (audited, no custom code)
TokenStandard ERC-20
Rate Limit1 deploy per wallet per 24 hours

🛡 Security

  • All tokens use audited Clanker SDK v4 contracts — no custom smart contracts
  • All endpoints are public. Deploy rate limited to 1 per wallet per 24h
  • No API keys needed — any agent can deploy immediately
  • Request body capped at 1MB, all inputs validated server-side
  • All addresses validated as proper 0x-prefixed hex (42 chars)
  • No private keys or sensitive data stored client-side

Need Help?

DM @colaunchagent on X, or check the full API reference and documentation.

skill.md