Tokensmint
Mint
Also known asMint Account
An on-chain account defining a token type. A mint specifies: supply (total minted), decimals (0 for NFTs, 6 for USDC, 9 for most tokens), mint authority (who can mint), and optional freeze authority. Each unique token (USDC, JitoSOL, etc.) has exactly one mint account. Mint address serves as the token's unique identifier.
Related terms
3Tokens
SPL Token Program
The original Solana Program Library token program (TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA) that implements fungible...
Tokens
Token Account
An account that holds a balance of a specific token for a specific owner. Token accounts store: mint (which token), owne...
Tokens
Decimals
The number of decimal places for a token, stored on the mint account. Determines how raw integer amounts map to human-re...