What problem does it solve?
This Skill enables Solana developers to implement, configure, and analyze Token-2022 extensions for mints, empowering advanced features like transfer fees, non-transferable tokens, metadata pointers, and confidential transfers.
Core Features & Use Cases
- Transfer Fee extension: monetize token transfers with configurable fees and withdrawal flow.
- Permanent Delegate: authorize an entity to reclaim or transfer tokens from any holder.
- Metadata Pointer: attach on-chain metadata pointers to a mint without external metadata storage.
- Non-Transferable: create soulbound tokens for credentials or memberships.
- Confidential Transfers: obscure transfer amounts where required.
- Compatibility & Governance: assess wallet/DEX support and extension combinations for launches.
Quick Start
Configure a Token-2022 mint with desired extensions (e.g., Transfer Fee + Metadata Pointer), initialize the mint, and verify extension state on a Solana testnet. Document authorities and interoperability with common wallets/DEXs.