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:
| Recipient | Share |
|---|---|
| Creator | 65% |
| Gelvx platform | 35% |
- 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:
| Recipient | Share of skim |
|---|---|
| KOL referrer | 35% |
| Gelvx platform | 65% |
- 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.
