sparklesVanity CA

Vanity CA lets you use a custom contract address (mint address) for your token launch instead of a randomly generated one. Useful if you want a recognizable or branded address.

Modes

Auto-Claim Vanity

Chipper automatically claims a vanity keypair from the backend right before launch. You don't pick a specific address — the system grabs one for you. Quick and hands-off.

circle-info

They always end in the correct format (example: ...pump, ...bags)

Select CA

Manually choose from your claimed or imported keypairs. Browse your available addresses and pick the one you want for this launch.

Managing Keypairs

Claiming Vanity Keypairs

Claim vanity keypairs through the manage dialog. Each claim generates a new keypair with a vanity address. There's a 5-second cooldown between claims to prevent spam.

Importing Your Own

If you already have a keypair you want to use as your token's mint address, import it directly:

  • Paste a base58-encoded private key

  • Paste a byte array format like [123, 45, 67, ...]

Chipper validates the key, derives the mint address, and stores it. You can add an optional nickname to keep things organized.

Keypair Rules

  • Once a keypair is used for a launch, it can't be reused

  • Vanity keypairs (claimed from Chipper) can't be deleted

  • Imported keypairs can be deleted

  • Keypairs are protocol-specific — claim for the program you're launching on

Where It Shows Up

The Vanity CA selector appears in the launch form next to the protocol selection. It's available on both Simple and Bundle launches.

Last updated