Token Customization Guide
When creating a token with Pump Tools, you have full control over its configuration. This guide will help you understand each parameter and how to use it effectively.
π·οΈ Token Name
The name of your token is its full title, like:
My Cool Token
CryptoPoints
PumpCoin
This is what users will see in wallets and explorers.
π Token Symbol
The symbol is a short, uppercase abbreviation of your tokenβs name. Example:
MCT
CPT
PUMP
π Tip: Keep it 3β5 characters long for better display in wallets.
π’ Decimals
Decimals define how divisible your token is. Most common values:
9
β standard for Solana18
β standard for Ethereum / EVM chains
If you set 9
decimals and mint 1000
tokens, users will see 1,000.000000000
.
π― Set this carefully β you canβt change it after creation.
πͺ Initial Supply
The number of tokens to mint when the token is created. You can mint more later (for free) if you keep mint authority.
Examples:
1,000,000
21,000,000
1,000
(for limited supply tokens)
πΌοΈ Metadata (Optional)
You can also set token metadata such as:
Logo URL
Website link
Description
This information may be used by wallets and explorers to show your token properly.
π‘οΈ Authorities
By default, you (the wallet that creates the token) will have full control:
Mint Authority (to create more tokens)
Freeze Authority (if needed)
You can revoke these at any time for added decentralization β and itβs free using our tools.
π Need to update?
You can update metadata or mint/burn tokens anytime for free using the tools built into Pump Tools.
If youβre unsure about any setting, feel free to reach out or check the FAQ.
Last updated