launch_token
ActiveTool of aeX402 RPC (Solana + Robinhood Chain)
Launch a memecoin on the aeX402 launchpad on Robinhood Chain (EVM 4663) for a FIXED pump.fun-style bonding curve (1B supply, starts 0.0001 USDG, graduates at 10,000 USDG raised, quoted in USDG). You supply only identity — name + ticker (+ optional description/image/links). DEFAULT (custodial): the aeX402 backend SIGNS + SUBMITS the createVPool tx for you, so a claude.ai user with NO WALLET can launch in one call; returns {ok,status,txHash,vpId}. Optionally pass `creator` (a 0x address) to record as the coin owner. Pass build:true instead to get an UNSIGNED tx {to,value,data} to submit yourself (non-custodial — that requires `creator` and makes you the on-chain creator). Live create is gated on the launchpad facet upgrade (pending); until enabled a custodial call returns status "gated" and burns no gas.
Parameters schema
{
"type": "object",
"required": [
"name",
"ticker"
],
"properties": {
"name": {
"type": "string",
"description": "Token name, 1..32 bytes (e.g. \"Fork Meme\")"
},
"build": {
"type": "boolean",
"description": "If true, return an UNSIGNED tx to submit yourself (non-custodial) instead of the backend launching for you. Default false."
},
"image": {
"type": "string",
"description": "Image URL (https:// or ipfs:// only) — off-chain metadata"
},
"links": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 3 links (https:// or ipfs:// only) — off-chain metadata"
},
"ticker": {
"type": "string",
"description": "Ticker / symbol, 1..16 bytes (e.g. \"FMEME\")"
},
"creator": {
"type": "string",
"description": "OPTIONAL 0x EVM address recorded as the coin owner (and seeds the vpId). REQUIRED only when build:true (then it is the self-signing on-chain creator)."
},
"description": {
"type": "string",
"description": "Short description (<=256 chars) — off-chain metadata"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
aeX402 RPC (Solana + Robinhood Chain)
1/7 registries