How to verify a token is real by checking its contract not its name
Token names and symbols are just text. Anyone can set them to anything. That means a scammer can create "Ethereum" with the ticker "ETH" and it will never be the real token.
The only identifier that matters is the contract address. A contract address is unique on each chain; no two tokens share the same one. The name and symbol are arbitrary strings stored in the contract's code, and they can be duplicated, spoofed, or set to whatever the deployer chose.
This is not a theoretical problem. On Ethereum alone, thousands of impersonation tokens exist. They copy the names and logos of popular projects. People lose money because they checked a name instead of a contract.
How to find the real contract address
Start with a source you trust. CoinGecko and CoinMarketCap both list verified contract addresses for tokens. Do not copy an address from a tweet, a Telegram group, or a website you found through an ad.
On CoinGecko, open the token's page and scroll to the section labeled "Contracts." You will see the chain, the contract address, and a link to the block explorer. Copy that address. Do not copy the address from a search result or a forum post.
Paste the address into Etherscan. The token page will show you the name, symbol, total supply, and the deployer address. Compare these details against what you expect. If the name matches but the deployer looks unfamiliar, ask why.
What to check on the token page
Etherscan's token page contains several useful fields. Look at the "Creator" or "Deployer" address. This is the wallet that created the contract. A real, established token will have a deployer address that is either well-known or verifiable through the project's documentation.
Check the "Holders" tab. If the top holder holds 99% of the supply, that is a red flag. Real tokens tend to have more distributed supply, though not always. Use your judgment.
Look at the contract's source code. If the contract is verified on Etherscan, you can read its functions. Look for functions like mint, burn, or pause that give special powers to an address. The project should disclose these controls. If they hide them, be cautious.
Spotting impersonation tokens
Impersonation tokens work by using the same name and symbol as a real project, often adding subtle changes. For example, a fake "Uniswap" token might use a different letter or an extra space. The contract address is always different.
To check, go to the real project's website. Many projects list their official contract addresses on their site or in their documentation. Compare that address to the one you have. If they differ, one is fake. The one from the official source is usually real.
You can also search the contract address on Etherscan. If the name and symbol match the real token, but the deployer is unknown and the token was created yesterday, you have found an impersonator.
What about tokens with no listing on CoinGecko?
Not every real token is listed on CoinGecko. That does not make it a scam, but it increases the work you must do to verify it. You need to find the project's website, check their documentation, and confirm the contract address there. If the project has no website and no documentation, you have no way to verify the token is real.
In that case, do not buy. A legitimate project will provide a way for you to confirm its contract address. If they do not, they are not trying to be transparent.
One more check: the deployer's history
On Etherscan, click the deployer address. It will open that wallet's transaction history. Does the deployer create many similar tokens? Some wallets deploy dozens of identical-looking contracts every day. Those are for spamming tokens. Real projects deploy one contract, maybe a few for upgrades.
A deployer that creates one token and then goes silent is more trustworthy than one that deploys a new token every hour.
A short summary
Token names lie. Contract addresses do not. Always verify the address from a trusted source, then check the deployer, the supply distribution, and the contract code. If anything looks off, step away. There are plenty of real tokens; there is no reason to guess about which one is which.
Not financial advice. basiliskawakens.xyz publishes market data and general information about digital assets. Crypto assets are volatile and you can lose everything you put in. Nothing here is a recommendation to buy, sell or hold, and we make no price predictions.
Prices are sourced from third parties and may be delayed or wrong. Verify anything you intend to act on against a primary source.