Creating your own token on the Solana blockchain is simpler than ever. With the right tools, even beginners can launch a custom token within minutes. This guide walks you through the entire process step by step, using a user-friendly platform that supports multiple public chains, including Solana.
You don't need advanced technical skills to get started. By following the instructions below, you'll understand how to set up your wallet, define token parameters, and deploy your token efficiently.
What You Need to Get Started
Before you begin, ensure you have the following:
- A computer or mobile device.
- The Phantom wallet extension installed (for desktop users) or the Phantom mobile app.
- At least 0.13 SOL in your wallet to cover transaction fees.
Using Google Chrome with the Phantom extension is recommended for the best experience.
Step-by-Step Guide to Creating Your Token
Connect Your Phantom Wallet
Start by navigating to the token creation platform. Click the "Connect Wallet" button and select Phantom from the list of supported wallets.
Once you confirm the connection, your wallet address will appear in the top-right corner, indicating a successful link. Ensure your wallet has at least 0.03 SOL available for the initial creation fee.
Enter Token Details and Upload Logo
After connecting your wallet, you’ll need to provide the following information:
- Token Name: The full name of your token (e.g., "MyCryptoToken"). Supports English, Chinese, or a mix, up to 15 characters.
- Token Symbol: A short identifier (e.g., "MCT"), also limited to 15 characters.
- Decimals: The number of decimal places for your token. The default is 9, which allows a maximum supply of up to 100 billion tokens.
- Total Supply: The total number of tokens to be created. Adjust based on the decimal precision you choose.
- Logo: Upload an image (max 100 KB) to represent your token in wallets.
- Transaction Fee (%): The percentage fee applied to each transaction.
- Max Fee per Transaction: The cap on fees for a single transaction.
- Authority Wallet Address: The address with control over the token (defaults to your connected wallet).
- Withdrawal Wallet Address: Where generated fees are sent (defaults to your connected wallet).
Add Optional Information
For a more professional token setup, consider adding:
- Website: A link to your project’s official site.
- Telegram, Twitter, Discord: Links to your social channels.
- Description: A brief summary (up to 200 characters).
- Tags: Up to 5 keywords to categorize your token.
Advanced features like token minting authority delegation, interest rates, or non-transferable (soulbound) tokens are also available. Use these only if you understand their implications.
Confirm and Create Your Token
Review all the details you’ve entered. Once everything looks correct, click "Confirm Creation." Your Phantom wallet will prompt you to approve the transaction and pay the required fee. Confirm to proceed.
View and Manage Your Token
After successful creation, a pop-up will display your new token’s address. You can then navigate to the token management dashboard to perform further actions, such as adjusting settings or tracking transactions.
👉 Explore step-by-step token creation tools
Frequently Asked Questions
Do I need to open-source my contract to create a token on Solana?
No. Solana uses a standardized SPL token program, meaning all tokens are created using the same audited, public contract. You don’t need to write or deploy custom code.
Why doesn’t my token show a logo or name in Phantom immediately?
Phantom wallet sometimes experiences delays in displaying token metadata. You can verify your token’s details immediately using a Solana blockchain explorer like Solscan by searching for your token address.
Is there a fee for uploading a token logo?
No. The platform uses IPFS (InterPlanetary File System) for decentralized storage, so logo uploads are free and permanent.
What happens if I set the decimals to a value other than 9?
Lower decimal values allow a higher maximum token supply but reduce divisibility. For example, with 8 decimals, the maximum supply is 100 billion × 10, but each token is less divisible.
Can I change the token parameters after creation?
Some attributes, like the token name or logo, might be mutable depending on how you configure minting authority. However, properties like total supply or decimals are often immutable once created.
Is it safe to delegate token authority to another address?
Only delegate authority to addresses you fully trust. This action grants them the ability to mint or burn tokens, which can significantly impact your token’s economy.