Solana tool · read-only
Rug detector
Paste any Solana mint. The same 22 checks the desk runs on live trading candidates.
What it checks
- Authorities — mint and freeze, straight from the mint account.
- Token-2022 traps — permanent delegate, transfer hook, transfer fee (including a 0% fee with a live authority, which is a trap armed but not fired), default-frozen accounts, non-transferable, pausable, close authority.
- Distribution — top-1 and top-10 holders with pool vaults excluded, plus supply held by linked or launch-slot wallets.
- Liquidity — lock percentage and the dollar-weighted share of all pooled liquidity that is actually pinned, not just the best pool.
- Deployer history — prior mints from the same creator and whether the desk has already blacklisted them. The strongest single predictor.
- A live sell route — an executable exit quote. Static analysis cannot see a hook that rejects or an account that is frozen.
- Second opinions — RugCheck danger flags, Jupiter Shield and GOplus, so cross-source disagreement is visible.
Read the unknowns
A check that could not complete is reported as such and never counted as clean. If several checks are unknown, the grade is deliberately withheld rather than guessed.
ZOLTAN / Solana tools / Rug detector