token launch
full launch pipeline on pump.fun. token creation, dev buy, and bundle buys all land atomically in the same block via jito. nobody frontruns you. the contract address is available before the token goes live.the pipeline
early contract address
callreserve_mint to generate a vanity address ending in pump before you launch. this gives you the CA upfront — share it in telegram groups, post it on twitter, build hype before the token even exists on-chain.
the reserved address is locked to your account. pass it to launch_token when you’re ready.
if you don’t reserve one, a random address is assigned at launch.
token metadata
set in the launch modal:| field | notes |
|---|---|
| name | token display name |
| ticker | symbol (e.g., GANK) |
| description | shows on pump.fun |
| image | uploaded to ipfs automatically |
| optional social link | |
| telegram | optional social link |
| website | optional social link |
dev buy
the dev buy is atomic with token creation — same jito bundle, same block. setdev_buy_sol to however much sol you want in.
the dev wallet must be a dev type wallet. this wallet also collects creator fees.
prefunding
before launch, the system checks every wallet that needs sol (bundle, snipe, swarm, volume) and automatically prefunds them from the dev wallet. it only sends the shortfall — if a wallet already has enough, it skips it. this means you only need to fund your dev wallet. everything else is handled.execution
hit launch. the engine:- uploads metadata to ipfs
- prefunds all child wallets from dev
- builds the jito bundle (create + dev buy + bundle buys)
- submits to jito and waits for confirmation
- fires snipe wallets at their target blocks
- fires swarm buys in parallel
- starts volume bot
- fires regular buys
jito tip
the jito tip determines bundle priority. default is 0.0001 sol. increase it during high congestion for faster inclusion.launch phases
each phase is a separate module. see the dedicated pages:bundles
atomic block 0 buys + delayed waves for later blocks
sniping
block-targeted buys starting from block 1
swarm
parallel buys from dozens of prefunded wallets
volume bot
automated buy/sell cycles post-launch
regular buys
standard buys after launch, no jito
vamp
stop everything, sell, recover all sol