Glossary

White Paper

17/04/2026

A white paper is the technical document that introduces a cryptocurrency project — its problem statement, protocol design, tokenomics, and reason for existing. The term is borrowed from government and enterprise usage, and in crypto it has become a genre of its own.

The foundational examples

  • Bitcoin whitepaper"Bitcoin: A Peer-to-Peer Electronic Cash System," by Satoshi Nakamoto, 31 October 2008, posted to the metzdowd.com cryptography mailing list. 9 pages, 8 references. Still hosted at bitcoin.org/bitcoin.pdf — short, precise, and reusable as a template.
  • Ethereum whitepaper — by Vitalik Buterin, circulated November 2013. Describes a Turing-complete blockchain with a built-in programming model.
  • Other notable papers: CryptoNote (Nicolas van Saberhagen, 2013) — foundation of Monero; Zerocash (2014) — foundation of Zcash; Polkadot (Wood, 2016); Solana (Yakovenko, 2017).

White paper vs yellow paper

A white paper is conceptual — it explains what and why in readable prose, typically 10–50 pages.

A yellow paper is a formal specification — heavy math, meant for implementers. The archetype is Ethereum's Yellow Paper by Dr. Gavin Wood (2014), which defined the EVM in precise mathematical notation. Some projects also publish "beige papers" (simplified) or "orange papers" — but only white and yellow are standardized terms.

What a good whitepaper contains

  • Problem statement — what's broken in the status quo
  • Architecture / protocol design — consensus, data structures, cryptography
  • Security assumptions and threat model
  • Tokenomics — supply schedule, distribution, inflation/burn, utility
  • Team and advisors — real names, real track records (though Satoshi-style pseudonymous projects are a long-standing exception)
  • Roadmap — honest milestones, not marketing fiction
  • References — prior academic and protocol work

How whitepapers degraded during ICO booms

Whitepapers became marketing brochures during the 2017–2018 ICO boom and again during the 2020–2021 bull cycle:

  • Glossy PDFs, stock photos, Gantt-chart roadmaps — no technical substance
  • Endemic plagiarism: a Wall Street Journal analysis of 1,450 ICO whitepapers in 2018 flagged hundreds with duplicated text, fake team photos, and fake advisors
  • Pitch-deck-style slides with claims but no protocol

Many modern meme-coin and AI-token "whitepapers" are effectively light marketing decks.

Red flags when reading a whitepaper

  • Copy-pasted sections or stock diagrams; reverse-image-search the team photos
  • Vague buzzwords ("revolutionary AI-powered blockchain") with no protocol detail
  • Unclear tokenomics — no defined allocations, no vesting schedule, team + advisors over 30% with short cliffs
  • No references, or references only to other low-quality whitepapers
  • Anonymous team combined with a token sale — different risk profile from an anonymous team releasing only open-source code
  • Roadmap promises "mainnet, Visa partnership, and metaverse" all within 6 months

Living specs

For mature projects, the whitepaper is often a historical artifact. Ethereum's evolution is tracked through EIPs and the execution/consensus spec repositories; Bitcoin through BIPs; Solana through SIMDs. Always check whether a project's current spec is in a living repo rather than relying solely on a years-old PDF.

See also