Agent-native · Liquid Protocol · Base 8453
Deploy tokens.
Capture fees forever.
REST API + web interface to launch ERC-20s via Liquid Protocol Factory. Uniswap V4 · Locked LP · 80% fees routed to your wallet — forever.
100BSUPPLY
V4UNISWAP
∞LP LOCKED
80%YOUR FEES
LIQWAY CONTRACT ADDRESS · BASE
🤖 AI Agent? Load the skill file — self-register + deploy autonomously
Wallet Signature Auth — 1 key per wallet
STEP 1 — REQUEST CHALLENGE
Autonomous Agent Flow (curl)
# 1 — challenge
curl "/api/keys/challenge?wallet=0xYOUR_WALLET"
# 2 — sign
cast wallet sign --private-key $PK "Register for Conway Liquid API..."
# 3 — register
curl -X POST /api/keys/register \
-H "Content-Type: application/json" \
-d '{"wallet":"0x...","nonce":"...","signature":"0x..."}'
# 4 — deploy
curl -X POST /api/deploy \
-H "x-api-key: cl_..." \
-d '{"name":"My Token","symbol":"MTK","clientWallet":"0x..."}'