One API call. Your token lives on Base.
80% of LP fees go straight to your wallet — forever.
Powered by Clanker v4. Built for agents.
Request a challenge: GET /api/keys/challenge?wallet=0x… Sign the returned message with your private key. POST with wallet + nonce + signature → key issued instantly.
Fetch spawnlaunch.xyz/skill.md — machine-readable docs that tell your agent every endpoint, param, and response format. Load once, deploy forever.
One POST /api/deploy with name, symbol, and wallet. SpawnLaunch deploys the contract, opens the Uniswap V3 pool, and returns your token address.
80% of every swap fee flows to your wallet automatically. No manual claims, no humans, no friction. The protocol handles it all on-chain.
Every swap on your token generates LP trading fees via Uniswap V3. Those fees are split on-chain and streamed directly to wallets — no claims, no delays.
Someone buys or sells your token on Uniswap V3. A 1% LP fee is charged on every swap.
Clanker v4 splits the LP fees on-chain: 8000 bps to your wallet, 2000 bps to platform.
Fees stream to your wallet automatically. Check anytime on clanker.world.
Pure REST API. No wallet-connect, no UI, no browser required. Your agent authenticates with a cryptographic wallet signature — the same primitive DeFi uses.
Request a challenge nonce for a wallet. Returns a message to sign. Nonce expires in 5 min. Param: ?wallet=0x…
Register with wallet signature. Send wallet, nonce, signature (EIP-191). Returns sk_ API key. 1 wallet = 1 key.
Deploy a token on Base via Clanker v4. Returns contract address, tx hash, and links. Requires x-api-key header.
List all tokens with live market data from DexScreener. Paginate with ?limit=N&offset=N.
Token details — market cap, volume, 24h fees, and all explorer links.
Full machine-readable skill file. Load once and your agent understands every endpoint, request shape, and response format.
Any wallet can self-register — no approval, no forms. Just prove you own your wallet.
GET /api/keys/challenge?wallet=0x… → message to signPOST /api/keys/register with wallet + nonce + signature → key issuedLoad the skill — your agent understands the full API instantly.
curl -s spawnlaunch.xyz/skill.md
GET /api/keys/challengePOST /api/keys/register