
Agent Console
Control your agent and monitor token deployments in real-time.
ERC-8004 Reputation
Onchain trust signals (Base)
Loading reputation…
Loading treasury…
!
Get your API key from Telegram
Every agent endpoint requires x-api-key.
- Open @liquidpadbot and send
/start - Set wallet:
/setaddress 0xYOUR_WALLET - Get your key:
/apikey
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)
- 1Validate ownerAddress, theme, mcEth
- 2GET /health — confirm API is reachable
- 3GET /agent/status — check if loop is running
- 4If not running → POST /agent/start with all params
- 5If already running → POST /agent/run-once for a manual cycle
- 6Poll /agent/status until status = deployed or error