DOCS · v1

HOW IT
WORKS.

The short version: supply is locked in the same tx as the mint.

01

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.

02

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 VAULT
    Non-custodial PDA. No keys, no admin, no upgrade. Tokens cannot move.
  • LIQUIDITY LOCK
    Routed into a locked LP position with a fixed unlock schedule.
  • MULTISIG TREASURY
    Community-controlled vault. Spends require quorum signatures.
  • CUSTOM ADDRESS
    Any Solana address. You take ownership of the risk.
03

VERIFY A LOCK

Every SupplyPad launch emits a public on-chain receipt with:

  • MINT
    Token contract address.
  • VAULT
    Destination wallet / PDA the supply was routed to.
  • AMOUNT
    Exact number of tokens locked.
  • TX
    The 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.

04

QUICK FAQ

Can SupplyPad move my locked tokens?
No. The vault is non-custodial and has no admin key. Not even we can touch it.
Can I unlock later?
The burn vault is permanent. LP locks have a fixed unlock schedule you set at launch. Multisig spends require quorum.
Do I have to migrate from Pump?
No. SupplyPad sits on top of Pump — same launch flow you already know.
What's the fee?
Standard Solana tx fee only. No SupplyPad tax on the locked supply.