Hey there, Solana newbie! If you're just getting started in the meme coin or token game, you've probably heard the hype: launch fast on Raydium, get listed on Jupiter aggregator, watch the charts moon. But then reality hits — you try to create a liquidity pool on Raydium and get hit with errors like "base token freeze authority enabled," or your token shows up as a boring gray icon with no logo, weird name, or delayed info everywhere.

Don't sweat it. This guide breaks it down super simply, like I'm explaining it to my cousin who's new to crypto. We'll cover exactly which authorities (permissions) you MUST revoke before launching, why it matters for Raydium and Jupiter, and how to fix those annoying logo-not-showing or metadata-delay problems. By the end, you'll have a clear checklist to launch safely, build trust, and avoid getting rugged-flagged.
Why does this even matter? Solana is fast and cheap, but trust is everything. Investors check tools like Rug Check, DexScreener, and Birdeye. If your token looks sketchy (unrevoked authorities = red flags), nobody buys, volume stays dead, and your project flops. Revoking is basically you saying, "I'm not here to scam — supply is fixed, I can't freeze your bags, and I can't change the logo to trick people later."
The 3 Key Authorities You Must Revoke Before Raydium/Jupiter Launch + Why
Solana SPL tokens (including Token-2022) come with a few powerful "authorities" held by the creator's wallet by default. Leaving them active screams "potential rug pull" to the community and can straight-up block you from creating pools or getting proper listings.
Here are the big three you need to revoke (in priority order for beginners):
Mint Authority
This is the "infinite printer" permission. With it active, you (or anyone who hacks your wallet) can mint unlimited new tokens forever, inflating supply and dumping on holders.
Why revoke before Raydium/Jupiter? Investors hate inflation risk. Rug Check and most scanners flag active mint authority as a massive red flag. Revoking locks the total supply forever — huge green check for fairness. Platforms like Pump.fun do this automatically, but if you're doing it custom, you have to handle it yourself.
Consequence if you don't: Low trust, scared buyers, poor volume.Freeze Authority
This lets you freeze any holder's token account, blocking transfers (basically, you can lock people's money).
Raydium-specific gotcha: When creating an AMM or CPMM pool, if freeze authority is still enabled, Raydium throws an error: "base token freeze authority enabled." Jupiter pulls pools from Raydium, so it indirectly blocks smooth aggregation too.
Why revoke? Proves you can't rug by freezing wallets. It's a core trust signal in 2026 Solana meta — many communities straight-up avoid tokens without it revoked.Update Authority (Metadata Update / Make Immutable)
Controls your token's name, symbol, description, logo URL, website, Twitter, etc. (stored in Metaplex metadata).
Why revoke? Revoking makes metadata "immutable" (permanently locked). No sneaky name/symbol/logo changes later. Rug Check loves this — mutable metadata is another red flag. It also helps explorers, wallets, and aggregators display your info reliably and faster.
Quick How-To (No-Code Beginner Method – 2026 Tools):
Use user-friendly sites like GTokenTool, or Alphecca.io.
Steps:
Connect your Phantom wallet (the one that created the token and holds authorities).
Paste your Token Mint Address.
Hit "Revoke Mint," "Revoke Freeze," and "Make Immutable" one by one.
Each costs ~0.1 SOL (total around 0.3 SOL). Confirm transactions.
Pro tip: Do this BEFORE adding liquidity on Raydium. Once revoked, it's permanent — no going back! Many folks also burn their LP tokens afterward for extra "locked forever" vibes.
Fixing Logo Not Showing + Token Info Delayed: The Real Reasons & Fixes
Even after launching, tons of new tokens show up on Raydium or Jupiter as "Unknown Token" with a gray default icon, or the name/description loads super slow (or never).
Why this happens (beginner breakdown):
Token basics (supply, decimals) live on the mint address. But logo, name, symbol, description, socials? Those are in off-chain metadata (Metaplex standard or Token-2022 extension), usually a JSON file on IPFS/Arweave with a URI linked to your mint.
Common issues:
No metadata created yet.
URI broken or image not accessible.
Raydium/Jupiter cache/indexing delay (new pools take time to propagate — minutes to hours).
Wallets like Phantom pull from different sources and can lag.
Step-by-Step Fix (Hand-Holding Mode):
Create/Update Metadata: Go to SPL Token UI (spl-token-ui.com), GTokenTool. Upload a 200x200 PNG logo, fill in name/symbol/description/website/Twitter/Telegram.
Host Image on IPFS (use Pinata.cloud or Arweave — free & permanent). Get the public URL.
Submit transaction (~0.01-0.05 SOL).
Speed It Up:
Make 1-2 small buy/sell trades on Raydium to trigger indexing.
Clear browser cache or try incognito/different device.
For Jupiter: Submit to their official metadata form (verified.jup.ag/metadata) — free, speeds up network-wide sync.
Verify: Check Solscan (mint address → Metadata tab) for logo. Refresh Birdeye/DexScreener/Raydium. Phantom might need app restart or network switch.
Bonus: Pump.fun or Raydium LaunchLab tokens usually come pre-metadata'd, but custom ones need this manual step. Expect 5-60 min for Raydium, up to 1-3 hours for full Jupiter sync (peak times slower).
Data Comparison
Table 1: Impact of Revoking the 3 Authorities (Raydium/Jupiter Launch)
| Authority | Before Revoke (Red Flags) | After Revoke (Green Checks) | Effect on Raydium/Jupiter | Best Time to Revoke |
|---|---|---|---|---|
| Mint Authority | Unlimited minting possible, supply inflation risk | Supply permanently fixed, high trust | Avoids dilution FUD, easier volume ramp-up | Before pool creation |
| Freeze Authority | Can freeze holder wallets, Raydium error | Can't manipulate transfers, user safety proven | Fixes "freeze enabled" error – REQUIRED! | Before pool (mandatory) |
| Update Authority | Can change name/logo/description anytime | Metadata immutable, no sneaky edits | Stable display, faster indexing, higher Rug Check pass | Right after metadata setup |
Table 2: Logo & Info Display Delay Comparison (Real-World 2026 Averages)
| Platform/Scenario | No Metadata Set | Metadata Set (No Extra Push) | After Jupiter/Raydium Submission | Avg. Delay Time | Quick Fix Tips |
|---|---|---|---|---|---|
| Raydium UI | Gray unknown icon | Usually shows | Perfect display | 5-30 minutes | Small trades + cache clear |
| Jupiter Aggregator | No display or delayed | Partial | Network-wide sync | 30 min - 3 hours | Official metadata form |
| Solscan / Birdeye | Just mint address | Logo + description appear | Instant update | 10-60 minutes | Manual page refresh |
| Phantom Wallet | Generic icon | Logo shows | Clean | Instant to 1 hour | Restart app / switch RPC |
| DexScreener | No logo | Display | Display | Minutes to 2 hours | Wait for volume buildup |
Bottom line from real data: Revoke + proper metadata drops failure rate from ~30% to near zero and slashes display delays big time. High-trust projects in 2025-2026 almost always do all three.
Q&A
Q1: What authorities exactly do I need to revoke for Raydium/Jupiter?
A: All three — Mint, Freeze, and Update (immutable metadata). Freeze is non-negotiable for Raydium pool creation.
Q2: What's the easiest tool and cost?
A: GTokenTool — super beginner-friendly.
Q3: Can I change logo or name after revoking update authority?
A: Nope! That's the whole point of "immutable." Set everything perfectly first.
Q4: Why is my logo still not showing? Quick fix?
A: Missing or bad metadata. Use a tool to upload to IPFS, update URI. Trade a bit and refresh — usually fixes in 10-30 min.
Q5: How long does Jupiter metadata delay last? Any official way to speed it?
A: 30 min to 3 hours normally. Submit directly at verified.jup.ag/metadata for fastest sync.
Q6: Do Pump.fun tokens need extra revokes?
A: Pump.fun auto-revokes mint and some others, but double-check freeze and immutable with a tool.
Q7: What happens if I skip revoking?
A: Pool creation fails on Raydium, Rug Check reds, investors bail, volume tanks, possible scam reports.
Q8: Rough budget for full launch (authorities + metadata + pool)?
A: Authorities ~0.3 SOL + metadata ~0.05 SOL + Raydium pool liquidity (start with a few hundred bucks worth). Way cheaper than Ethereum!
Wrap-Up
You've got this! Follow this flow and dodge 99% of newbie traps:
Create token → Set full metadata first (logo, name, desc, links).
Revoke Mint + Freeze + Update authorities (~0.3 SOL).
Add liquidity on Raydium (burn LP for max trust).
Submit metadata to Jupiter for fast sync.
Refresh everything, make small trades, monitor Rug Check turn green.
Revoking isn't "giving up control" — it's earning trust so people actually buy and trade your token. In 2026 Solana is still booming, but fair-launch vibes win. DYOR always, crypto is risky!
Got your mint address? Drop it in comments — happy to eyeball the authorities for you. Let's get your token live and looking pro. Good luck out there!
