StakePoint
Solana DeFi Glossary
Definitions of key terms used in Solana DeFi, token locking, LP locking, and staking. Published by the StakePoint team.
Token-2022 Extensions
Optional modules that add advanced features to Token-2022 tokens on Solana.
Definition
Token-2022 extensions are optional modules added to a token at creation time that enable advanced functionality not available in the standard SPL token. Extensions are defined in the Solana Program Library and each adds specific capabilities to the token.
Available extensions include: Transfer Fee (collect a percentage of each transfer), Interest Bearing (tokens that accrue interest over time), Non-Transferable (tokens that cannot be moved between wallets), Permanent Delegate (an irrevocable authority over all token accounts), Metadata (on-chain name and symbol), and Confidential Transfers (privacy-preserving transfers using zero-knowledge proofs).
Extensions are immutable in most cases — once set at token creation, they cannot be changed. Projects must carefully design their tokenomics before deploying a Token-2022 token with extensions.
StakePoint & Token-2022 Extensions
StakePoint fully supports Token-2022 tokens with extensions including transfer fees. The reflection rewards feature in StakePoint staking pools is specifically designed for tokens using the Transfer Fee extension.
Related Pages
Frequently Asked Questions
What are Token-2022 extensions?
Token-2022 extensions are optional modules added to a token at creation that enable advanced features like transfer fees, interest-bearing mechanics, and metadata.
Does StakePoint support tokens with extensions?
Yes. StakePoint fully supports Token-2022 tokens with extensions including transfer fees and reflection mechanics.
Related Terms
Token-2022
An upgraded Solana token standard supporting transfer taxes and custom extensions.
Transfer Fee Extension
A Token-2022 extension that automatically collects a percentage of each token transfer.
Reflection Rewards
Automatic token distributions funded by transfer taxes collected on each token transaction.
SPL Token
The standard token format on the Solana blockchain.
Tokenomics
The economic design of a token including supply, distribution, and incentive mechanisms.