spl-token-create-and-configure

Create and configure SPL token mints with authority management on Solana.

3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/SanctifiedOps/solana-skills --skill spl-token-create-and-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spl-token-create-and-configure
Source: https://github.com/SanctifiedOps/solana-skills/tree/main/skills/tokens/spl-token-create-and-configure
Command: npx skills add https://github.com/SanctifiedOps/solana-skills --skill spl-token-create-and-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables secure creation and proper configuration of SPL token mints on Solana, including mint creation, authority management, decimals, and revocation flows.

Core Features & Use Cases

  • Mint creation: Create a new SPL token mint with the correct decimals and authorities.
  • Authority management: Set, rotate, and revoke mint and freeze authorities; support multisig or PDA-backed controls.
  • Validation & transparency: Record derived addresses (mint, authority, metadata) and post-creation verification, with cross-check via CLI or explorer.
  • Use Case: Launching a new token or updating authorities for an existing mint while maintaining on-chain governance.

Quick Start

Use the spl-token-create-and-configure skill to create a new mint with 6 decimals and mint authority.

Frequently Asked Questions about spl-token-create-and-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an SPL token mint on Solana with the correct decimals and authorities?

Creating an SPL token mint on Solana involves configuring decimals and assigning mint and freeze authorities. This process uses the spl-token CLI to generate the mint and outputs verifiable transaction IDs along with a transparent artifact log.

What is the best way to rotate or revoke mint and freeze authorities for an SPL token?

Rotating or revoking SPL token authorities involves updating on-chain mint and freeze controls. You can transfer authorities to a multisig or PDA, or revoke them completely to lock down token governance, producing verifiable transaction records.

Can I configure multisig or PDA-backed controls for Solana token authorities?

Yes, configuring multisig or PDA-backed controls for Solana token authorities is supported. Authority management operations allow you to set and rotate mint and freeze controls to multisig or PDA addresses for secure governance.

Does this Solana token configuration process work across dev, testnet, and mainnet environments?

Yes, Solana token configuration operations function across dev, testnet, and mainnet environments. The process supports token launches and authority rotations on any network, producing verifiable transaction IDs and derived addresses for cross-checking.

How do I verify derived addresses and transaction IDs after creating an SPL token mint?

Verifying derived addresses and transaction IDs after SPL token mint creation is done via CLI or blockchain explorer. The process logs derived mint, authority, and metadata addresses to provide a transparent artifact record for post-creation cross-checking.