Skip to main content
This is the technical half of the docs — for teams who want to know exactly what they can tune. If you just want the friendly version, the Launch a token guide has you covered. Everything below is what the create form launches — a single createSaleWithNewToken transaction that mints your token and opens the sale in one shot.

The lifecycle

Create

One transaction mints a fixed-supply token, funds the sale + LP allocation into the sale contract, and routes the team remainder. The sale opens at your startsAt.

Sale

Buyers commit the quote asset, first-come-first-served, until endsAt or the hard cap. Phases, whitelists, and per-wallet caps gate who buys at what price.

Finalize

Anyone can finalize once the sale ends above the soft cap. Below it, the sale cancels and buyers refund.

Liquidity & claims

The raise seeds a locked HyperSwap V3 pool, trading opens, and buyers claim (instantly or on your vesting schedule). Unsold tokens burn.

What you control vs what the platform controls

HyperPad deliberately keeps the discretionary, sale-manipulating levers on the platform side so a project can’t rug a live sale. You own the design; the platform owns the guardrails.

You configure

Token identity & supply · pricing mode · quote asset · caps & window · whitelist · multi-phase schedule · buyer vesting · anti-snipe · LP split, lock length & first-buy

The platform fixes

Always-on locked V3 LP · burn-unsold policy · V3 pool tuning (beyond first-buy) · all fees · referrals · emergency break-glass (cancel / escape)

The levers, at a glance

AreaYou setPage
Token & supplyname, symbol, decimals, supplyToken & supply
Pricingfixed-rate or oracle/USD, quote assetPricing & caps
Capssoft/hard cap, min/max buy, windowPricing & caps
Phases & whitelistprivate→public tiers, Merkle gatingPhases & whitelist
Vestingbuyer unlock scheduleVesting
Anti-snipeper-wallet cap window at launchAnti-snipe
LiquidityLP %, lock length, first buyLiquidity & fees
A few capabilities live in the contracts but aren’t in the create form today — most notably team vesting (the UI sends the team remainder to you instantly). Those are called out on each page and are only reachable by calling createSaleWithNewToken directly.