createLaunch() and cannot be changed. tier math lives in the contract
(LaunchFactory.tierBudget, delegating to the TierMath library) as a pure
function, not a config table.
the tiers
what each column means
- presale cap is the maximum BNB the vault will accept before deposits get rejected. once the cap is hit, the window can close and the bundle bot can execute.
- curve fill (
quoteAmt) is how much BNB the bundle pays to FLAP’snewTokenV6. it is dynamically calibrated against the buy tax rate so the effective curve fill (after FLAP’s 1% protocol fee and the configured buyTax) stays at or above 16 BNB plus a 1% safety margin. with default 3% buy tax this works out to ~16.84 BNB. SMOL is the exception, it spends exactly 16 BNB on the curve and does not graduate. - PCS follow-up buy (
v2BuyBnb) is BNB the bundle spends on the freshly-deployed PCS pair in the same atomic transaction. it equalspresaleCap minus quoteAmtso the full cap is spent and no BNB strands in the vault. zero for SMOL. - vesting controls how claimers receive their tokens. see vesting explained.
SMOL: curve only
SMOL (TIER_80) mints the token and fills the bonding curve. it does not graduate to PCS v2. the token sits at FLAP’sTradable status until organic buyers push
it past the four-fifths threshold (which would auto-graduate it). presalers
get a flat 200M tokens (20% of supply) split pro-rata, same as every other tier.
choose this when:
- you want a lower-stakes launch
- you do not want to commit BNB to seeding v2 liquidity
- you trust organic demand to graduate the token
- no PCS pair at launch, so no immediate price discovery on a public AMM
- vesting is off, all tokens unlock at claim
- the token may sit on the curve indefinitely if it never graduates
BASED: standard
BASED (TIER_90) is the typical mid-size launch. the bundle fills the curve, graduates to PCS v2, and follow-up-buys 12 BNB worth of tokens for presalers. vesting is on (50% at TGE, 50% linear over 24 hours). choose this when:- you have a community that can fill 32 BNB
- you want a PCS pair from day one
- you want vesting to dampen early dump pressure
WAGMI: bigger raise, more buy pressure
WAGMI (TIER_95) doubles the cap and quadruples the follow-up buy. same graduation mechanics, same vesting, more buying pressure into the freshly-deployed pair. choose this when:- 64 BNB is in your community’s reach
- you want a stronger price action moment at launch
GIGACHAD: max tier
GIGACHAD (TIER_98) is the big one. 160 BNB cap, 140 BNB into the PCS pair in the same transaction. this produces the largest immediate buy pressure available on the platform. choose this when:- you have a serious community and serious demand
- you can stomach an under-subscribed refund if the cap does not fill
how to pick
set the tier where you are at least 80% confident the cap will fill before the close window. an under-subscribed launch is not a disaster (presalers get a bonus on refund), but it is a non-event for your token. better to ship a BASED that fills than aim at GIGACHAD and refund.tier math is in the contract
treasury LP ladder
every graduating tier also configures a four-step single-sided PCS V3 LP ladder viaTreasuryLP5. the 100M tokens (10% of supply) sent to the
treasury get progressively deployed as four overlapping infinity-range V3
positions as the token’s TWAP market cap rises through tier targets:
those MC values are USD targets; the contract uses a Chainlink BNB/USD feed
plus a TWAP from the FLAP V2 pair to gate tier deployment. see
after launch for what happens to the BNB collected
by those LPs.

