Crypto whitepapers are the standard format for project documentation. They're usually long, technical, and intimidating. The Bitcoin whitepaper is famously concise at 9 pages. Most modern whitepapers are 40-80 pages. Many are barely readable.
You can — and probably should — skip most of the document. What you need from a whitepaper isn't a deep technical understanding of the cryptography. It's enough understanding to know whether the project is doing something real or hiding something with jargon.
Five questions get you most of the way.
Question 1: Why does this exist?
Read the abstract and introduction. Probably the first 1-3 pages of the document.
What you're looking for: a sentence or two that explains what specific problem this project solves, that doesn't already have a solution.
Good answer: "Existing X is slow/expensive/centralized in way Y. Our protocol solves it by Z."
Bad answer: "We are building the next-generation decentralized blockchain ecosystem for the future of finance." This sentence appears in roughly 70% of whitepapers and contains no information.
If you can't articulate the problem the project solves after reading the intro, that's a signal the project may not solve a specific problem.
Question 2: How does the token actually work?
Most whitepapers have a "tokenomics" section. Read it carefully.
What you're looking for:
- Total supply. Fixed? Inflationary? How fast?
- Initial allocation. How much went to the team / VCs / early investors / public?
- Unlock schedule. When do insider tokens unlock and become sellable? Major unlocks are key dates for price action.
- What the token actually does in the protocol. Is it required for usage? Is it just a governance vote? Is it purely speculative?
The clearest warning sign: a token where the team / VCs hold 40%+ of the supply with relatively short vesting periods. When those unlock, they often sell.
The second warning sign: a token whose only purpose is "governance" — a vote on a protocol that nobody actually uses. Governance tokens for protocols with no users are just speculation.
Question 3: Who are the people?
Skip the technical sections and look at the team page. (Often it's at the end of the whitepaper or on the website rather than in the paper itself.)
What you want:
- Real names with real prior employment. LinkedIn-verifiable.
- Prior shipped projects. Not just "advisor at Big Three Consulting Firm" — actual things they built or contributed to.
- Technical depth among the founders. A purely-marketing team building a complex technical product is a warning.
What's acceptable but worth caveats:
- Pseudonymous founders with on-chain track record. Some legitimate projects have this. Verify the track record.
What's almost always bad:
- Anonymous founders, no track record, lots of marketing. Even if it's not a scam outright, the recovery path if something goes wrong is non-existent.
Question 4: What's the actual mechanism?
For the technical sections, skim. You don't need to deeply understand zero-knowledge proofs or consensus mechanisms. You do need to understand the high-level answer to: how does this network achieve what it claims to?
A few questions to map onto the technical claims:
- "Faster than Ethereum" — how? Possible answers: different consensus, fewer validators, off-chain processing, etc. Each has tradeoffs.
- "More secure than X" — measured how? Security claims should reference specific properties (Byzantine fault tolerance, cost-of-attack, etc.), not just adjectives.
- "Higher scalability" — what's the actual TPS, and what's the tradeoff? Almost all scalability comes with a tradeoff (centralization, cost, complexity).
If the technical section is unreadable, you can usually find a "non-technical explanation" blog post by the team somewhere. Read that instead.
Question 5: What does the actual on-chain activity look like?
This is the most important question and the least often answered in the whitepaper itself. You'll need to look it up separately.
Open a block explorer (Etherscan for Ethereum, Solscan for Solana, etc.) and look at:
- Active addresses. How many wallets actually interact with this project per day?
- Transaction volume. How much actual on-chain activity is happening?
- Token holder distribution. Top 10 wallets — what fraction of supply do they hold?
You can also check sites like DefiLlama (for DeFi protocols) or token-specific dashboards for higher-level metrics.
If the project's whitepaper makes ambitious claims but the on-chain activity shows 50 daily active addresses and a token concentration where the top 5 wallets hold 70% of supply, the claims and reality aren't matching up.
What to skip
- Long discussions of "the future of decentralized everything." Not specific enough to evaluate.
- Roadmaps more than 1 year out. They're almost never delivered on time.
- Endless analogies to "the Internet of money" or "Web3 paradigm shift." Buzzword density correlates negatively with substance.
- Endorsements from "advisors." Most are paid arrangements with no real involvement.
The honest summary
You don't need to read a whitepaper cover to cover. Most are written to sound impressive, not to be read carefully. Twenty minutes asking the five questions above gets you to the same understanding as reading the whole thing — and often catches things the full read would miss because the answers to the important questions aren't in the document at all.
The five questions, one more time:
- Why does this exist?
- How does the token actually work?
- Who are the people?
- What's the actual mechanism?
- What does on-chain activity look like?
If you can answer three of five with confidence, you know enough to make a decision. If you can only answer one or two, the project hasn't given you enough to evaluate it — which is its own answer.
None of this is investment advice. Most crypto projects underperform Bitcoin. Most underperform zero. Your filter exists for a reason.