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.
LIVE=1.