How Quik works

Launch a memecoin in one transaction

Quik is a permissionless launchpad on Robinhood Chain. Pick a name, symbol and starting liquidity preset — the factory does the rest: deploys the ERC-20, opens a Uniswap V3 pool, and locks the LP NFT inside itself. Trading fees accrue to you and can be claimed any time.

Fair launch

Fixed 1B supply, 18 decimals. Liquidity is seeded from the bonding curve preset — no presale, no team allocation, no admin key on the token contract.

Vanity address

Every token address ends in 6969 via CREATE2 salt mining. The salt is computed off-chain by a Rust worker and embedded in the launch tx.

Anti-snipe protection

A penalty curve applies for the first 5 blocks after launch and a 2% wallet cap is enforced during the same window. Late buys keep the price honest.

Trustless

The factory is immutable. The LP NFT is held by the factory itself — no one (including the team) can rug pool liquidity. ENS and Basenames surface across the UI.

Fee split

The Uniswap V3 pool charges a flat 1% on every swap. The ETH side of those fees splits between the creator and the protocol. The token side that accrues to the LP is automatically burned, gradually tightening supply as volume builds.

BucketShareHow it pays out
Creator50%Withdrawn manually via the token's Claim button.
Platform50%Goes to the protocol treasury.
Token side of LP fees100% burnAutomatically removed from circulating supply.

Launch flow

  1. 1

    Set up the token

    Name, ticker, optional logo + socials. Image gets uploaded to our CDN; everything else is stored as a draft id (qmd_…) that will be claimed on-chain at launch.

  2. 2

    Mine a vanity salt

    A Rust worker searches CREATE2 salts until it finds one that produces an address ending in 6969. Takes a few seconds.

  3. 3

    Sign the launch transaction

    The factory's launchToken(...) call deploys the ERC-20, mints the Uniswap V3 position, and locks the LP NFT — all atomic in one tx. Optionally include a creator buy in the same call.

  4. 4

    Trade and earn

    Token is live the moment the tx confirms. Anyone can buy on Quik or via Maestro / Banana / BasedBot / Sigma. Your 50% of swap fees accrue inside the contract until you claim them.

What about claiming?

Fees do not auto-distribute. From the token's page, hit Claim to pull your accrued ETH. There's no minimum — you can claim early and often, or let it stack.

Building on top of Quik or want full contract details? See the developer docs for the factory ABI, API endpoints and a copy-paste example.