ends
documentation

Manual launch instructions.

Pump.fun does not provide a public SDK. These instructions are based on community research. Features may change.

01generate vanity address

Use the generator to create a custom mint address with your desired pattern.

02export keypair

After finding a match, export the keypair JSON file. This contains your public key (mint address) and secret key.

format:

{
  "publicKey": "...",
  "secretKey": [1, 2, 3, ...]
}
03prepare metadata

Create a metadata JSON file with your token details.

{
  "name": "Token Name",
  "symbol": "SYMBOL",
  "description": "...",
  "image": "https://..."
}
04upload to IPFS

Upload your token image and metadata JSON to IPFS.

05launch

Visit pump.fun or use your vanity mint with other platforms.

technical reference
program6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P
config filesrc/lib/pumpfun/constants.ts