Solana Token Creator
This document provides a detailed usage guide and FAQ for the Solana Token Creator on Alphecca Tools. For an easy beginner-friendly guide, check out the Solana Token Creation Guide.
Solana Token Creator Step-by-Step Guide
This guide walks you through each field and option available in the Solana Token Creator.
Step 1: Connect Wallet
Click the Connect Wallet button in the top-right corner to connect.
Step 2: Basic Information (Required)
| Field | Description |
|---|---|
| Image | The image for the token (max 1.5 MB) |
| Name | The full name of your token |
| Symbol | The token's ticker symbol (abbreviation) |
| Description | A description of your token |
| Supply | The total number of tokens to be issued |
| Decimals | The decimal precision of your token |
Solana tokens use an unsigned 64-bit integer (u64) to store supply, with a maximum raw value of 18,446,744,073,709,551,615. The actual maximum supply depends on the decimal precision you choose — higher decimals mean a lower maximum supply.
| Decimals | Maximum Supply |
|---|---|
| 9 | 18,446,744,073.709551615 |
| 8 | 184,467,440,737.09551615 |
| 7 | 1,844,674,407,370.9551615 |
| 6 | 18,446,744,073,709.551615 |
| 5 | 184,467,440,737,095.51615 |
| 4 | 1,844,674,407,370,955.1615 |
| 3 | 18,446,744,073,709,551.615 |
| 2 | 184,467,440,737,095,516.15 |
| 1 | 1,844,674,407,370,955,161.5 |
| 0 | 18,446,744,073,709,551,615 |
Token image will be uploaded to decentralized storage and permanently linked to your token metadata.
Step 3: Social Links (Optional)
Add social links to help users find your community and verify your project.
| Field | Description |
|---|---|
| Website | Project website URL |
| Discord | Discord server invite link |
| Twitter/X profile URL | |
| Telegram | Telegram group invite link |
Social links are stored in the token metadata and displayed on block explorers and DEX platforms.
Step 4: Vanity Address (Optional)
Customize the beginning and/or end of your token mint address to make it unique and recognizable. You can set a prefix, suffix, or both, with a combined maximum of 4 characters.
Longer vanity strings take exponentially more time to generate.
Step 5: Revoke Authorities (Optional)
Control which permissions you want to permanently remove from your token.
| Authority | Description |
|---|---|
| Revoke Freeze | Remove the ability to freeze token accounts |
| Revoke Mint | Remove the ability to mint additional tokens |
| Revoke Update | Remove the ability to update token metadata |
Once revoked, these authorities cannot be restored.
Step 6: Create Token
Click the 'Create Token' button and approve the transaction in your wallet.
Create Token FAQ
Q: What kind of token does Alphecca create?
Alphecca creates standard SPL tokens that are fully compatible with all decentralized exchanges (DEX), wallets, and DeFi protocols. Created tokens can be traded on Raydium, Meteora, Orca, and all other SPL-compatible platforms.
Q: Can I trade immediately after creating a token?
No. After creating a token, you need to create a liquidity pool to enable trading on DEX.
Q: How much does it cost to create a token?
A service fee of 0.2 SOL plus network fees are charged. Setting and revoking authorities are all free.
Q: Where is the token image stored?
Images are uploaded to decentralized storage like IPFS or Arweave and stored permanently.
Q: Can I modify token information after creation?
If you haven't revoked the update authority, you can modify the name, symbol, image, and description. However, supply and decimals cannot be changed.
Q: What should I set for Decimals?
Typical launchpads (Pump.fun, etc.) use 6, while stablecoins use 9.