Glossary

Token-2022 Complete Guide: What Creators Need to Know

nounSpawned Glossary

Token-2022 is an upgraded Solana token program that introduces new financial features for token creators. It enables capabilities like transfer fees, confidential transfers, and interest-bearing tokens directly at the protocol level. This guide explains its core functions, compares it to the standard program, and shows its practical use for projects.

Key Points

  • 1Token-2022 is an extension of Solana's original SPL Token program with added financial features.
  • 2Key features include transfer fees (up to 100 bps), confidential transfers, and permanent delegate authority.
  • 3It allows for ongoing, protocol-enforced revenue streams like the 1% fee used by Spawned.com post-graduation.
  • 4Requires explicit support from wallets and tools; not all platforms are compatible yet.
  • 5Ideal for creators who need built-in monetization, enhanced privacy, or advanced token mechanics.

What is the Token-2022 Program?

The next evolution of Solana's token standard.

Token-2022 is an upgraded, extended version of Solana's original SPL Token program. Developed by Solana Labs, it introduces a suite of new token functionalities directly into the on-chain program logic. Think of it as Token Program 2.0—it maintains full backward compatibility with the standard token standard but adds optional extensions that creators can enable.

The core purpose is to provide more sophisticated financial primitives natively on-chain. This removes the need for complex, custom smart contract code to achieve features like taking a small fee on every transfer or hiding transaction amounts. For a platform like Spawned.com, it's the technology that enables the permanent 1% creator fee on all trades for tokens that graduate from the launchpad.

Key Features and Extensions

Here are the major extensions available within the Token-2022 program and what they do:

  • Transfer Fees: Allows a token's issuer to set a fee taken on every transfer. The fee is a percentage of the transfer amount, capped at 1.00% (100 basis points). Fees are collected into a separate vault and can be withdrawn by the designated authority. This is a core feature for creator monetization.
  • Confidential Transfers: Uses zero-knowledge proofs to encrypt transaction amounts. Sender, receiver, and token balances are still public, but the amount transferred is hidden. This adds a layer of privacy for users.
  • Permanent Delegate: Assigns an address (like a project's treasury) that retains certain authorities indefinitely, even if the original owner renounces them. This is critical for enforcing policies like transfer fees forever.
  • Interest-Bearing Tokens: Allows tokens to accrue interest over time based on a configured rate. The interest is reflected in the token's balance automatically by the program.
  • Transfer Hook: A pointer to a separate program that executes custom logic whenever a transfer occurs. This allows for complex behaviors like allowlists, taxes, or integrations.

Token-2022 vs. Standard SPL Token: A Direct Comparison

Understanding the trade-offs between the old standard and the new.

FeatureStandard SPL TokenToken-2022 Program
Base FunctionalityMinting, transferring, burning.All standard features, plus extensions.
Transfer FeesNot possible at the protocol level.Supported natively (up to 1.00%).
Creator RevenueRequires external market/fee setup.Can be enforced directly in token logic.
Default PrivacyAll transaction details are public.Optional confidential transfers.
Delegate ControlCan revoke all authority.Can set a Permanent Delegate.
CompatibilityUniversal support across all wallets/DEXs.Requires explicit integration; support is growing.
Use CaseSimple, fungible tokens.Tokens needing built-in economics, privacy, or control.

The main trade-off is compatibility. A standard SPL token will work everywhere instantly. A Token-2022 token may not be supported on some decentralized exchanges or in certain wallets until they update their systems.

How Spawned.com Uses Token-2022

Spawned.com uses the Token-2022 program to create a sustainable model for token creators. Here's the specific implementation:

  1. Initial Launch: Tokens start on the Spawned launchpad using the standard SPL token program for maximum compatibility and liquidity during the initial launch phase.
  2. Graduation & Migration: When a token meets its graduation goal (e.g., $50k market cap, 500 holders), it can "graduate." Part of this process involves migrating the token to the Token-2022 program.
  3. Enforcing Permanent Fees: During migration, the Transfer Fee and Permanent Delegate extensions are configured. A 1.00% fee is set on all transfers. Spawned.com (or a designated treasury) is set as the Permanent Delegate and fee recipient.
  4. Ongoing Revenue: From that point forward, every single trade of that token on any market incurs a 1.00% fee, which is automatically routed to the creator. This is enforced by Solana's blockchain itself, not by a specific website or contract.

This model contrasts with platforms like pump.fun, which take 0% after launch, leaving creators with no built-on-chain revenue stream. Spawned.com's use of Token-2022 builds a perpetual, protocol-level business model. Learn more about the graduation process.

Practical Steps for Creators Considering Token-2022

If you're a creator thinking about using Token-2022 features, follow this decision process:

Verdict: Should You Use Token-2022?

Our final recommendation for crypto creators.

For most Solana token creators launching today, using a platform that leverages Token-2022 for post-launch revenue is a strong strategic choice.

The standard SPL token program is perfect for the initial launch phase where maximum liquidity and compatibility are critical. However, planning for a transition to Token-2022—specifically for its transfer fee capability—establishes a verifiable, on-chain revenue stream that isn't dependent on any single platform's continued existence.

Recommendation: Launch with a standard token for initial growth and liquidity. Plan to graduate and migrate to Token-2022 to activate a permanent 1.00% transfer fee, securing long-term project funding. The minor compatibility hurdles are outweighed by the benefit of a sustainable economic model enforced by the Solana blockchain itself. Platforms that facilitate this transition, like Spawned.com, provide a clear path from launch to long-term sustainability.

Ready to Launch with a Sustainable Model?

Token-2022 provides the tools for a lasting project. Spawned.com integrates this technology directly into its launchpad flow, handling the complexity for you.

  • Launch your token with just 0.1 SOL and build its site with our AI builder.
  • Grow your community with the standard token for maximum reach.
  • Graduate automatically to activate Token-2022 with a 1.00% perpetual creator fee.

This approach combines the best of both worlds: initial compatibility and long-term, protocol-level revenue. Start your launch on Spawned.com and build a token with a future.

Frequently Asked Questions

Yes and no. When you "migrate" to Token-2022, you are technically creating a new token mint under the Token-2022 program. However, the liquidity, holder balances, and market data are typically transferred over from the old mint to the new one in a coordinated process (like during a Spawned.com graduation). To your community, it should appear as an upgrade to the same token with new features.

Support is evolving. As of now, major wallets like Phantom and Backpack have basic support for displaying and holding Token-2022 tokens. However, full support for all extensions (like displaying confidential transfer amounts) may still be in development. Always check your specific wallet's documentation for the latest on Token-2022 compatibility before relying on advanced features.

No, once the transfer fee extension is enabled and configured with a specific percentage (e.g., 1.00%), that fee rate is immutable and cannot be changed. The fee recipient address can potentially be changed if the token's authority structure allows it, but the percentage itself is permanent. This makes careful planning essential.

The fee is applied at the protocol level during any token transfer. When a trade occurs on a DEX, it involves a transfer of tokens from the seller to the liquidity pool and from the pool to the buyer. The Token-2022 program automatically deducts the configured percentage from these transfers and sends it to the designated fee vault. This happens regardless of which DEX is used.

The main costs are not direct fees but are related to development and compatibility. Creating a Token-2022 mint may have slightly different computational costs (rent). The larger "cost" is ensuring your ecosystem (wallets, DEXs, explorers) supports it. Using a launchpad like Spawned.com that manages the migration absorbs these operational complexities.

Technically yes, but it's often not advised. Launching initially with a standard SPL token ensures the broadest possible compatibility for initial buyers and liquidity providers. Starting with a less-supported token standard can limit your initial growth. The hybrid model—launching standard and migrating later—is generally more effective for community building.

If a DEX's smart contracts do not explicitly support the Token-2022 program, trades for that token will fail on that DEX. This would severely limit liquidity. This is why checking compatibility is a crucial step before migration. The trend is toward wider support, but creators should verify the status of their preferred trading venues.

Explore more terms in our glossary

Browse Glossary