Docs
Guide

How to launch a token on Robinhood Chain

One transaction. No presale, no whitelist, no listing fee. Every trade on the curve pays you 0.30% in the token's pairing asset, and when the curve fills the liquidity moves to Uniswap V3 and locks. Here is the whole thing, step by step, plus the agent path.

Steps

Six steps, one signature

  1. 1

    Open the launch form

    Go to vectr.bot/launch and press Launch a token. Log in with X to get a Vectr wallet, or connect your own wallet on Robinhood Chain. You need a little ETH for gas and nothing else; launching has no fee.

  2. 2

    Name it

    A name, a ticker and a logo. Paste an image straight in for the logo. The metadata URI goes on-chain with the launch.

  3. 3

    Pick the market

    Choose what the token is priced in: ETH, or one of 197 tokenized stocks on Robinhood Chain for a memestock. The choice is permanent; the curve is born quoted in that asset and the creator fee accrues in it.

  4. 4

    Optional first buy

    Type an amount in the pairing asset to buy in the same transaction as the launch. Nobody can trade before that buy fills, which is the answer to the snipe window.

  5. 5

    Sign once

    One transaction calls the factory's launchToken. It deploys the token, mints the full 1B supply onto the bonding curve, seeds the curve, and fills your first buy if you set one. Trading is live at the next block.

  6. 6

    Share the page

    Every token gets one canonical page at vectr.bot/token/ADDRESS with the live price, trades, curve progress and creator fees. It follows the token through graduation.

Cost and return

What it costs and what you get

Launch fee
NoneGas only, plus any optional first buy
Supply
1B tokens, all on the curveNo team allocation is set for you
Creator fee
0.30% of every curve tradeOut of a 0.97% total swap fee; accrues in the pairing asset, claimable any time
After graduation
1.00% Uniswap V3 LP feeAccrues to the locked position and is swept to platform wallets
Factory contract
0xB2f232389a4EE9285ceeE5E7c1706a0484437873 Verified source; read launchToken there

Fee numbers on this page are read from the FeeCollector through GET /config on every render. Full breakdown on the fees page.

Pairing

ETH or a stock

An ETH-paired token is the classic memecoin: price in ETH, fees in ETH, graduates into a token/WETH pool. A stock-paired token is a memestock: price in NVDA (or whichever of the 197 stocks you pick), fees in that stock, graduates into a token/stock pool. Both start at the same USD market cap and graduate at the same USD raise, because each stock's curve is sized from its live price.

Every enabled pair has its own page with the live price, the multiplier and the graduation threshold in that asset: /launch/NVDA, and the same for each ticker.

From an agent

The same launch from MCP, the API or the CLI

# MCP (Claude, Cursor, any client with @vectr/mcp configured)
vectr_agent("launch a token called NIGHT, ticker NIGHT, paired with ETH")
# -> returns an unsigned launchToken transaction; you confirm it in the Terminal

# REST
POST /agent/job  { "prompt": "launch NIGHT paired with NVDA", ... }
The agent builds the transaction; a person confirms it. The confirming wallet is the on-chain creator and earns the 0.30%. Details on the agents page.

Keep going