Solana Transfer Authority Guide
Introduction
The Dexarea Solana Authority Transfer tool lets you transfer mint, freeze, or update authority for existing SPL and Token-2022 tokens to a new address. This is essential for team handovers, multi-signature setups, governance changes, and security upgrades.
All actions are handled by your connected wallet and confirmed on-chain. You can transfer one authority type at a time, and the operation is irreversible - once transferred, you lose control unless it’s transferred back to you.
1. What It Does
- Transfers authority (mint, freeze, or update) to another wallet address
- Changes token control - the new address gains the specified authority
- Requires current authority - you must own the authority you want to transfer
2. Why Use Dexarea’s Authority Transfer Tool
- Simple interface: No code required - just connect wallet, select token, choose authority type, specify new owner
- Wallet-native: All transactions signed locally through your wallet
- Universal support: Works with any SPL token or Token-2022 token where you have the authority
- Flat pricing: 0.04 SOL platform fee (plus network fees)
3. Quick Start
- Connect wallet containing the authority you want to transfer
- Select the token whose authority you want to transfer
- Choose authority type (mint, freeze, or update authority)
- Enter the new authority address (the wallet that will receive the authority)
- Review and confirm the transaction in your wallet
- Authority is transferred to the new address
4. What You Need
- Current authority (mint, freeze, or update) for the token you want to transfer
- SOL in your wallet for platform fee (0.04 SOL) + transaction fees
- The token’s mint address (if not already in your wallet’s token list)
- Valid recipient address for the new authority
5. When to Use
- Team handovers: Transfer project control to new team members
- Multi-signature setups: Distribute authority across multiple wallets
- Governance changes: Transfer authority to DAO or governance contracts
- Security upgrades: Move authority to more secure wallets
6. Inputs
📸 Screenshot – Solana Authority Transfer Interface

Authority Transfer Interface
Required Fields
-
Token Selection: Choose from tokens where you have authority to transfer Dropdown shows tokens in your wallet where you own mint, freeze, or update authority.
-
Authority Type: Select which authority to transfer Choose from: Mint Authority, Freeze Authority, or Update Authority. You can only transfer one authority at a time.
-
New Authority Address: The wallet that will receive the authority Enter the exact wallet address. Double-check this address as the transfer is irreversible.
Authority Types Explained
- Mint Authority: Controls token supply - can mint new tokens
- Freeze Authority: Controls account freezing - can freeze/unfreeze token accounts
- Update Authority: Controls metadata updates - can modify token name, symbol, etc.
7. Confirmation Step
After filling the form:
- The tool validates the new authority address
- Your connected wallet prompts you to review & sign
- The transaction includes:
- Authority transfer (platform fee: 0.04 SOL + network fees)
- On-chain authority update for the selected token
📸 Screenshot – Wallet Confirmation Prompt for authority transfer

Wallet confirmation prompt for authority transfer
8. Results
On success, the result modal shows:
- Authority transferred successfully with the type and new owner
- Transaction Hash for verification on explorers
- Confirmation that the authority is now owned by the new address
You can verify the transfer on Solscan or other Solana explorers by checking the token’s authority information.
📸 Screenshot – Authority Transfer Result Modal

Authority transfer result modal
9. Important Notices / Risks
Authority Transfer Limitations
- Revoked authorities cannot be transferred (they’re permanently disabled)
- One authority per transaction - you must transfer each authority separately
- No partial transfers - you transfer the complete authority, not a portion
10. Troubleshooting
Common Issues
- “Insufficient SOL” — Add SOL to your wallet for platform fee (0.04 SOL) + transaction fees
- “Invalid address” — Check the new authority address format
- “Transaction failed” — Check network congestion and try increasing priority fee
11. FAQ
Can I transfer multiple authorities at once?
No - you must transfer each authority separately in individual transactions.
What happens if I transfer to the wrong address?
The transfer is irreversible. You’ll need to contact the recipient to transfer it back.
Can I transfer a revoked authority?
No - permanently revoked authorities cannot be transferred.
Is there a way to reverse an authority transfer?
No - authority transfers are permanent on-chain. The new owner must voluntarily transfer it back.
What if my transaction fails?
Only network fees are charged. The authority transfer doesn’t occur, so no change in ownership happens. The 0.04 SOL platform fee is only charged on successful transactions.
Can I transfer authority to a smart contract?
Yes, as long as the contract address is valid and can receive the authority.
12. Related Tools
- Revoke Mint Authority on Solana Guide - Permanently remove mint authority instead of transferring it
- Revoke Freeze Authority on Solana Complete Guide - Permanently remove freeze authority for security
- Make Token Metadata Immutable Tutorial - Make metadata permanently immutable
- Token Authorities - Learn about different token authorities and their functions