Platform Documentation
A complete guide to using all CreateTokenSolana features.
Token Creation (SPL and Token-2022)
Learn how to create your own fungible token on Solana by defining its essential properties and metadata.
The token creation process allows you to launch a digital asset on the Solana blockchain. Our platform simplifies this process into a few steps:
- Token Details: Define the Name (e.g., 'Moon Coin'), Symbol (e.g., 'MOON'), Decimals (usually 9 for fractional amounts), and the Total Supply (the total number of tokens that will exist).
- Metadata (Image): The image of your token is crucial for its visual identity. We upload it to a decentralized service and link it to your token using the Metaplex standard, ensuring it appears correctly in wallets and explorers.
- Token Standard: You can choose between the Standard SPL (ideal for most cases) and Token-2022, which offers advanced features like transfer fees (tax on transfer).
- Authorities: The 'Authority Options' are vital for trust and decentralization. By unchecking the 'Mint Authority', your token supply becomes fixed and immutable. Unchecking the 'Freeze Authority' prevents anyone from freezing tokens in wallets — a common practice for decentralized projects.
- Confirmation: After filling everything out, approve a single transaction in your wallet. We handle all the blockchain technical complexity for you.
Liquidity Pool Creation
Allow your token to be publicly traded by creating a market on a decentralized exchange (DEX).
A token without liquidity cannot be bought or sold. Creating a liquidity pool is an essential step to give your asset value and utility.
- What is a Pool?: It’s a pair of two assets (in this case, your token and SOL) locked in a smart contract on a DEX such as Meteora. This creates a market where people can swap one for the other.
- Setting the Initial Price: The ratio of tokens and SOL you initially deposit defines the launch price. For example, if you deposit 1,000,000 of your token and 10 SOL, each token’s starting price will be 0.00001 SOL.
- Our Tool: On the 'Liquidity' page, select your token, the amount you want to deposit, and the corresponding amount of SOL. We automatically create and initialize the pool on Meteora for you.
- Fees: This process involves multiple blockchain transactions, so it has a higher network cost plus our service fee.
Token Burning
Reduce your token’s total supply by permanently removing it from circulation.
Token burning is a deflationary strategy. By reducing the total number of existing tokens, you can theoretically increase the scarcity and value of the remaining ones.
- Irreversible Action: Once a token is burned, it’s destroyed forever and cannot be recovered.
- How to Do It: On the 'Burn' page, simply select the token from your wallet, enter the amount to burn, and approve the transaction. The total supply reflected on the blockchain will be updated.
Mass Distribution (Airdrop)
Send your token to hundreds or thousands of wallets in a single transaction.
Airdrops are a powerful tool for marketing, community engagement, and initial token distribution.
- List Format: Prepare a simple text list where each line contains the recipient’s wallet address and amount, separated by a comma, space, or semicolon.
- Smart Validation: Our tool validates your list to ensure all addresses are valid and amounts are correct, preventing errors and fund loss.
- Account Creation (ATA): A major advantage of our platform is that if a recipient doesn’t yet have an account for your token, we automatically create it for them within the same transaction — ensuring a successful airdrop.
- Efficiency: All transfers are grouped into a single transaction, saving time and network fees.
Authority Management
View the tokens you’ve created and renounce Mint and Freeze authorities to increase decentralization.
The Management Dashboard is your control center for tokens created through our platform.
- Visualization: The page lists all tokens where your connected wallet still holds Mint or Freeze authority.
- Renounce Authority: Renouncing these authorities is a permanent action and a strong sign of trust for your community. It means you can no longer mint new tokens (if you renounce Mint) or freeze funds (if you renounce Freeze).
- How to Do It: Simply select the token and click the corresponding button to remove the authority. You’ll need to approve a wallet transaction to confirm the action.
Affiliate Program
Earn SOL commissions by referring new users to our platform.
Our affiliate program is designed to be simple, transparent, and profitable.
- Exclusive Link: When you connect your wallet on the 'Affiliates' page, a referral link is generated using your public key as an identifier (`?ref=YOUR_WALLET`).
- 10% Commission: You receive 10% of our service fee (0.01 SOL) for every token created by a user who came through your link.
- Atomic Payment: The commission is transferred to your wallet in the same transaction in which the referred user’s token is created. This happens securely and automatically on-chain, ensuring you receive your earnings instantly.
- Earnings Dashboard: You can track your total earnings, number of referrals, and view your latest commissions with direct links to transactions on Solscan.