Launchpad

Launchpad

Fees & governance

The factory's admin surface is owned by a timelock: every change is proposed publicly and can only execute after the delay below. The launch fee is capped by a constant no key can ever exceed.

Economic terms

Everything the platform charges: current value, ceiling, and what enforces it.

  • Launch fee0.0002 ETH
    Ceiling: 0.05 ETHEnforced by: MAX_LAUNCH_FEE constant; any change waits out the timelock
  • Token supply taken at launch0, so 100% to the creator
    Ceiling: 0, alwaysEnforced by: LaunchToken has no mint function after its locked initializer; the factory allocates everything to the creator (± their own vesting)
  • Cut of allocation sale proceeds0
    Ceiling: 0, alwaysEnforced by: AllocationSale has no fee path at all; proceeds go only to the creator's milestone-dated schedule
  • LP swap fee (all pools)0.30%
    Ceiling: fixedEnforced by: LP_FEE_BPS constant; goes to liquidity providers, never the platform
  • Protocol swap fee (opt-in pools only)0.20% of each swap total, of which 0.14% to the project, 0.06% to the platform
    Ceiling: 0.50% totalEnforced by: MAX_PROTOCOL_FEE_BPS and the 70/30 PROJECT_SHARE_BPS split are constants
  • Changing an existing pool's feeNever; frozen at pool creation
    Ceiling: n/aEnforced by: the rate is written once into pool storage; the settable default applies only to pools created later
  • Any admin change300 seconds public delay
    Ceiling: n/aEnforced by: a TimelockController owns every knob (testnet delay; anything real gets 24h+)

Launch fee (now)

0.0002 ETH

Hard fee ceiling (immutable)

0.05 ETH (MAX_LAUNCH_FEE constant)

Timelock delay on every change

300 seconds

Launches paused

No

Treasury (withdrawal-only)

0x955fc594dd992Ef7bb7d175b6C9a68Be2b622DEB

Pause guardian (cannot unpause)

0x955fc594dd992Ef7bb7d175b6C9a68Be2b622DEB

Factory owner

0x080cCDC07e2a0a5D11e9dDaA873ea68F540109ae(the timelock)

Trading (AMM)

Protocol fee for new opted-in pools

0.20, hard cap 0.50% (constant)

Protocol fee split (constant)

70% to the project / 30% to the platform

AMM owner

0x080cCDC07e2a0a5D11e9dDaA873ea68F540109ae(the timelock)

Platform fee splitter

0x9FDFae007b65d4c8F3CCA6AC242E3f141eC9DA180x955fc594… · 100%

LP fee is 0.30% on every pool. Protocol fees accrue only from real swap volume; nothing pays per-launch. Pool rates are frozen at creation; only the default for future pools can change, behind the timelock, never above the cap.

Timelock operations

Every admin action, past and pending, straight from the timelock's event log.

Indexer offline; operations can't be listed right now.

The milestone escrow and journey updates contracts have no admin surface at all: no owner, no attester, no pause. There is nothing about them to govern, which is the point.