Page cover

🔐Unchangeable SPL values

Review the list of unchangeable token features and values after creating your Solana token.

Understanding Solana Token Immutability

On Solana, any features you select during the token generation phase will be permanently saved on-chain. This is an important aspect of blockchain technology that ensures transparency and trust. Some of these features can be modified by authority wallets later, but others are completely immutable once your token is deployed.

Make sure you carefully consider these settings before deploying your token, as they will be permanent for the entire lifetime of your token.

Completely Unchangeable Values

Here are all the values that cannot be changed after your token is created (even by authority wallets):

General Token Properties

  • Blockchain: The network your token is deployed on (Solana Mainnet, Testnet, or Devnet)

  • Decimals: The number of decimal places your token supports (affects how divisible your token is)

  • Total supply: The maximum number of tokens that can ever exist (unless Mintable feature is enabled and mint authority is not revoked)

Optional Features

  • Non-transferable token feature: Once enabled, this feature cannot be disabled - tokens will remain permanently non-transferable

What Can Still Be Changed

The rest of the token values can be modified later by authority wallets within the same or similar limits as available in the generator.

Last updated

Was this helpful?