LaunchRobin docs
LaunchRobin is a multi-platform Launchpad-as-a-Service on Robinhood Chain (Arbitrum-based L2). Platform owners run branded launchpads; creators mint meme tokens that land directly in Uniswap V3 with locked liquidity.
System architecture
Robinhood Chain
EVM L2 with ETH gas. Factory, PlatformConfig, Registry, and UniswapV3Adapter live here.
Indexer
Read cache for discovery, trades, profiles, and live updates. Chain remains source of truth.
Clients
Next.js terminal for launch/trade UI; TypeScript SDK for reads, writes, and wallet flows.
Direct-to-V3 launches
On-chainNo bonding curve. createToken deploys the ERC-20 and seeds a Uniswap V3 pool in one shot.
Multi-platform LaaS
ConfigEach platform has its own branding, LP fee tier, creator share, and treasury under PlatformConfig.
Locked liquidity
SecurityThe adapter holds the LP NFT permanently — no withdraw path for creators or admins.
Indexed discovery
Off-chainREST + Socket.IO power trending lists, charts, and profiles without hammering RPC.
Robinhood Chain networks
| Property | Mainnet | Testnet |
|---|---|---|
| Chain ID | 4663 | 46630 |
| Currency | ETH | ETH |
| Explorer | robinhoodchain.blockscout.com | explorer.testnet.chain.robinhood.com |
Where to go next
- Contracts — architecture, Factory, adapter, fees
- SDK reference — TypeScript client for reads and writes
- Deployment — contracts, indexer, frontend
- Security — RBAC, LP lock, production checklist
Developer RPCs
Alchemy is a common infrastructure provider on Robinhood Chain. Create an app for HTTP and WebSocket endpoints used by the SDK and indexer.