Has the Solana Token Mint Authority Been Revoked?

 / 
1

The most direct way to check if a Solana token's mint authority has been revoked is to view the "Mint Authority" field on a Solana blockchain explorer such as Solscan. If it shows "—" (or "None"), it means the mint authority has been permanently revoked and the total supply is fixed.

OKX Exchange
A leading global cryptocurrency platform,suitable for both beginners and experienced traders.
New user benefit: 20% off trading fees upon registration!!

Why Is This Permission Worth Noticing?

In Solana's SPL Token standard, the token's Mint Authority controls whether new tokens can be minted. As long as this permission exists, the address holding it can mint additional tokens at any time, diluting the holdings of all other holders.

For projects that require transparency and fairness, the team usually revokes this permission after the initial distribution to prove to the market that "the total supply is locked." Conversely, if the permission still exists, there is a risk of future minting. Security tools like RugCheck list "Mint Authority still enabled" as a major risk indicator.

Steps: How to Check

Case A: Using a Solana Blockchain Explorer (Recommended)

  1. Open a Solana explorer, such as Solscan (solscan.io).

  2. Enter the Token Mint Address you want to look up in the search box and search.

  3. Go to the token's detail page, and in the "Overview" section, find the "Mint Authority" item.

    • If it shows a specific wallet address, it means the permission still exists and the address holder can mint more tokens.

    • If it shows "—" (or "None", "Disabled"), it means the permission has been revoked, the total supply is fixed, and no more tokens can be minted.

  4. Completion Standard: You have clearly seen the specific status of the "Mint Authority" field on the token detail page.

Case B: Using Security Check Tools (Auxiliary Verification)

  1. Visit a token security analysis website such as RugCheck.

  2. Enter the token mint address to query.

  3. Check the "Permission Status" section in the report. If the report shows "Mint Authority" as "Revoked" or "Not Enabled", the conclusion is consistent with viewing on the explorer.

Common Misconceptions and Risks

  • Revocation is irreversible: Solana's permission mechanism stipulates that once Mint Authority is set to None, the operation is permanent and irreversible. If anyone later claims they can restore a revoked mint authority, it is definitely false.

  • Permission control is not just about minting: Besides Mint Authority, tokens may also have Freeze Authority (the ability to freeze transfers of any account) and Update Authority (the ability to modify token metadata). These permissions are also worth paying attention to. If Freeze Authority exists and is not revoked, the project team has the power to freeze tokens in specific accounts.

OKX Exchange
A leading global cryptocurrency platform,suitable for both beginners and experienced traders.
New user benefit: 20% off trading fees upon registration!!

Confirmation of Completion

Visit Sol scan and successfully see the Mint Authority status of a token. If you can accurately determine whether the token is "non-mintable" based on whether the display shows an address or "—", then you have mastered the check method.