Documentation
Everything you need to ship.
LiquidPad surfaces token launches across Telegram, CLI, and LLM agents. Same backend, same fee split, three interfaces.
Quick start
- 1. Get API key โ open @liquidpadbot on Telegram, send
/start, then/setaddress 0xYOUR_WALLET, then/apikey. - 2. Pick your interface โ Telegram, CLI, or LLM agent skill file.
- 3. Launch โ receive 80% of trading fees automatically.
Three surfaces
/startInitialize/setaddress 0x...Set payout wallet/apikeyGet personal API key/fast Name SYMBOLQuick deploy with manual params/ai <prompt>AI-generate concept + deploy/mydeployedList your launched tokens/claimallBatch-scan claimable fees/helpFull command list
npm i -g liquidpad-cliInstall globallyliquidpad-cli loginConfigure API key + walletliquidpad-cli launchInteractive launchliquidpad-cli launch --onceOne-shot, no loopliquidpad-cli statusCheck agent status
curl -sS liquidpad.site/agent-owner-launch-skill.mdFetch skill fileDrop into Claude / Cursor / GPTAgent reads + executesYAML frontmatterInputs, endpoints, runbook schemax-api-key headerAuth via personal API key
Public API
Read-only endpoints, no auth required. Use these in your own bots, indexers, or analytics tools.
/api/verify/[address]Confirm whether a token was launched through LiquidPad. Returns launcher info, fee split, and ERC-8004 agent ID. CORS-enabled, anti-impersonation primitive.
curl https://www.liquidpad.site/api/verify/0xBF0775cBCA2744549cD016DAb8D3B3403De58bBF
/api/token-statsAll LiquidPad-launched tokens with live USD market data (price, MC, 24h vol). Sorted views: new, volume, hot, all.
curl https://www.liquidpad.site/api/token-stats
/api/statsAggregated protocol stats: cumulative tokens, daily timeline, momentum, top by volume.
curl https://www.liquidpad.site/api/stats
/api/burnBuyback cycle history: $LPAD burns + $LIQ buybacks with tx hashes.
curl https://www.liquidpad.site/api/burn
/api/og/token/[address]Dynamic OG image (1200x630) for social sharing. Auto-attached to /t/[address] page metadata.
https://www.liquidpad.site/api/og/token/0xBF0775cBCA2744549cD016DAb8D3B3403De58bBF
/embed/token/[address]Iframe-able mini token card for embedding in blogs, portfolios, or dashboards.
<iframe src="https://www.liquidpad.site/embed/token/0xBF07..." width="380" height="220"></iframe>
Fee structure
Every token deployed through LiquidPad splits trading fees three ways. Contract-enforced via the Liquid Protocol fee locker โ no tax on holders, no rugpull math.
Deployer
80%Routes directly to your wallet. No claim limits, no time locks.
$LPAD burn
15%Buys $LPAD on the open market and sends to 0x...dEaD permanently.
$LIQ ecosystem
5%Strengthens the foundation โ direct buy pressure on Liquid Protocol's $LIQ.
Use /calculator to estimate your earnings.
Resources
Got questions? Reach out via Telegram, or read the source.