Launch on Robinhood Chain
Create tokens on Ripper’s Robinhood Chain bonding curves and choose what they trade against.
Ripper on Robinhood Chain
Robinhood Chain is a native Ripper launchpad network. The creation flow builds a transaction for Ripper’s configured factory, simulates it, and asks your EVM wallet to sign. The token trades on a bonding curve before graduation to a Uniswap v4 pool.
Choose a quote asset
ETH is the default quote asset. The application also configures USDG and tokenized stock/ETF pairs, including NVDA, TSLA, AAPL, GOOGL, MSFT, SPY, and QQQ. Available choices must be approved by the deployed factory.
The quote asset is what buyers spend on this token’s curve. A token paired with NVDA is still the newly created launch token; the pair label does not make it NVDA or assign stock ownership to its holders.
Keep ETH for network gas when using a non-ETH pair. USDG amounts use six decimal places; the configured stock and ETF pair tokens use 18. Read the chosen asset’s decimals rather than assuming every pair uses ETH units.
Create a Robinhood Chain token
- Open Create, select Robinhood Chain, and connect your EVM wallet.
- Select the pair asset and enter the token details and artwork.
- Review the live launch terms and any optional first buy or creator settings.
- Approve the pair token if needed, then review the simulated launch and sign in your wallet.
- Wait for confirmation and inspect the token address on the selected chain before trading.
Graduation and creator controls
The Ripper launch path migrates completed curves to Uniswap v4. Review the active factory terms for the selected pair’s threshold, fees, and liquidity settings. Creator fee claims and pending ownership acceptance are separate wallet-signed actions when available for your account.
Check current launch terms
GET /api/v1/launch/terms?chain=robinhood returns the terms for Ripper’s configured Robinhood Chain factory. The creation form waits for configured:true and launchEnabled:true; network registration alone does not mean launches are open.
curl "https://ripper.fun/api/v1/launch/terms?chain=robinhood"