RugCheck vs TokenSniffer vs GoPlus compared

The Editor·8 min read·Updated 31 Aug 2026

RugCheck vs TokenSniffer vs GoPlus: chain coverage, what each checks, false positives and negatives, and why one of the three is not a website at all.

These three are not competitors in the way the comparison implies. RugCheck is Solana-specific and the standard first check in that workflow. TokenSniffer is an EVM-side contract and honeypot checker you visit directly. GoPlus is a multi-chain security API that other products embed — most people who rely on it have never used its website, because they are reading it through something else.

Choosing between them is mostly a question of which chain you are on and whether you want a page or a data feed.

The structural point about GoPlus

Start here, because it reframes the whole comparison. GoPlus is infrastructure. It provides multi-chain token-security data — honeypot behaviour, buy and sell taxes, mint capability, owner privileges — as an API that wallets, screeners, aggregators and launch feeds call and render in their own interfaces.

That means two things in practice. First, GoPlus's coverage is much wider than its consumer profile suggests: if a tool shows you a token-security panel on an EVM chain, there is a reasonable chance you are looking at GoPlus output with someone else's styling on it. Meme Central's own EVM safety report is a case in point — it runs GoPlus on EVM tokens and RugCheck on Solana ones. Second, "GoPlus vs RugCheck" is often not a real choice for an end user, because the product you are already using has made it for you.

The consequence worth internalising: when several different tools all tell you the same thing about an EVM token, that may be three interfaces agreeing or it may be one data source rendered three times. Independent confirmation requires an independently sourced check, and most of the time you are not getting one.

What each one actually checks

RugCheckTokenSnifferGoPlus
Primary formConsumer site and APIConsumer siteSecurity API embedded by other products
ChainsSolanaEVM chains. Current chain list not verified from a primary source as of 31 Aug 2026 — check the siteMulti-chain
Core checksMint and freeze authority, LP status and lock/burn state, holder concentration, top-holder shape, contract risks specific to SPL and Token-2022Contract source and permissions, honeypot simulation, buy/sell tax, LP and holder checks, similarity to known scam contractsHoneypot behaviour, buy and sell tax, mint capability, owner privileges, contract-level security flags
OutputWeighted score plus itemised risk flagsScore plus itemised checksStructured flags, rendered by whichever product embeds it
Best used forThe first pass on any Solana tokenA direct, human-readable second opinion on an EVM contractCoverage inside the tools you already use; programmatic checks
Blind toEVM contracts entirely; intent; wallet clusteringNon-EVM chains; intent; wallet clusteringIntent; wallet clustering; anything off-chain

Two honesty notes on that table. We could not verify TokenSniffer's current chain list or its scoring weights from a primary source as of 31 August 2026, so treat both as things to confirm on the site rather than facts from this page. And pricing for RugCheck and GoPlus is not something we can confirm — do not assume a free tier will exist or persist at the scale you need.

Where they disagree, and why

Disagreement between these tools is usually scope, not error.

A Solana token flagged by RugCheck and clean elsewhere is normally an authority problem — an unrevoked mint or freeze authority — that an EVM-oriented checker has no concept of. Freeze authority in particular is the Solana risk with no Solidity equivalent, and it is the one that produces honeypot-shaped outcomes on that chain. How freeze authority differs from mint authority on Solana covers both.

An EVM token flagged for tax and clean on holder metrics is usually a mutable setTax with no cap. The current tax passes; the capability is the flag. Whether a given tool surfaces this as a warning or as a neutral data point is a weighting decision, and providers make it differently.

A token with a clean contract and a bad concentration flag is the most common disagreement, because concentration thresholds are arbitrary. One tool's 20% top-holder warning is another's normal. Neither is wrong; both are guessing at a line.

The deeper point is that a score is a provider's opinion about how to weight facts. What a safety score is actually measuring makes the case for reading the flags and ignoring the total.

False positives and false negatives

False positives cluster in a few predictable places. Legitimate anti-bot mechanics — transaction caps, wallet caps, launch cooldowns — get flagged as transfer restrictions. Launchpad-deployed tokens where the launchpad contract holds a privileged role get flagged for centralised control that is actually a venue design decision. Newly deployed contracts sit unverified for a while and get penalised for it. Proxy patterns get flagged even where the admin is a timelock.

The cost of false positives is real but bounded: you skip a token you might have traded. Given the base rate of failure in this asset class, that is a cheap error.

False negatives are the expensive ones, and they share a shape: every tool here reads current state.

A time-delayed restriction that activates after a block height passes every check before it activates. An owner-triggered restriction is not present in behaviour until the owner sends a transaction. A proxy can be pointed at new code after a clean scan. And a contract can be written to behave differently under simulation than in a real transaction — an arms race the tools are usually winning, where "usually" is doing considerable work. Detecting a honeypot token covers these evasions in detail.

The largest false negative is not technical at all. None of these three detect a creator holding a large allocation and selling it. That is not a flaw in the contract, it is a sequence of ordinary transfers, and it is the mechanism behind most losses.

What none of them catch

Say it once, clearly: these tools read contracts and pools. They do not read people.

They cannot see intent. They cannot see that fifteen top holders are one person, because that requires cluster analysis rather than concentration arithmetic — Bubblemaps is the standard tool for supply-concentration and wallet-cluster visualisation and nothing else substitutes for it, which is why reading a bubble map on Bubblemaps is a separate skill. They cannot see a bought audience, a fabricated team or a compromised account being used to promote a token. And they cannot see the deployer's history — a wallet that has abandoned forty launches scores the same as a first-timer on the forty-first.

They are also snapshots. Nothing in a clean result constrains a future transaction, so a scan from last week is a historical record and not a current one.

Which should you use

Trading on Solana. RugCheck first, every time. It is the only one of the three built for the chain's actual risk model, and authority checks are the highest-value fast read on Solana. Follow it with holder and cluster analysis, because concentration is where Solana launches most often go wrong.

Trading on an EVM chain. You are probably already reading GoPlus through whichever interface you use, so add TokenSniffer as a genuinely separate look at the contract rather than a second rendering of the same data. Then read the source yourself for the tax and blacklist setters, which is the part no score weighs the way you would.

Trading across both. Accept that you are running two incompatible systems and stop trying to compare their outputs. The risks are structurally different; what changes when you move between Solana and EVM sets out why.

Building something. GoPlus, because it is the only one of the three designed to be consumed programmatically at scale, and because integrating it is what most of the products in this space have already done.

In every case, treat all three as a filter that removes obviously broken tokens quickly, and spend the time you saved on the questions they cannot answer.

Frequently asked questions

Which is better, RugCheck or TokenSniffer?

Neither, because they cover different chains. RugCheck is Solana-specific and the standard first check there; TokenSniffer is an EVM-side contract and honeypot checker. If you trade both ecosystems you will use both, and their scores will not be comparable because the underlying risks are not the same.

Is GoPlus a website or an API?

Primarily an API. GoPlus supplies multi-chain token-security data that wallets, screeners and launch feeds embed and display in their own interfaces, which is why most people who depend on it have never visited it directly. Meme Central runs GoPlus on EVM tokens and RugCheck on Solana ones.

Can I trust a token that passes all three?

No, and passing all three is weaker evidence than it looks, because on EVM chains two of the three results may trace back to the same underlying data source. A pass means the tested mechanical traps were absent at check time. It says nothing about the creator's holdings, coordinated wallets or intent.

Why did two tools give the same token different results?

Usually scope rather than contradiction. One may not cover the chain properly, one may weight holder concentration more heavily, one may treat a mutable tax as a warning where the other treats it as data. Compare the individual flags; the headline scores are not built on a shared standard.

Do these tools cost anything?

Free tiers have historically existed, but current pricing for RugCheck and GoPlus is not something we can confirm as of 31 August 2026, and API-level access is generally commercial. Check each provider directly rather than relying on any third-party page, including this one.


What a creator can settle before anyone runs a check

Every tool above exists because buyers cannot see what a creator will do next. The liquidity half of that question has a definitive answer available. Locking LP with Team Finance — built by TrustSwap, which also builds Meme Central — holds LP tokens for a fixed term on Ethereum, Robinhood Chain, Polygon, Base and BNB, and shows as a verified badge on the token's page in the Meme Central cross-chain token feed. It works on tokens from any launchpad. It will not clear a contract-permission flag on any of these three scanners, and it does not stop a creator selling their own allocation.


Nothing here is financial, legal or tax advice. Memecoins are extremely high-risk: most lose most of their value, and the majority of tokens launched never reach a decentralised exchange at all. Never spend money you cannot afford to lose entirely. Meme Central does not recommend any specific token. Data described as Meme Central's own reflects tokens indexed by Meme Central and is not whole-market data.

Not financial advice. Memecoins are extremely high risk.

·Community RulesMeme Central aggregates public launchpad data.