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. 1. Get API key โ€” open @liquidpadbot on Telegram, send /start, then /setaddress 0xYOUR_WALLET, then /apikey.
  2. 2. Pick your interface โ€” Telegram, CLI, or LLM agent skill file.
  3. 3. Launch โ€” receive 80% of trading fees automatically.

Three surfaces

๐Ÿค–

Telegram

@liquidpadbot โ†—
  • /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 globally
  • liquidpad-cli loginConfigure API key + wallet
  • liquidpad-cli launchInteractive launch
  • liquidpad-cli launch --onceOne-shot, no loop
  • liquidpad-cli statusCheck agent status
๐Ÿง 

LLM Agent Skill

agent-owner-launch-skill.md โ†—
  • curl -sS liquidpad.site/agent-owner-launch-skill.mdFetch skill file
  • Drop into Claude / Cursor / GPTAgent reads + executes
  • YAML frontmatterInputs, endpoints, runbook schema
  • x-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.

GET/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
GET/api/token-stats

All 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
GET/api/stats

Aggregated protocol stats: cumulative tokens, daily timeline, momentum, top by volume.

curl https://www.liquidpad.site/api/stats
GET/api/burn

Buyback cycle history: $LPAD burns + $LIQ buybacks with tx hashes.

curl https://www.liquidpad.site/api/burn
GET/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
GET/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.