# Mint an Existing Solana Token

> Add supply only when the connected wallet is the Token's current mint authority.

## Prerequisites

- The mint address of the Token.
- A connected wallet that is currently the mint authority.
- Enough native SOL for the displayed fee and network transaction fee.

## Token-2022 compatibility

- Mint Supply accepts Token-2022 mints using the creator's transfer-fee, default-frozen, pausable, permanent-delegate, non-transferable, and mint-close extensions.
- A paused mint cannot receive additional supply.
- If a default-frozen mint needs a new associated Token account, the connected wallet must also be the freeze authority so the account can be thawed in the same transaction.
- Transfer hooks, confidential transfers, interest-bearing balances, groups, scaled UI amounts, permissioned burns, and other unsupported extensions are rejected.

## Flow

1. Select a Token from the wallet or enter its mint address.
2. Enter the exact additional amount.
3. The tool verifies the current mint authority and prepares the transaction.
4. Review the amount, mint address, and fee in the wallet, then approve.

## Limits and outcomes

- Metadata is optional; a valid Token can be minted without it.
- If mint authority was revoked, no wallet can mint additional supply.
- If mint authority belongs to another wallet, this tool cannot add supply from the connected wallet.
