How to Spot a Presale Scam: A Skeptic’s Checklist
If you are reading this, you have probably already lost money to a presale, or watched a friend do it. Good. That means you are now in the right frame of mind. Learning how to spot a presale scam is not about finding a magic checklist that guarantees safety, it is about stacking enough small skeptical checks that the worst projects fail at least one of them. Most do.
According to the FBI’s IC3 division, Americans reported losses of over $5.6 billion to cryptocurrency-related fraud in 2023, with investment scams making up the largest share (IC3, 2023). Chainalysis tracked roughly $2 billion in confirmed rug pulls and exit scams across 2023-2024 (Chainalysis, 2024). Presales are a disproportionate slice of that pie because they sell promises, not products.
Here is the checklist we actually use internally before we publish a teardown.
1. Who are the founders, and can you prove it?
Anonymous teams are not automatically scams. Bitcoin’s creator was anonymous. But the base rate for anonymous presale teams that raise meaningful money and ship a working product is low. The base rate for them disappearing with the funds is much higher.
What to check:
- LinkedIn profiles that existed before the project launched, not after.
- Conference talks, GitHub history, or prior employers you can independently confirm.
- Reverse image search on team photos. Stolen headshots are still common in 2026.
- A real legal entity registered somewhere with a registry you can search (UK Companies House, Delaware, Singapore ACRA, etc.).
If the only “proof” is a Telegram admin saying “the team is doxxed to our lawyers,” that is not doxxed. That is a sentence.
2. Read the smart contract, or read someone who did
Most retail buyers cannot read Solidity. That is fine. What you can do is open the contract on Etherscan or the relevant block explorer and check whether it is verified at all. An unverified contract on a presale is an automatic pass for us.
For verified contracts, look for:
- A
mint()function callable by the owner with no cap. This means the team can print more tokens at will. - Owner-controlled blacklist or pause functions, which let the team freeze your wallet.
- Honeypot patterns where buys work but sells revert. Tools like Token Sniffer or De.Fi Scanner flag these automatically.
- Proxy contracts where the implementation can be swapped after launch.
The CertiK Hack3d 2024 report noted that exit scams and access-control exploits accounted for the majority of post-launch losses (CertiK, 2024). Most of those were visible in the contract before launch. Nobody read it.
For a deeper walkthrough, see our guide to reading a token contract and the methodology we use in our presale scoring framework.
3. Tokenomics: who holds the bags?
Open the token distribution chart. If “team and advisors” plus “marketing” plus “treasury” sum to over 40% of supply, you are buying liquidity for insiders. The presale buyers absorb the early sell pressure while the team unlocks.
Specific questions:
- Is there a vesting cliff and linear unlock schedule, and is it enforced on-chain via a vesting contract you can verify?
- Are presale tokens unlocked at TGE while team tokens are also unlocked at TGE? That is a recipe for a launch-day dump.
- Does liquidity get locked, and for how long, with a verifiable lock contract (Unicrypt, Team Finance, etc.)?
A 30-day liquidity lock is theatre. Twelve months is a minimum signal of seriousness, and even that is not a guarantee.
4. Marketing intensity vs. product intensity
This one is harder to quantify but it is the single most reliable smell test we have. Walk through the project’s social channels and count:
- Posts about the product, technical progress, code commits, testnet metrics.
- Posts about the price, the presale stage, “last chance,” paid influencer shoutouts, giveaways.
If the second list outweighs the first by 5x, you are looking at a marketing operation that happens to have a token, not a product that happens to have marketing. The SEC has repeatedly warned about exactly this pattern in its investor alerts on token offerings.
Paid YouTubers reading from the same script across ten channels in the same week is not coincidence. It is a media buy.
5. The countdown timer trick
Presales love urgency. “Stage 14 ends in 2 hours, price increases 8%.” This is a sales technique borrowed from timeshare seminars and infomercials. Real assets do not need a 30-second timer to be worth buying. If the only reason you are about to send funds is that a number is going down, close the tab and come back tomorrow. If the project still exists and still seems good in 48 hours, it will still be a fine entry. If it does not, you just dodged something.
6. Custody during the presale itself
Where do your funds go when you buy? If the presale uses a multi-sig with public signers, that is better than a single hot wallet controlled by one anonymous deployer. If the contract custodies your purchase until claim, check whether claim has ever happened on a previous stage, or whether you are the first cohort. First cohorts are guinea pigs.
We covered the broader topic in self-custody vs presale custody and our wallet shortlist for presale buyers.
7. What we cannot verify is also data
A pattern we see repeatedly: glossy whitepaper, fake partnership logos (Visa, AWS, Chainlink) that the partners themselves never confirmed, a “team” page with no verifiable humans, and an audit by a firm nobody has heard of for a contract that does not match the deployed bytecode. Any single one of those is a no. All four together is a confession.
If you cannot independently confirm a partnership with a press release on the partner’s own domain, assume it is not real. We have caught more than one project this way, and we list specifics in our recent presale teardowns.
Honest summary
There is no checklist that makes a presale safe. There is only a checklist that makes obvious scams obvious, and presales that pass it are still high-risk speculative bets on unlaunched products run by people you do not know. The single most useful habit is the boring one: slow down, read the contract, verify the team, ignore the timer. If a project cannot survive 48 hours of you not buying it, it was never going to survive launch either.