Understanding one of the most important token authority settings
Mint authority is a permission assigned to a specific wallet address on the Solana blockchain that allows that wallet to create (mint) additional units of a token. When mint authority is active, the holder of that wallet can increase the total supply of the token at any time, with no external approval required.
When a token is created on Solana, the creator specifies a set of authority settings in the token program. Mint authority is one of these settings. The creator can:
Once mint authority is disabled (set to null), it cannot be re-enabled. This makes disabling mint authority an irreversible action that permanently caps the token supply.
The mint authority holder can mint any quantity of new tokens into any wallet address at any time.
If new tokens are minted, each existing holder's percentage of total supply decreases proportionally, even if their absolute token count remains the same.
A sudden large increase in circulating supply can create downward pressure on price, as supply increases without necessarily a corresponding increase in demand.
Analysts monitor mint authority because supply inflation is one of the mechanisms through which token value can be deliberately eroded. If a creator mints a large quantity of new tokens and sells them, existing holders bear the dilution cost.
For this reason, many token communities specifically look for tokens where mint authority has been disabled as part of their due diligence process. Disabled mint authority is considered a positive signal — it demonstrates that the creator has relinquished the ability to unilaterally expand supply.
Not all retained mint authority is malicious. Some examples of legitimate use cases include:
In these cases, the presence of mint authority is part of the token's design — though it still requires trust that the authority will not be misused.
This platform flags active mint authority as a risk indicator, not as proof of malicious intent. The flag reflects the observable fact that supply inflation is technically possible.
The Trust Score deducts points for enabled mint authority because it represents an asymmetric risk: the creator can act unilaterally, while holders have no direct defense.
Yes. Mint authority can be transferred to another wallet address, including multi-signature wallets or DAO contracts. This can reduce the risk if the new authority requires multiple approvals before minting. However, from an automated analysis perspective, the key distinction is whether mint authority is active or disabled.
Not necessarily. Disabled mint authority removes one specific risk, but many other risks remain — including unlocked liquidity, freeze authority, or off-chain deception.
Mint authority status is fetched from the Helius Solana RPC API at the time of the token scan. It reflects the on-chain state at that specific moment.
If a creator disabled mint authority after the token was first scanned, our data may not yet reflect the change. The Contract Analyzer tool fetches fresh data for any address you enter.