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)

FieldDescription
ImageThe image for the token (max 1.5 MB)
NameThe full name of your token
SymbolThe token's ticker symbol (abbreviation)
DescriptionA description of your token
SupplyThe total number of tokens to be issued
DecimalsThe 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.

DecimalsMaximum Supply
918,446,744,073.709551615
8184,467,440,737.09551615
71,844,674,407,370.9551615
618,446,744,073,709.551615
5184,467,440,737,095.51615
41,844,674,407,370,955.1615
318,446,744,073,709,551.615
2184,467,440,737,095,516.15
11,844,674,407,370,955,161.5
018,446,744,073,709,551,615
💡 Note

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.

FieldDescription
WebsiteProject website URL
DiscordDiscord server invite link
TwitterTwitter/X profile URL
TelegramTelegram group invite link
💡 Note

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.

💡 Note

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.

AuthorityDescription
Revoke FreezeRemove the ability to freeze token accounts
Revoke MintRemove the ability to mint additional tokens
Revoke UpdateRemove the ability to update token metadata
⚠️ Warning

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.

Loading