Skip to main content
Launch tokens on Solana, Ethereum & more - no coding, no complexity
Solana Token Authority

How to Revoke Mint Authority on Solana - and Why It Matters

Revoking mint authority permanently caps a Solana token's supply. It is one of the first things experienced traders check before buying a new token, and it is the clearest signal that the creator cannot inflate supply.

What is Mint Authority?

When a Solana SPL token is created, the creating wallet is assigned mint authority - the permission to create (mint) new tokens at any time. By default, the total supply of an SPL token is not fixed. As long as a wallet holds mint authority, it can call the mint instruction and increase the supply.

This is a significant power. A creator with active mint authority can, at any point, mint millions of additional tokens and sell them - diluting every existing holder's position. This is sometimes called a "rug" in crypto slang, and it is why mint authority status is one of the most important things to check before buying a new Solana token.

An active mint authority is a red flag. Experienced Solana traders check Solscan for mint authority status before buying any new token. If mint authority is not revoked, many buyers will pass on the token entirely.

What Happens When You Revoke Mint Authority?

Revoking mint authority calls a Solana instruction that permanently removes the authority from the mint account and sets it to null (disabled). After revocation:

  • The total token supply is permanently fixed at whatever it is at the moment of revocation
  • No wallet in existence - including the original creator - can ever mint additional tokens
  • The action appears on Solscan with a status of "Mint Authority: Disabled"
  • This cannot be undone - mint authority cannot be re-assigned once revoked

Mint Authority vs Freeze Authority vs Update Authority

Solana tokens have three separate authorities, each controlling a different function:

AuthorityWhat it controlsEffect of revoking
Mint Authority Who can create new tokens Supply is permanently capped
Freeze Authority Who can freeze holder accounts No account can ever be frozen
Update Authority Who can change token metadata Name, logo, description locked forever

Each authority can be independently revoked. Revoking all three is often called a "full revocation" and is commonly expected for memecoins and community tokens that want to signal complete decentralisation.


How to Revoke Mint Authority at Token Creation

The easiest way to revoke mint authority is during the token creation process. Launchify handles the revocation automatically as part of the deployment transaction.

  1. 1
    Go to the Solana token creator Visit uselaunchify.com/create-token/solana/ and fill in your token name, symbol, supply, and logo.
  2. 2
    Tick "Revoke Mint Authority" in the add-ons section In the Optional Add-ons card, check the Revoke Mint Authority box. This adds +0.1 SOL to the total fee. You can also select Revoke Freeze Authority and Revoke Update Authority at the same time.
  3. 3
    Connect Phantom and approve the payment One transaction covers the platform fee. Launchify mints your token and revokes the selected authorities in the same deployment process.
  4. 4
    Verify on Solscan After deployment, search your mint address on solscan.io. Under Token Details, you should see "Mint Authority: Disabled". Share this Solscan link with your community as proof of revocation.

Can You Revoke Mint Authority After Creation?

Yes - as long as your wallet still holds the mint authority, you can revoke it after the fact. This requires using the Solana CLI:

Via Solana CLI:
spl-token authorize <MINT_ADDRESS> mint --disable

This requires the Solana CLI to be installed and your creator wallet keypair to be available. For most users, revoking at creation time via Launchify is significantly easier.

Why Traders Check Mint Authority Before Buying

In the Solana memecoin market, token safety checks are performed quickly and automatically by experienced traders. The most common check is opening the Solscan page for the mint address and looking at three things:

  • Mint Authority status should show as Disabled
  • Freeze Authority status should show as Disabled
  • Top holder distribution - how concentrated is the supply?

A token with active mint authority is frequently called a "honeypot risk" - even if the creator has no intention of minting more, the ability to do so is enough to deter buyers. Revoking mint authority removes that concern entirely and costs only 0.1 SOL.


Frequently Asked Questions

Mint authority is a permission assigned to the wallet that creates a Solana token. The holder of mint authority can create new tokens at any time, increasing the total supply. By default, the creating wallet holds mint authority.
Yes. Revoking mint authority is an irreversible on-chain action. Once set to null/disabled, it cannot be re-assigned to any wallet. The supply is permanently fixed.
On Launchify, revoking mint authority at token creation costs +0.1 SOL added to your base fee. If done separately after creation via Solana CLI, you only pay the network transaction fee (under 0.001 SOL).
Yes, for community tokens and memecoins. Freeze authority allows the holder to lock individual token accounts, preventing holders from moving their tokens. Revoking it signals that you have no power over holders' wallets. Both revocations together cost +0.2 SOL on Launchify.
Go to solscan.io and search for the token's mint address. Click on the token and look at the Token Details section. If mint authority shows as "Disabled" or is blank, it has been revoked.
Yes, as long as your wallet still holds the mint authority. Use the Solana CLI command: spl-token authorize <MINT_ADDRESS> mint --disable. This requires the Solana CLI installed and your keypair available.

Create a Solana Token with Authorities Revoked

Revoke mint, freeze, and update authority in one transaction at creation. No CLI needed.