Security & Risk

How to Spot Fake Crypto Tokens Before You Buy

By CryptoMarketDashboard Editorial Team Updated July 30, 2026 8 min read

Educational content · reviewed for accuracy · not financial advice

How to Spot Fake Crypto Tokens Before You Buy
Quick answer

Fake crypto tokens impersonate legitimate coins, launch with identical or similar names, or are deployed as outright frauds with no real purpose other than collecting buy-side money. The only reliable way to distinguish them from genuine tokens is through on-chain verification: checking the official contract address, token distribution, liquidity lock status, and the contract code itself for hidden functions.

On this pagetoggle

What Are Fake Crypto Tokens?

A fake crypto token is any token deployed primarily to defraud buyers, rather than to provide genuine utility or value. The category is broad:

  • Impersonator tokens: Exact copies of legitimate coin names and ticker symbols deployed on chains where the original does not exist. Someone searching for "USDT" on a new chain might find dozens of tokens using that ticker, most of which have no connection to Tether.
  • Airdrop bait tokens: Tokens sent to your wallet without your request, designed to make you visit a fraudulent site to "claim" their value (the site then drains your wallet through a malicious approval).
  • Address poisoning tokens: Tiny value tokens sent to your wallet from an address whose first and last characters match one you transact with frequently — designed to trick you into copying the wrong address next time you send.
  • Copycat project tokens: New projects that copy the name, branding, and website layout of a legitimate project, often appearing on a different chain or under a slightly different name.
  • Zero-utility tokens: Tokens launched with professional marketing that have no actual product, protocol, or use case — designed to collect buy-side momentum and then exit (see rug pull).

All categories share one property: there is no legitimate backing for the value the token is marketed as having.


Why Fake Tokens Are Easy to Create

Anyone can deploy a token on Ethereum, BNB Chain, Solana, or any other major chain in minutes at minimal cost. Token deployment requires no identity verification, no regulatory approval, and no demonstrated utility. The contract code for an ERC-20 token is publicly available and can be copied, modified, and deployed by anyone.

This accessibility is a feature for legitimate innovation — it enables anyone to experiment with token-based applications. It is also what makes fake token proliferation trivially easy for bad actors.

Understanding what tokenomics are gives you a framework for evaluating whether the structure of a token makes economic sense — which legitimate projects have and fraudulent ones typically do not.


The Eight On-Chain Checks

Check 1: Verify the Official Contract Address

Every legitimate token has exactly one official contract address on each chain where it exists. For major tokens, this address is published on CoinGecko, CoinMarketCap, and the project's official website and social channels.

How to do it: Find the contract address through the project's official communication (not through a group chat, DM, or search result). Then compare it character-for-character to the address of the token you are being shown. Fake tokens often use addresses with identical first and last characters but different characters in the middle — relying on most people only glancing at the ends.

For checking cryptocurrency prices, every listing on established aggregators links directly to the verified contract — use those as your source of truth for contract addresses.

Check 2: Check Who Deployed the Contract

On a blockchain explorer (Etherscan for Ethereum, BSCScan for BNB Chain), find the contract and look at its deployer address. Search that deployer address to see what other contracts it has deployed.

A deployer that has launched dozens of tokens — especially tokens with short lifespans or low trading volume — is a significant red flag. Legitimate projects deploy from identifiable addresses associated with a publicly known entity.

Check 3: Look at Token Holder Distribution

Click the "Holders" tab on Etherscan for the token. Look at the distribution across wallets.

Red flags:

  • One wallet holds 50%+ of the supply
  • The top 10 wallets collectively hold 80%+ of the supply
  • The "dead" or burn address has a negligible percentage (tokens claiming to be deflationary often have almost nothing burned)
  • LP wallet addresses hold a tiny proportion (suggesting thin, easily drainable liquidity)

Legitimate, established tokens have distributed supply across thousands of wallets with no single dominant holder other than exchange custody wallets.

Check 4: Verify Liquidity Lock Status

For DeFi tokens, the trading liquidity lives in a pool — typically paired with ETH, BNB, or a stablecoin. The LP tokens representing ownership of that liquidity should be locked with a third-party service (Team Finance, Unicrypt, or similar) so the deployer cannot drain them.

Check DexTools or DexScreener for the token. Look at the liquidity section and verify:

  • Is the liquidity locked?
  • Who holds the lock (the locker service, or a team address)?
  • When does the lock expire? (A lock that expires in 7 days is nearly meaningless)

No lock = the deployer can drain all liquidity at any time.

Check 5: Read the Contract Code for Hidden Functions

This requires more technical knowledge, but the key functions to look for are:

  • Mint function without a cap: If the deployer can mint unlimited new tokens at any time, the supply can be inflated to zero your position.
  • Blacklist/freeze function: If the contract can block specific addresses from selling, the deployer can let buyers in and then freeze the sell function for everyone except themselves.
  • Hidden fee functions: Some contracts include adjustable fee parameters that can be changed post-deployment to 99% tax on sells — effectively blocking exit.
  • Honeypot code: Contracts where the sell function is hidden or disabled for all wallets except the deployer's.

Tools like TokenSniffer and GoPlus Security will scan a contract address and flag many of these patterns automatically — even if you cannot read Solidity yourself.

Check 6: Check Trading History

On DexScreener, look at the trading history for the token. Patterns to watch for:

  • Volume dominated by a handful of wallets (possibly the same entity wash-trading to simulate activity)
  • A chart showing a straight-up price move followed by a crash (classic pump and dump structure)
  • Very recent launch with high trading volume and no transaction history before a specific date
  • Trade sizes that are suspiciously uniform (bot activity)

Check 7: Check If the Code Has Been Audited

A published smart contract audit from a named security firm (Certik, Hacken, Peckshield, Quantstamp) is not proof of legitimacy, but its complete absence for any token claiming to be a serious protocol is a warning sign. Look for the audit report itself — not just a marketing claim that it exists — and check whether Critical or High severity issues were resolved.

Check 8: Verify the Project's Presence Is Genuine

Social media followers can be bought. Discord member counts can be inflated with bots. Look for:

  • Organic conversation, not just promotional posts
  • Team members with verifiable identities and prior history in the space
  • Independent coverage from journalists or analysts who are not affiliated with the project
  • GitHub repositories with genuine commit history (not a one-week-old repo with nothing in it)

Address Poisoning: The Most Subtle Fake Token Attack

Address poisoning is a specific attack worth understanding separately. A scammer sends your wallet a tiny amount of a token — often $0 value — from an address whose first six and last six characters are identical to an address you transact with regularly.

The next time you need to send to that regular address, you scroll through your transaction history, see the familiar-looking characters, and copy the poisoning address instead. Your funds go to the attacker.

Defence: Never copy addresses from your transaction history. Always copy from the original verified source — the recipient's wallet address as they sent it to you directly, not from your own transaction list. Before sending any significant amount, verify the full address, not just the ends.


What Legitimate Tokens Look Like

Genuine tokens from real projects have:

  • A contract address that has existed for months or years
  • A broad holder distribution with no single dominant holder outside of exchange wallets
  • Locked or verifiably distributed liquidity
  • A code audit by a named firm
  • Trading history that shows organic price discovery, not a straight-line pump
  • An identifiable development team with verifiable history
  • A genuine product or protocol that the token is associated with

None of these individually guarantee legitimacy, but their combination is very different from what fake tokens look like.


Quick Reference: Tools for Token Verification

  • Etherscan / BSCScan / Solscan — Contract details, holder distribution, deployer history
  • DexTools / DexScreener — Liquidity status, trading history, price chart
  • TokenSniffer — Automated contract risk assessment
  • GoPlus Security — Token safety API with mint/blacklist/fee flag detection
  • Revoke.cash — Audit and revoke token approvals you have given
  • CoinGecko / CoinMarketCap — Verified contract addresses for established tokens

Combining these tools takes about 10 minutes per token — a small investment compared to what a fake token scam can cost.


This article is for educational purposes only and does not constitute financial, legal, or investment advice. The tools mentioned are referenced for informational purposes; their outputs are not guaranteed to catch every fraudulent token. Conduct independent research before investing in any cryptocurrency or token.

Frequently asked questions

How can I tell if a token is a scam?+

The most reliable indicators are on-chain: unlocked liquidity, concentrated holder distribution (a few wallets hold most of the supply), a contract with mint or freeze functions, and a deployer address that has launched many other short-lived tokens. No single indicator is definitive — check all of them together. Tools like TokenSniffer and GoPlus Security automate many of these checks.

What is a honeypot token?+

A honeypot token is a token where you can buy but cannot sell — the contract blocks or taxes selling at 100% for everyone except the deployer. The token shows a rising price (because only buys go through), attracting more buyers. When the deployer eventually exits, the liquidity is drained and all buyers are left holding tokens they cannot sell.

Can fake tokens appear on CoinGecko or CoinMarketCap?+

Both platforms attempt to list only legitimate tokens, but given the volume of new token launches, fraudulent tokens do occasionally appear briefly before being removed. Always cross-check the contract address against the project's own official channels — do not rely solely on an aggregator listing as proof of legitimacy.

What is address poisoning?+

Address poisoning is an attack where a scammer sends your wallet a tiny amount of a worthless token from an address whose first and last characters match one you use often. If you later copy an address from your transaction history by glancing at the characters, you might copy the poisoned address instead of the real one. Defence: always copy wallet addresses from the original verified source, never from your own transaction history.

Is it safe to interact with a token I received as an airdrop?+

Be very cautious. Many unsolicited airdrop tokens are designed to lure you to a fake website to "claim" their value. That claim process typically requires approving a malicious transaction that drains your wallet. Do not interact with tokens you did not request — do not visit the websites they link to, and do not approve any transactions to claim them. Simply ignore them in your wallet.

CryptoMarketDashboard Editorial Team

Our editorial team covers cryptocurrency market data, on-chain metrics and beginner education. Every guide is fact-checked against live market data from CoinMarketCap and Binance and reviewed for accuracy. Content is educational only and not financial advice. Learn about our data & methodology →

Track the market live

Real-time prices, market cap and trends for the top 100 coins.

Open dashboard

Keep learning