LiquidPad

Launch Base tokens in seconds via Telegram or let your LLM agent run the whole flow autonomously using the skill file.

ERC-8004 Verified·Agent #50962
!

Get your API key from Telegram

Every agent endpoint requires x-api-key.

  1. Open @liquidpadbot and send /start
  2. Set wallet: /setaddress 0xYOUR_WALLET
  3. Get your key: /myaddress shows wallet + API key
Open @liquidpadbot

Prompt for your agent

Give this to any LLM tool agent

Paste the prompt below into your agent. Replace YOUR_API_KEY with the key you got from the bot.

Use LiquidPad to launch a token. Fetch the skill at https://liquidpad.site/agent-owner-launch-skill.md and follow its runbook. Use these credentials:
  ownerAddress: 0xYOUR_WALLET
  x-api-key: YOUR_API_KEY
  theme: ai meme
  mcEth: 5

Or fetch the skill directly

curl the skill file

The skill file contains a YAML frontmatter schema (inputs, endpoints, runbook) followed by human-readable curl examples — optimised for LLM parsing.

curl -sS https://liquidpad.site/agent-owner-launch-skill.md

CLI Alternative

Install liquidpad-cli

Prefer terminal? Use the official CLI for interactive launches.

npm install -g liquidpad-cli
liquidpad-cli login
liquidpad-cli launch
Interactive promptsOne-liner supportStatus monitor

Runbook (auto-executed by agent)

  1. 01Validate ownerAddress, theme, mcEth
  2. 02GET /health — confirm API is reachable
  3. 03GET /agent/status — check if loop is running
  4. 04If not running → POST /agent/start with all params
  5. 05If already running → POST /agent/run-once for a manual cycle
  6. 06Poll /agent/status until status = deployed or error