Search DexmintJump to a page or tool
Choose languageSwitch language while staying on this page.

Authority

Solana

Revoke mint authority on Solana

Permanently disable minting on a token so its total supply can never be inflated again, a core trust signal for holders.

01

Select token

Revoking mint authority permanently removes the ability to create more units of a Solana token. After confirmation, no wallet can mint additional supply. Holders may still burn tokens they own, so total supply can decrease later.

The whole thing takes one signature, approved in your own wallet, Dexmint prepares the transaction and shows the fee, but the decision is yours alone to sign.

How to revoke mint authority on Solana

  1. Connect the mint authority wallet

    Connect the wallet that currently holds the token’s mint authority, usually the one you created it with. Any Wallet Standard wallet works.

  2. Select your token

    Pick the token from your wallet list, or paste its mint address instead. The tool reads the live on-chain state and shows the supply, decimals, and whether the mint and freeze authorities are still active.

  3. Review the fee ledger

    You pay a flat fee, shown in the fee ledger before you sign, plus a tiny Solana network fee. Coupon codes apply in the same panel and the total recalculates before you sign.

  4. Sign in your wallet

    Press Revoke mint authority and approve in your wallet. After confirmation, the result shows the transaction signature and explorer link. No wallet can mint additional supply after this change.

What mint authority is

A Solana token can have a mint authority, an address allowed to create additional supply. Revoking sets that authority to none, and the Token Program rejects every future mint instruction. The supply at confirmation becomes the maximum, although holders can still burn their own tokens and reduce it later.

A token in this state is commonly described as having its mint "revoked".

What holders can verify after revocation

Explorers and token analysis services can read the mint authority state. After revocation, they can verify that the mint authority is none and that the Token Program will reject future mint instructions.

Think first, then finish the job

Because this cannot be undone, make sure all planned minting is complete first. If your roadmap includes rewards or future allocations, create that supply before revoking the authority.

Revoking freeze authority and making metadata immutable are separate decisions. Review each authority and complete any required changes before choosing another irreversible action.

Frequently asked questions

Can I mint more tokens after revoking?

No. Revoking is permanent and enforced by the Solana Token Program. No wallet can mint additional supply afterwards, although existing holders may still burn tokens they own.

Does revoking affect tokens people already hold?

No. Existing balances, transfers, and trading all keep working exactly as before. The only change is that no new tokens can ever be created.

Do I have to be the token’s creator?

You must be its current mint authority, usually the wallet that created it. When you select a token, the tool reads its on-chain state and tells you upfront if the authority was already revoked or belongs to another wallet.

What does revoking the mint authority cost?

One flat fee for the single revoke instruction, listed in the fee ledger before you sign, plus a tiny Solana network fee, no batches or per-account charges here.

Can I see what revoking looks like before doing it for real?

Yes, mint a throwaway token on Devnet and revoke it there with free devnet SOL. Because revocation is irreversible, a dry run is the only way to see the after state first.

Is this the same as making the token immutable?

No. Revoking mint authority prevents additional minting. Making metadata immutable locks the token name, symbol, URI, and linked display data. Revoke freeze authority separately if no wallet should be able to freeze token accounts.

I want to revoke a token approval or delegate, not the mint authority. Is this the right tool?

No. This tool only changes the mint authority that controls new supply. It cannot revoke approvals or delegates your wallet granted to programs; use your wallet’s approval or connected-apps settings for that.