What is Archr?
Archr is a self-serve token launchpad on Robinhood Chain (chainId 4663). Every launch deploys a plain fixed-supply ERC-20 and creates a Uniswap V3 pool for it, with 100% of the supply locked into the pool as single-sided liquidity. There is no bonding curve and no graduation event — trading is live the instant the launch transaction confirms. See Introduction for the framing and Launch overview for the on-chain shape.How do I launch a coin?
Three ways, all producing the same on-chain result:- From the site. Connect a wallet at archr.win/launch, fill the form, sign. Optional dev-buy. See first launch on the site.
- From Reddit. Reply
u/Archer_Bot !deploy SYMBOL [name]to any thread the bot can see. See first launch from Reddit. - From X. Tweet
@archrdeploy !deploy SYMBOL [name]. See first launch from X.
Is the liquidity really permanently locked?
Yes. The launcher factory holds the LP NFT and no address (owner included) can withdraw or move it. The only value that can ever leave the position is the 1% swap fees. See risks → liquidity is locked, revenue is fees.What does a coin look like on-chain?
A plain, 10-line OpenZeppelin ERC-20 with fixed supply1,000,000,000e18 (1 billion, 18 decimals). No tax, no transfer hooks, no owner controls on the token itself. See Coin.sol — every token deployed through Archr uses the same template.
What does the V3 pool look like?
Standard Uniswap V3: 1% fee tier (fee = 10000), tickSpacing 200, paired against the canonical 4663 WETH. Full supply added as single-sided liquidity at launch. See trading overview → where to swap for where to swap.
Can I buy some of my own coin in the launch transaction?
Only from the site launch flow. The launch form has an optional dev-buy field that adds a same-transaction swap; if the swap fails, the whole launch reverts and the coin is not deployed. Reddit and X triggers do not support dev-buys. See dev-buy.What does it cost to launch?
Native ETH on 4663 for gas — on the order of 0.005–0.01 ETH per launch at typical gas prices. If you include a dev-buy, add the ETH you are spending on that buy. There is no separate platform fee at launch time. See launch overview.Are name and symbol unique?
No. Two different launchers can each ship aPEPE. The unique identifier is always the contract address. See launch overview.

