Overview
What mint.fast is, how coins work, fees, migration, and who controls what.
mint.fast is a token launchpad on Robinhood Chain. Every coin launches straight into its own Uniswap v4 pool against native ETH. There is no separate bonding curve phase, and nothing "graduates" off the platform later. The pool is the market from the first block.
This site covers the product model, practical guides (deploy, trade, harvest, claim, migration math), governance and CTO, plus a full function reference for every public contract surface.
The short version
- You mint a coin.
createTokendeploys a fixed-supply ERC20 (1 billion tokens), locks the whole supply into a Uniswap v4 pool, and optionally buys some for you in the same transaction. - People trade. Buys and sells go through the launchpad against that pool. A hook takes 2% of the ETH side of every swap.
- Fees get harvested. Anyone can call
harvest. By default that split is 50% Fletchers (social or wallet fee recipients), 25% back into locked liquidity, and 25% protocol. - "Migrated" is a milestone, not a move. When market cap hits 18.67 ETH, mint.fast marks the coin as migrated. Liquidity does not leave the pool. Trading was already on Uniswap.
- Ownership is a 2/4 multisig. The protocol owner can pause new creates, set treasury and creation fee, change default fee splits for future coins, and appoint fee managers. Fee managers (and the CTO process) can rewrite Fletcher recipients. Trading and locked LP cannot be frozen or pulled by the owner.
Fee picture
| Piece | Number |
|---|---|
| Swap fee (ETH side, buys and sells) | 2% |
| Default Fletcher share of harvested fees | 50% |
| Default LP reinvest share | 25% |
| Default protocol share | 25% |
| Effective per-swap (at defaults) | ~1% Fletcher, ~0.5% LP, ~0.5% protocol |
| Creation fee (soft default) | 0.0005 ETH (owner-capped at 0.005 ETH) |
| Launch market cap | ~1.5 ETH |
| Migration threshold | 18.67 ETH market cap |
Where to go next
Getting started
Chains, addresses, and tools.
How it works
AMM-native model and owner limits.
Deploy a coin
createToken with example code.
Migration math
Progress and ETH needed to 18.67.
CTO and governance
2/4 multisig, fee managers, apply form.
Contract reference
Every public function, by contract.
CTO applications
Community takeovers and Fletcher fixes go through an apply form, then ops use fee-manager powers on-chain.