# Create a Solana Token with SolanaLauncher

> Create an SPL Token or a supported Token-2022 mint from a connected Solana wallet. You approve the on-chain transaction; SolanaLauncher does not custody the Token supply.

## Before you start

- Connect a Solana wallet with enough native SOL for network fees, account rent where applicable, and the displayed service fee.
- Decide the Token name, symbol, total supply, decimals, artwork, description, website, and community links.
- Choose SPL Token for broad compatibility. Choose Token-2022 for native on-mint metadata and optional transfer-fee, default-frozen, pausable, permanent-delegate, non-transferable, and mint-close extensions.
- Extension choices are written into the mint at launch and generally cannot be added or removed later. Keep the relevant authority when using default-frozen or pausable controls.

## Token-2022 extension limits

- A default-frozen mint must keep its freeze authority so new Token accounts can be thawed. The creator will not let you revoke that authority at launch.
- SolanaLauncher can create a pausable configuration but does not provide pause or resume management. Use an audited Token-2022 tool if you enable it.
- A permanent delegate can transfer or burn from holder accounts and cannot be removed after launch. Verify that address before signing.
- A non-transferable mint cannot also use a transfer-fee extension.
- A mint-close authority can close the mint only after its supply reaches zero.
- SolanaLauncher does not provide transfer-fee harvest or withdrawal management.
- Transfer hooks, confidential transfers, interest-bearing balances, groups, scaled UI amounts, and permissioned burns are not supported.

## Create the Token

1. Enter the Token details and select the Token program.
2. Choose whether mint, freeze, and metadata-update authorities remain with your wallet or are revoked at launch.
3. Review the supply, authority choices, fee, and transaction details in your wallet.
4. Approve the transaction. The Token is live after Solana confirms it.

## Important consequences

- The initial supply is minted to the connected wallet.
- Revoking mint authority permanently prevents any future supply increase.
- Revoking freeze authority permanently prevents any account from being frozen.
- Revoking metadata-update authority prevents normal future metadata edits.
- Never share a seed phrase or private key. Verify all details in your wallet before signing.
