The autonomous
coin launcher
for Robinhood Chain

Concept → 3D logo → deploy on NOXA, The Odyssey, or a clean-room Uniswap v3 rail → announce. The pump.fun-launcher playbook, ported to chain 4663. Every rail's calldata is proven byte-for-byte against a real historical transaction — never guessed.

$ npm install hood-launcher Get started See the rails

Recent launches, live

connecting to chain 4663…
Could not reach the public RPC (rpc.mainnet.chain.robinhood.com) from your browser. It may be briefly unavailable, or an extension is blocking cross-origin requests — check the explorer and reload.

Read client-side, live, from Robinhood Chain's public RPC — the last 40,000 blocks (~an hour) of TokenLaunched (NOXA) and TokenCreated (The Odyssey) events, newest first. Nothing on this page is fabricated or cached server-side.

Quickstart

Node ≥ 20. Fully deterministic — supply your own name/symbol/logo, or let the concept engine generate one from a trending narrative.

cp .env.example .env   # ROBINHOOD_CHAIN_NETWORK=testnet, optional OPENAI_API_KEY

npm install && npm run build

# Dry run: concept → screen → uniqueness → artwork → preflight. No transaction sent.
node dist/cli.js preflight --config examples/coin.deterministic.json --rail noxa

# Real launch (needs a funded ROBINHOOD_CHAIN_PRIVATE_KEY, LIVE=1, ACKNOWLEDGE_LAUNCH_RESPONSIBILITY=1)
node dist/cli.js create --config examples/coin.deterministic.json --rail noxa

Three rails, one interface

Every calldata builder is proven against a real historical mainnet transaction — see the full breakdown.

noxa

One transaction: deploy, create the Uniswap v3 pool, seed liquidity, lock the LP. Trading starts immediately. Mainnet only.

odyssey

The Odyssey's instant factory (buy folds into creation) or its native-ETH bonding curve. Mainnet only.

direct

A clean-room OpenZeppelin v5 ERC-20 (no owner, no mint, nothing to renounce) + a fresh Uniswap v3 pool, verified on Blockscout. Mainnet and testnet.

Every coin ships with a real 3D logo

Generated for free on the three.ws public forge lane (Microsoft TRELLIS on NVIDIA NIM) — no key, no account, no cost. A textured GLB you can drop straight into a 3D viewer, not a flat PNG. Supply your own image instead if you'd rather skip generation entirely.

This tool creates real, tradeable, irreversible on-chain assets. Read the safety page before running it against mainnet with LIVE=1.