When creating a Solana token, you'll need to set several parameters: name, symbol, supply, and decimals. These parameters are permanent once your token is created, so it's crucial to understand each one and make informed decisions.
This guide explains each parameter in detail, covering requirements, best practices, and how they affect your token. Understanding these parameters helps you create a token that meets your goals and works well for your intended use case.
Token Name: Best Practices and Requirements
The token name is the full, human-readable name of your token. It appears in wallets, block explorers, and wherever your token is displayed. This is permanent and cannot be changed after creation.
Requirements
- Must be unique and descriptive
- Typically 3-50 characters
- Can include letters, numbers, and spaces
- Should be clear and professional
Best Practices
- Use a clear, descriptive name that explains your token's purpose
- Avoid overly long names that are hard to remember
- Check for typos and spelling errors (cannot be fixed later)
- Consider how it will appear in wallets and on block explorers
- Make it memorable and brandable
Common Mistakes
- Typos or spelling errors (permanent)
- Too generic or confusing names
- Names that don't match your project
- Using special characters that cause display issues
Examples of good token names: "My Awesome Token", "Community Governance Token", "Platform Access Token". Examples of poor names: "Token", "ABC123", "My Token With A Very Long Name That Doesn't Fit".
Token Symbol: Choosing the Right Symbol
The token symbol is a short code (typically 2-10 characters) that represents your token. It's used in trading pairs, displays, and shorthand references. Like the name, it's permanent and cannot be changed.
Requirements
- Typically 2-10 characters
- Usually uppercase letters
- Should be unique and recognizable
- Must be easy to type and remember
Best Practices
- Keep it short (3-6 characters is ideal)
- Use uppercase letters for clarity
- Make it memorable and related to your project
- Check if the symbol is already in use
- Avoid confusing characters (0 vs O, 1 vs I)
Common Mistakes
- Typos in the symbol (permanent)
- Using confusing characters (0, O, 1, I, l)
- Symbols that are too long or hard to remember
- Using symbols that conflict with existing tokens
Examples of good symbols: "MAT", "CGT", "PAT", "DOGE", "USDC". Examples of poor symbols: "T", "ABC123XYZ", "0O1I" (confusing characters).
Total Supply: How to Decide
Total supply is the number of tokens that will exist. This is permanent and cannot be changed after creation. Choosing the right supply is crucial for your token's economics and usability.
Factors to Consider
-
Target Price: If you want a $1 token and $1M market cap, you need 1M tokens. If you want $0.001, you need 1B tokens.
-
Use Case: Micro-transactions need large supply. Store of value tokens need smaller supply.
-
Market Cap Goals: Consider your target market cap and work backwards to supply.
-
Decimals: More decimals allow smaller supply with same precision. 6 decimals is common.
Common Supply Ranges
Small Supply
1M - 10M tokens
Creates scarcity, higher price per token
Medium Supply
10M - 100M tokens
Balanced approach, most common
Large Supply
100M - 1B+ tokens
Enables micro-transactions, lower price
Learn more about tokenomics design and how supply affects your token's economics. Consider your distribution strategy when deciding supply.
Decimals: Understanding Precision
Decimals determine how divisible your token is. This affects how tokens are displayed, used in transactions, and calculated. Like other parameters, decimals are permanent.
How Decimals Work
Decimals define the smallest unit of your token. With 6 decimals, the smallest unit is 0.000001 tokens. With 9 decimals, it's 0.000000001 tokens. More decimals mean greater precision but also more complex calculations.
Common Decimal Values
-
6 Decimals: Most common for Solana tokens. Matches many popular tokens. Good balance of precision and simplicity.
-
9 Decimals: Matches SOL exactly. Maximum precision. Good for tokens that need very small units.
-
0 Decimals: Whole numbers only. Rare, used for non-divisible tokens or NFTs with supply > 1.
Important Consideration
Decimals work with supply to determine your token's precision. With 1M supply and 6 decimals, you can represent amounts from 0.000001 to 1,000,000 tokens. With 1B supply and 6 decimals, you can represent 0.000001 to 1,000,000,000 tokens.
Most Solana tokens use 6 decimals. This provides good precision while keeping calculations simple. Only use 9 decimals if you specifically need to match SOL's precision or require very small units.
How Parameters Affect Your Token
Each parameter affects how your token works, displays, and is used. Understanding these effects helps you make better decisions.
Display and Usability
Name and symbol appear in wallets, block explorers, and trading interfaces. Clear, professional names and symbols improve user experience and trust. Poor choices can confuse users or make your token look unprofessional.
Price and Market Cap
Supply directly affects price. With fixed market cap, higher supply means lower price per token. Lower supply means higher price per token. Decimals affect how prices are displayed and calculated.
Transaction Precision
Decimals determine the smallest transaction amount. With 6 decimals, you can send 0.000001 tokens minimum. With 9 decimals, you can send 0.000000001 tokens. More decimals allow more precise transactions.
User Perception
Parameters affect how users perceive your token. High supply with low price can seem less valuable. Low supply with high price can seem more exclusive. Professional names and symbols build trust.
Common Parameter Mistakes
Many creators make mistakes with parameters that are costly or impossible to fix. Here are the most common errors:
Typos in Name or Symbol
Typos are permanent and cannot be fixed. Always double-check spelling before confirming. Have someone else review your name and symbol.
Not Calculating Supply Properly
Setting supply without considering target price and market cap can create problems. Calculate your target market cap first, then determine supply.
Using Wrong Decimals
Using too few decimals limits precision. Using too many can cause display issues. Stick with 6 decimals unless you have a specific reason for 9.
Not Understanding Parameter Interactions
Parameters work together. Supply and decimals determine precision. Name and symbol affect perception. Understand how they interact before setting values.
Learn more about common mistakes and how to avoid them when creating your token.
Changing Parameters After Creation
It's important to understand what can and cannot be changed after token creation. This helps you plan carefully and avoid irreversible mistakes.
Cannot Be Changed (Permanent)
- Token name
- Token symbol
- Total supply
- Decimals
- Mint address
These are permanently set when your token is created. If any of these are wrong, you must create a new token.
Can Be Updated (If Authority Retained)
- Description (if update authority retained)
- Logo (if update authority retained)
- Metadata URI (if update authority retained)
These can be updated if you retain update authority. Once update authority is revoked, they become permanent. Learn more about token metadata.
Because core parameters are permanent, it's crucial to plan carefully before creating your token. Review all parameters multiple times before confirming the creation transaction.
Frequently Asked Questions
What are the required parameters for creating a Solana token?
Required parameters include token name (full name), token symbol (short code), total supply (number of tokens), and decimals (divisibility). These parameters are permanent once the token is created and cannot be changed.
Can I change token parameters after creation?
No, core parameters like name, symbol, supply, and decimals are permanent and cannot be changed after token creation. Metadata like description and logo can be updated if you retain update authority, but the fundamental parameters are fixed.
What is a good token supply for a Solana token?
There's no one-size-fits-all answer. Supply depends on your target price, market cap goals, and use case. Common ranges are 1 million to 1 billion tokens. Consider your utility, target market cap, and decimal precision when deciding. Most tokens use 10M-100M supply as a balanced approach.
How many decimals should I use?
Most Solana tokens use 6 decimals, which provides good precision while keeping calculations simple. Use 9 decimals if you need to match SOL's precision exactly or require very small transaction units. Avoid using too few decimals as it limits precision.
Ready to Set Your Parameters?
Now that you understand token parameters, create your Solana token with confidence.
Create Your Token NowRelated Guides
Need help? Contact us or learn more about our platform.