Gelvx
DiscoverLaunchpadProfileDocs

Documentation

Gelvx on Robinhood Chain

Open app

Overview

  • Introduction
  • Getting started

Launchpad

  • How launches work
  • Fees

Integrations

  • Indexer & bot guide
  • Contracts & events
  • API reference

Partners

  • KOL partner program
IntroductionGetting startedHow launches workFeesIndexer & bot guideContracts & eventsAPI referenceKOL partner program

Launchpad

Fees

LP fees, Gelvx swap skim, and what can change without redeploying contracts.

Track B — LP trading fees (all routers)

When anyone trades on the launch pool (Gelvx, Maestro, Rick, raw Uniswap), the 1% Uni V3 fee accrues to the locked LP position. Anyone can call locker.collect(); proceeds split:

RecipientShare
Creator65%
Gelvx platform35%
  • Launch fee: 0 ETH
  • Pool fee tier: 1% (immutable in factory)
  • Locker split: 65/35 constants (immutable)
  • Platform wallet: changeable via queuePlatformChange + 1-day delay

Track A — Gelvx terminal swap skim

When users trade through Gelvx quick-buy (not raw Uniswap), an additional 1% platform skim can route to GelvxSwapFeeVault:

RecipientShare of skim
KOL referrer35%
Gelvx platform65%
  • Skim rate (1%): app config — change without touching on-chain vault
  • Vault address: env var — point app at a new vault deployment
  • Vault split 35/65: immutable in deployed GelvxSwapFeeVault
  • Bots routing outside Gelvx UI do not pay Track A — only Track B LP fees

Changing economics later

To change KOL/platform ratios on-chain, deploy a new GelvxSwapFeeVault and update NEXT_PUBLIC_GELVX_SWAP_FEE_VAULT. Existing vault balances remain claimable on the old contract.

Questions? Reach us on X or Discord linked from the app.
……
DiscoverLaunchpadProfileDocs