© 2026 Alchemii
BLOCKCHAIN

Solana Token Audit Checker

Paste any Solana mint address. Get a live 4-checkpoint trust audit in 30 seconds — mint authority, freeze authority, Metaplex metadata, and LP burn status. Free, no wallet required.

Try a known token:··

What this tool checks

  1. Mint authority — can new supply be created?
  2. Freeze authority — can holder wallets be frozen?
  3. Metaplex metadata — does the token have a real name, symbol, and image?
  4. LP burn status — is the liquidity pool burned, or can the deployer pull it?

All data is fetched live from Solana mainnet and DexScreener public APIs. Nothing is stored. This audit checks on-chain trust signals only — it is not a guarantee of safety, not financial advice, and not a guarantee that the project will succeed.

How this audit works

Every Solana SPL token is an account inside the SPL Token Program at TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA. The mint account holds four fields that determine trust: total supply, decimals, mint authority, and freeze authority. We read those directly from mainnet using a public RPC, then derive the Metaplex metadata account address from the mint pubkey and check whether name, symbol, and image are populated.

For liquidity pool burn status we query DexScreener's public token pairs endpoint. DexScreener flags pools with burned LP using their own indexing, which has a 15-30 minute lag after a fresh burn. When the API does not return a structured burn flag, we link out so you can verify the LP token holders on Solscan — the authoritative source is whether the canonical incinerator address holds the LP supply.

What the checks do not tell you

  • A passing audit does not mean the token will hold value or that the team will execute well. Trust signals are about reducing specific rug vectors, not predicting market outcomes.
  • A failing audit on freeze authority can be legitimate. USDC, for example, retains freeze authority for compliance reasons. For a memecoin it is a red flag; for a stablecoin or compliance token it is the design.
  • A token that passes this audit at 9 AM can fail it by 9:05 AM. On Solana, authorities can be added, removed, or transferred at any time the keypair holder chooses. Re-check before any transaction.
  • This is not financial advice. We are a token-creation tool that built this checker because we get asked variations of "is this token safe?" weekly. The answer is always: read the on-chain data yourself. This is a faster way to do that.

Frequently asked questions

What does this tool actually check?
Four on-chain trust signals: whether the mint authority is revoked (can the holder mint more supply?), whether the freeze authority is revoked (can the holder freeze your wallet?), whether the Metaplex metadata account exists with a real name and symbol, and whether DexScreener detects burned LP for any pool tied to this mint. All data is fetched live from Solana mainnet and DexScreener's public API.
Does this guarantee the token is safe?
No. On-chain trust signals reduce specific rug vectors but do not guarantee any token will hold value, succeed, or be honestly managed. A token can pass all 4 checks and still go to zero from market dynamics, team behavior, or unrelated factors. Treat this as one signal among many — not as financial advice.
Why is the LP burn status sometimes 'unknown'?
DexScreener's API does not always return a structured burn flag, and there is a 15-30 minute indexing lag after a fresh burn. When detection is uncertain, we link to the DexScreener pool page so you can verify the locked-LP badge manually. The authoritative check is the LP token holder list on Solscan — if the canonical incinerator address (1nc1nerator11111111111111111111111111111111) holds the LP supply, it's burned.
Do I need to connect a wallet to use this?
No. This tool is read-only. It fetches public on-chain data using the token's mint address. No wallet connection, no signature, no transaction is required or requested.
What if the token uses Token-2022 instead of standard SPL?
This audit covers standard SPL tokens (program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA). Tokens deployed under the Token-2022 program have a different account layout and may show partial results. Verify Token-2022 tokens directly on Solscan; the same trust questions apply, but the on-chain data lives in a different program.