Docs
Everything Rawbin does, in the open. No black boxes — the contracts are verified and the rules below are enforced on-chain, not by us.
Overview
Rawbin is a token launchpad on Robinhood Chain. Anyone can create a token for roughly $1.99 — no team raise, no VC allocation, no liquidity to bootstrap. Every token ends up as a plain, immutable ERC-20 trading in a Uniswap V3 pool whose liquidity is locked forever.
There are two ways to launch: a Fair launch (a pre-sale that graduates to the DEX at 9.9 ETH) and Instant DEX (a live Uniswap V3 pool from the first block). Both are handled by verified factory contracts. This page documents each step and links you to the code so you can check every claim yourself.
Rawbin token
Rawbin does not have a platform token yet.
A Rawbin token is planned, but it has not launched. It does not exist right now. Any "Rawbin", "$RAWBIN" or similar token you see anywhere — on this or any other chain, on any DEX, in any DM or group — is not ours and is a scam.
When the official token launches, it will be announced only through our official channels and it will be created here, on rawbin.fun. Until we say so, assume everything else is fake. Don't trust, verify.
Two launch modes
Buyers accrue an on-chain allocation on a bonding curve. There is no ERC-20 during the sale. At 9.9 ETH it graduates: the token is minted, a deep Uniswap V3 pool is seeded and locked, and everyone claims. Fairest launch — no address to snipe before graduation.
The token and a live Uniswap V3 pool exist from block 0 (single-sided seed), with the LP locked immediately. Trades on the open DEX right away — no curve, no graduation step.
Launching a token
On the Create page you set a name, ticker and image, pick a mode, then sign a single transaction that pays a flat creation fee of ~$1.99 in ETH (plus gas).
Anti-snipe dev buy. In that same transaction you can optionally buy first — for Instant DEX it's the pool's first swap (with a minTokensOut slippage limit and an automatic refund of any unspent ETH); for a Fair launch it seeds your own allocation. Because it's the very first action, nobody can front-run you.
Supply & metadata. Every Rawbin token is a fixed supply of exactly 1,000,000,000, and its metadata URI is written on-chain on the token itself so explorers and aggregators show the real name, ticker and image. For Instant DEX the token is minted at launch; for a Fair launch it's minted at graduation.
Fair launch (pre-sale)
A Fair launch runs on a bonding-curve pre-sale. Price is deterministic: it starts low and rises as people buy, falls as they sell — you always trade against the curve, never another user. But instead of receiving an ERC-20, buyers accrue an on-chain allocation and the ETH accumulates in the curve. No token contract exists yet.
You can buy and sell your allocation freely during the sale (1% fee, same as trading). When the curve reaches 9.9 ETH, buys close and the launch is ready to graduate.
Graduation
At 9.9 ETH, anyone can graduate the launch (a keeper does it automatically, or you can hit the button). In one transaction the token is minted, all collected ETH and the unsold tokens are deposited into a Uniswap V3 pool (1% tier), and the liquidity position (an NFT) is locked in the Rawbin Locker. Then holders claim() the tokens for the allocation they bought.
Because the token address only comes into existence at graduation, nobody can pre-create or poison its pool ahead of time — the launch always opens into a clean, deep, locked pool. From that point the token trades on the open DEX like any other ERC-20.
A note on scanners: the liquidity here is locked forever, not burnt. Some tools only check for burnt LP and may show "Burnt 0%" — that's expected. Locked is just as rug-proof as burning (nobody can ever pull it), and it lets the fees keep funding creators and, in future, buybacks — instead of being thrown away.
Instant DEX
Instant DEX skips the curve entirely. At launch the token is minted and a Uniswap V3 pool (1% tier, paired with WETH) is created and seeded single-sided, so it's tradeable from block 0. The LP position is locked in the Locker in the same transaction.
The pool opens at a fixed starting price and the whole supply is offered along the range, so early buyers move up a real curve of on-chain liquidity — no virtual reserves, no migration step. Same 0x…999 mark, same locked-forever liquidity, same 75/25 fee split on the pool.
Trading & fees
There are exactly these fees, and nothing hidden:
- Creation fee — flat ~$1.99 in ETH, paid once when you launch. Owner-adjustable on-chain within a hard cap of 0.005 ETH. These fees are not kept as profit — they go toward a rewards pool for users, distributed through the points system (top earners get airdrops).
- Pre-sale trading fee — 1% on every buy and sell of an allocation during a Fair launch (100% to the platform).
- Pool fee — the Uniswap V3 pool (1% tier) earns trading fees on the locked liquidity; those are split 75% platform / 25% creator, forever.
There is no tax baked into the token contract itself — it's a plain, immutable ERC-20. All fees live in the curve and the DEX pool, never in the token.
The 0x…999 mark
Every token launched here is deployed with CREATE2 and an off-chain salt grind until its address ends in 0x…999 — and the factory enforces this on-chain: a token whose address doesn't end in 999 reverts at creation, so it's impossible to fake a Rawbin token.
The theme runs through the whole product — graduate at 9.9 ETH, create for $1.99, addresses end in 999. One glance at the explorer tells you a token is real.
Rug protection
The classic rug — pulling liquidity — is impossible by design. During a Fair launch the curve holds the ETH until graduation, and after graduation (or for Instant DEX, from block 0) the LP position is locked in the Locker forever. There is no withdraw / decreaseLiquidity path for anyone — only fees can be collected.
What a creator can still do is buy a large share early and sell it on you later. That risk exists on every launchpad, so always check the holder distribution on the token page before you ape in.
Contracts
All addresses are public and the factory source is verified on the explorer. Every token, curve and pool is deployed from that same code.
- Fair-launch factory (RawbinFairLaunch, pre-sale)
- 0x23244937E66658C38EA82D23E49Cb491F27C9999
- Instant-DEX factory (RawbinInstantDEX)
- 0x9ee7e27ac6f3028a93960dc53f30c9c905010999
- Liquidity Locker — Fair launch
- 0xA31695ec457354E9Fa99ED0468869CbD5aE6F7b9
- Liquidity Locker — Instant DEX
- 0x148FC8d6e1AC421cE79E2b506f78E33EFba0aA27
- Uniswap V3 position manager
- 0x73991a25C818Bf1f1128dEAaB1492D45638DE0D3
- Chain ID
- 4663
Analytics
All platform activity is public and on-chain. We keep a live dashboard on Dune — tokens created, fees, volume, graduations and more — so anyone can audit the numbers for themselves.
Security
The contracts pass static analysis (Slither, clean) and ship with an automated test suite (80+ tests). Both factories and their Lockers are verified on the explorer, so you can read the source yourself.
An external security review (July 2026) flagged issues in the earlier contracts; all are fixed in the current deployment. Notably, the Fair launch now uses a pre-sale model where the token is only deployed at graduation — which structurally removes the deterministic-address pool pre-initialization risk — and graduation seeds a deep, price-checked, locked pool. Fee collection is non-blocking so no single recipient can freeze it. We redeployed fresh factories with those fixes rather than patch in place — don't trust, verify.
Network & wallets
Rawbin runs on Robinhood Chain (an Ethereum L2). You need ETH on Robinhood Chain and any EIP-1193 wallet — MetaMask in the browser, or a mobile wallet over WalletConnect. The connect dialog adds the network for you.
Don't have funds on Robinhood Chain yet? Bridge ETH in from another chain using a third-party bridge, then connect and start trading.
Media kit
Press, terminals and integrations: grab logos, the drop mark and brand colors on the media kit. Token logos and info are exposed at stable, address-keyed URLs — rawbin.fun/img/<address> and rawbin.fun/token-info/<address> — so aggregators can hotlink them directly.
Risk
High-risk speculative asset. No guarantee of value. You can lose everything you put in.
Tokens created here have no issuer obligations and no redemption rights. Most memecoins go to zero. Nothing on Rawbin is investment advice, and trading may be restricted in your jurisdiction — you are responsible for compliance. Never put in more than you can afford to lose entirely.