Not yet deployed
The tokens are held by code, not by us.
420.00M tokens go into an escrow account owned by the distributor program at launch. From that point the only way tokens leave is a claim signed by the wallet they belong to, checked against a published list of 12,349,575 entries.
What it cannot do
- No admin withdrawal
- The escrow account has no instruction that lets anyone move tokens out except a claim signed by the wallet those tokens belong to. There is no owner key that drains it.
- The list cannot change silently
- Allocations are committed as a Merkle root. Publishing a new one is an on-chain event with a timestamp that anybody can see and diff against the last.
- Claims are permissionless
- You claim straight from your own wallet and the program pays you. Nobody approves it, nobody can skip you, and nobody can claim on your behalf.
Addresses
- Distributor program
- pumpAirDrop11111111111111111111111111119xKq
- Escrow vault (PDA)
- vau1t7Fk2mQx8sRZpN3cYbWd6HgTjLmA4eKzXqPr5Bn
- Token mint
- Pending launch
- Merkle root
- 0x7f3ac91b8e42d05f6a71c3e9b8d24f0a5c1e93be
Instructions
- initialize
- Creates the escrow PDA and sets the mint. Callable once, by anyone, before funding.
- publish_root
- Commits a Merkle root for an epoch and emits an event carrying the leaf count.
- claim
- Checks the claiming wallet against the published list and transfers the unlocked portion to it.
Addresses shown are placeholders until the program is deployed and verified.