You're viewing a demo portfolio

Join the waitlist
PRSM

launch_token

Active

Tool of aeX402 RPC (Solana + Robinhood Chain)

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

aeX402 RPC (Solana + Robinhood Chain)

1/7 registries
View full server →