Token Creator

MAIN
DEV
← Docs

Beginner guide

What is Mint Authority?

Learn what mint authority is on Solana, why it matters for your token, and when you should revoke it.

🕒 6 min readUpdated July 20, 2026

On this page

What is Mint Authority?Why Mint Authority mattersWhat happens when you revoke Mint Authority?Should you revoke Mint Authority?How to verify Mint AuthorityManage Mint Authority with Token CreatorTypical workflow

What is Mint Authority?

DefinitionMint Authority

The permission that allows a wallet to mint additional tokens for an SPL Token.

Mint authority is the permission that allows a wallet to create new tokens for an SPL token mint. Whoever controls the mint authority can increase the token supply at any time.

When you create a token on Solana, your wallet is usually assigned as the initial mint authority. This gives you complete control over the supply until you decide to revoke that permission.

Why Mint Authority matters

Mint Authority is one of the first things experienced crypto investors check before buying a token.

Imagine a token with a supply of 1,000,000 tokens. If the creator still controls the Mint Authority, they could mint another 10,000,000 tokens at any time. Existing holders would immediately own a much smaller percentage of the total supply.

For this reason, many legitimate projects revoke their Mint Authority after minting the initial supply. A fixed supply provides stronger guarantees and improves transparency.

What happens when you revoke Mint Authority?

Revoking the mint authority permanently removes the ability to mint new tokens.

Comparison between an active and revoked Mint Authority
With an active Mint Authority, new tokens can be created. Once revoked, the supply becomes permanently fixed.

Once revoked, the total supply becomes fixed forever. No wallet, including the creator, can create additional tokens.

With Token Creator, you can revoke Mint Authority immediately after minting your initial supply, directly from your wallet.

Should you revoke Mint Authority?

It depends on your project.

💡 Best practice

If you are launching a memecoin or a fixed-supply community token, revoking the mint authority after minting the initial supply is generally considered best practice.

If your token will require future emissions, staking rewards or ecosystem incentives, you may decide to keep the mint authority active until those tokens have been distributed.

How to verify Mint Authority

Anyone can verify whether a token still has an active Mint Authority using blockchain explorers such as Solscan.

Mint Authority field on Solscan
The Mint Authority field displayed on Solscan.

If the Mint Authority is set to null, no wallet can mint additional tokens.

Manage Mint Authority with Token Creator

Token Creator allows you to revoke your mint authority with a few clicks directly from your wallet.

The transaction is executed on-chain and remains permanently verifiable by anyone.

Typical workflow

🪙
Create your token~30 sec

Choose the token name, symbol and initial supply.

Mint the supply

Generate the initial supply on-chain.

🔒
Revoke Mint AuthorityRecommended

Prevent any future token minting.

🔍
Verify on Solscan

Confirm that the authority has been revoked.

Continue learning

Frequently Asked Questions

What is Mint Authority on Solana?

Mint authority is the permission that allows a wallet to create new tokens for an SPL token.

Can Mint Authority be restored?

No. Once the mint authority has been revoked, it cannot be restored. The token supply becomes permanently fixed.

Should I revoke Mint Authority for a memecoin?

In most cases, yes. A fixed supply increases transparency and is generally preferred by investors.

How can I verify if Mint Authority has been revoked?

You can check the token's mint authority on Solscan or another Solana explorer. The information is stored directly on-chain.

Ready to launch your own token?

Create an SPL token directly on Solana in less than a minute. No coding. No custody. Everything happens on-chain from your wallet.

Create your token →

Continue reading

What is an SPL Token? A Beginner's Guide to Solana Tokens

Learn what an SPL Token is, how it works, what information it contains, and how it differs from Ethereum's ERC-20 standard.

What is Freeze Authority?

Learn what Freeze Authority is on Solana, when it should be revoked, and why investors pay close attention to it.