Token minting is the technical process of creating new tokens on the Solana blockchain. Understanding how minting works helps you make informed decisions when creating your token, especially regarding supply control and authority management.
When you create a Solana token, you're interacting with the SPL Token Program - the standard on-chain program that defines how tokens work on Solana. This program handles all token operations, including minting, transfers, and authority management.
What is Token Minting on Solana?
Token minting on Solana is the process of creating new tokens using the SPL Token Program. When you mint a token, you create two main components: a mint account and an initial token supply.
The mint account is a special account on the Solana blockchain that stores information about your token. This includes the total supply, decimals, mint authority, and freeze authority. The mint account has a unique address called the mint address, which permanently identifies your token on the blockchain.
During the initial mint, you create the first batch of tokens. These tokens are sent to your wallet or a specified destination. The total supply you set during creation determines how many tokens exist initially. Learn more about what SPL tokens are and how they differ from SOL.
The SPL Token Program and Mint Accounts
The SPL Token Program is an on-chain program maintained by the Solana Program Library. It's already deployed on Solana mainnet and defines the standard interface for creating, transferring, and managing tokens. When you use a token creator tool, it interacts with this existing program rather than deploying custom smart contracts.
The mint account stores your token's core properties:
The unique identifier for your token on the blockchain
The total number of tokens that have been minted
How divisible your token is (typically 6 or 9)
Mint & freeze authority wallets that control the token
This mint account exists permanently on the blockchain. Once created, its basic properties cannot be changed. However, authorities can be revoked, which permanently removes certain capabilities. Learn more about token metadata, which is stored separately and can be updated if you retain update authority.
Mint Authority and Supply Control
Mint authority is the permission to create additional tokens after the initial mint. By default, when you create a token, your wallet holds mint authority. This means you can mint more tokens later if needed.
Mint authority gives you control over the token's supply. You can:
- Create additional tokens at any time
- Control the total supply of your token
- Mint tokens to specific wallets
However, many token creators choose to revoke mint authority immediately after creation. This creates a fixed-supply token where no additional tokens can ever be created. This builds trust with holders because they know the supply cannot be inflated. Learn more about revoking authorities and why it matters for token security.
The Minting Transaction Process
When you create a token using a no-code platform, the minting process happens through a series of Solana transactions:
Create Mint Account
The first transaction creates the mint account on the Solana blockchain. This account stores your token's properties and requires a small amount of SOL for rent (typically covered in the creation fee).
Set Initial Supply
The initial supply of tokens is minted and sent to your wallet. This happens in the same transaction or immediately after. The total supply you specified during creation determines how many tokens are created.
Create Metadata
Token metadata (name, symbol, logo, description) is created and published. This can be stored on-chain or referenced via a URI. The metadata allows wallets and explorers to display your token correctly.
Optional Authority Revocation
If you choose to revoke authorities, additional transactions are sent to remove mint, freeze, or update authority. Each revocation is a separate transaction that permanently removes that capability.
All of these transactions are sent to the Solana blockchain and typically confirm within 30–60 seconds. Once confirmed, your token is live on mainnet and can be viewed on block explorers like Solscan.
Initial Supply vs. Additional Minting
There's an important distinction between the initial supply created during token creation and additional tokens minted later.
Initial Supply
The number of tokens created when you first create your token. Set during the creation process - if you set 1 million tokens, exactly 1 million will be created and sent to your wallet.
Additional Minting
If you retain mint authority, you can create additional tokens after the initial mint. Useful for gradual releases, reward distributions, community airdrops, or adjusting supply based on demand.
Most creators prefer fixed-supply tokens and revoke mint authority immediately. This creates scarcity and builds holder confidence.
Mint Authority Revocation Explained
Revoking mint authority is a permanent action that removes the ability to create additional tokens. This is one of the most important decisions you'll make when creating your token.
Benefits of Revoking
- Creates a fixed-supply token that cannot be inflated
- Builds trust with holders who know supply won't increase
- Demonstrates commitment to the token's economics
- Prevents accidental or malicious supply increases
Considerations Before Revoking
- Make sure you've minted all tokens you need
- Consider if you might need to adjust supply later
- Understand that revocation is permanent and irreversible
- Plan your tokenomics carefully before revoking
For most serious projects, revoking mint authority is recommended. It shows commitment to the token's fixed supply and builds confidence with potential holders. Learn more about authority revocation and the costs involved.
Common Minting Scenarios
Different projects have different minting needs. Here are common scenarios and how minting works for each:
Fixed-Supply Token
Create your total supply during initial mint, then immediately revoke mint authority. This creates a token with a permanent, fixed supply. Common for meme coins and utility tokens where supply predictability is important.
Gradual Release Token
Mint a smaller initial supply, then mint additional tokens over time according to a schedule. This requires retaining mint authority and planning your release schedule carefully. Useful for projects with vesting or gradual distribution.
Unlimited Supply Token
Create an initial supply but retain mint authority indefinitely. This allows unlimited token creation but requires careful management to maintain trust. Less common for most projects due to trust concerns.
Most successful Solana tokens use fixed-supply models with revoked mint authority. This approach builds the most trust and is recommended for serious projects.
Frequently Asked Questions
What is token minting on Solana?
What is mint authority on Solana?
Can you mint more tokens after creation?
How long does minting take?
Ready to launch?
Create your Solana token today
Now that you understand how minting works, create your token in minutes.
Related Guides
Need help? Contact us or learn more about our platform.