HOW IT
WORKS.
The short version: supply is locked in the same tx as the mint.
OVERVIEW
SupplyPad is a launchpad built on top of Pump. It bolts a non-custodial supply lock into the launch transaction itself — so the moment your coin exists on-chain, the agreed-upon percentage of supply is already routed to a vault that can't be drained.
No multi-step "we'll lock it tomorrow." No dev-controlled timelock you have to trust. One transaction, one block, one receipt.
THE LOCK
When you submit a launch, you pick a lock destination and a lock %. Both are written into the launch transaction. The mint, the supply transfer, and the lock-receipt event are atomic — either all of them land, or none of them do.
- BURN VAULTNon-custodial PDA. No keys, no admin, no upgrade. Tokens cannot move.
- LIQUIDITY LOCKRouted into a locked LP position with a fixed unlock schedule.
- MULTISIG TREASURYCommunity-controlled vault. Spends require quorum signatures.
- CUSTOM ADDRESSAny Solana address. You take ownership of the risk.
VERIFY A LOCK
Every SupplyPad launch emits a public on-chain receipt with:
- MINTToken contract address.
- VAULTDestination wallet / PDA the supply was routed to.
- AMOUNTExact number of tokens locked.
- TXThe launch signature — same block as the mint.
Paste the mint address into any Solana explorer and look for the SupplyPad program instruction. No receipt = not a SupplyPad launch.
