Home/Tools/

Solana Transfer Authority

Solana tools

Explore 20lab Solana Tools

Effortlessly manage your Solana tokens with our toolset.

Transfer authority

Blockchain

Connect to the chosen blockchain.

Token address

Enter the address of the Solana token to start.

Authority type

Select the authority type you want to transfer.

New authority

Specify new address to receive the authority.

Related Posts

Continue your journey with these related blog posts.

Purple and green graphics with a gear wheel, the words “Metadata Authority” and a gradient background.
How to Transfer/Revoke Metadata Authority Solana (Immutable Metadata)

Learn how to manage your token's brand identity, establish permanent visual elements, and implement effective governance for SPL token metadata.

April 19, 2025

5 min read

Purple and green graphics with a gear wheel, the words “Freeze Authority” and a gradient background.
How to Transfer or Revoke Freeze Authority Solana

Learn how to transfer or permanently revoke Solana freeze authority with our step-by-step guide. Discover when to manage security controls.

April 19, 2025

5 min read

Purple and green graphics with a gear wheel, the words “Mint Authority” and a gradient background.
How to Transfer or Revoke Mint Authority Solana

Learn how to transfer or permanently revoke Solana mint authority with our comprehensive guide. Enhance token security and establish immutable supply.

April 18, 2025

5 min read

Raydium logo on a dark background with purple smoke around it, with the words "Adding Liquidity" and a network of connections in the background.
Add Liquidity to Raydium - Step-by-Step Solana Pair Creation Guide

Learn how to add liquidity to Raydium DEX with our comprehensive guide. Step-by-step instructions for Solana token creators to securely launch your token!

January 28, 2025

7 min read

Meteora logo on a dark background with orange smoke around it, with the words "Adding Liquidity" and a network of connections in the background.
Add Liquidity to Meteora on Solana - Pool Creation Guide

Learn how to add liquidity to Meteora for your Solana token - a step-by-step guide covering DAMM v2 pool creation, fee configuration, and LP token security.

March 23, 2026

7 min read

Solana (SOL) cryptocurrency logo is centered on a dark background with purple elements and abstract geometric and wave-like patterns.
Solana Token - Launch Your Project on High-Performance Blockchain

Learn about Solana, the blockchain that provides a fast, secure and scalable infrastructure for token projects.

July 24, 2024

8 min read

Graphic with the inscription “SPL” on a geometric pattern background. The whole design is in shades of orange and red.
SPL - The Token Standard for Solana Blockchain

Learn what SPL is and how it is standardizing tokens for compatibility across Solana blockchain.

November 11, 2024

5 min read

The transfer authority tool is a powerful utility that allows token creators and managers to transfer various authority types for SPL tokens to different wallet addresses. This is essential for:

  • Transitioning project control to new team members
  • Implementing decentralized governance structures
  • Enhancing token security through authority separation
  • Managing multi-signature authority configurations

This tool simplifies authority management on the Solana blockchain, making it easier to maintain and update token governance structures as your project evolves.

The 20lab transfer authority tool supports transferring the following key authority types for SPL tokens:

  • Mint Authority - Controls the ability to mint new tokens
  • Freeze Authority - Controls the ability to freeze token accounts
  • Metadata Update Authority - Controls the ability to update token metadata
  • Transfer Tax Config Authority - Controls the ability to modify transfer fee settings
  • Transfer Tax Withdraw Authority - Controls the ability to withdraw collected transfer fees

These authorities cover both core token functionality and extended features like metadata and transfer tax, providing comprehensive management capabilities for your token.

No, authority transfers are not reversible through standard means. Once an authority is transferred:

  • The previous authority holder loses all control over that specific authority type
  • Only the new authority holder can perform functions requiring that authority
  • To regain control, the new authority holder must explicitly transfer it back

Due to this permanent nature, we strongly recommend double-checking all receiving wallet addresses before confirming transfers. Consider using a test token to verify the process if you're unfamiliar with authority management.

Yes, you can transfer different authority types to different wallet addresses. This enables:

  • Role-based security models where different team members control different aspects
  • Distribution of responsibilities across multiple stakeholders
  • Sophisticated governance structures with checks and balances
  • Progressive decentralization of token management

For example, you might transfer mint authority to a DAO's treasury address while keeping freeze authority with the founding team for emergency interventions.

Yes, you can transfer any authority type to a multisig wallet address. This provides:

  • Enhanced security through required multiple approvals
  • Protection against single points of failure
  • Governance structures requiring consensus for critical actions
  • Compatibility with popular Solana multisig solutions

Transferring authority to a multisig is particularly recommended for high-value tokens or projects with multiple stakeholders. The tool is compatible with many Solana multisig implementations.

Transferring authority to an incorrect address can have serious consequences:

  • If sent to a non-existent address or an address without a known private key, the authority becomes permanently inaccessible
  • If sent to a wrong but valid address, only the owner of that address can now exercise the authority
  • There is no built-in mechanism to recover incorrectly transferred authority

To prevent errors, we recommend:

  • Double-checking all destination addresses before confirming
  • Using address book features to save and label frequently used addresses
  • Testing with small or test tokens before transferring authority for valuable tokens

Yes, the transfer authority tool is compatible with SPL tokens on the Solana blockchain, including:

  • Classic SPL tokens (mint and freeze authorities)
  • SPL tokens created with the Metaplex metadata standard or Token-2022 metadata extension (metadata update authority)
  • SPL tokens with transfer fee extensions (transfer tax config and withdraw authorities)

The specific authorities available for transfer will depend on which features your token was created with. For example, transfer tax authorities will only be available if your token was created with the transfer fee extension enabled.