Skip to main content
HyperPad has two independent vesting systems. They’re easy to mix up, so here’s the clean split.

Buyer vesting — in the app

Controls how the tokens buyers purchased unlock after the sale.
FieldMeaning
tgeBps% unlocked immediately when claims open (0–100%)
cliffDurationDelay before any linear unlock begins
vestingDurationLinear unlock window after the cliff
The clock starts when claims open — i.e. when the LP is created and trading goes live (or at finalize if there’s no LP). Before the cliff, a buyer can claim only the TGE portion; after it, the rest unlocks linearly. Leave it at 100% TGE for a normal instant-claim launch.
Vested or not, buyer tokens are held in a segregated claim vault — separate from the raise — so there’s no way for an unlock schedule to put your buyers’ tokens at risk.

Team vesting — contract only

Vests your allocation (the team remainder) on its own schedule via a dedicated TokenVesting wallet, with its own clock (independent of the sale, so a failed raise can’t lock your tokens).
FieldMeaning
teamTgeBps% of the remainder unlocked at start
teamStartVesting origin (0 = launch)
teamCliffCliff in seconds
teamVestingLinear seconds after the cliff
teamBeneficiaryRecipient (0 = you)
The create form doesn’t expose team vesting yet — through the UI, your team remainder is sent to your wallet instantly. To vest it, call createSaleWithNewToken directly with the team params set. A self-imposed team lock is a strong trust signal; if that matters to your raise, reach out and we’ll help you wire it.
Buyer vestingTeam vesting
VestsWhat buyers boughtYour team remainder
ClockClaims-open timeYour teamStart
Held inClaim vaultTokenVesting wallet
In the app?✅ Yes❌ Contract only