A clear explanation of the Ethereum Yellow Paper, how it differs from the whitepaper, and why developers still reference it.

What the Yellow Paper is

The Ethereum Yellow Paper is the formal technical specification of Ethereum. It describes the protocol and execution model in far more detail than the original whitepaper.

Who wrote it

The Yellow Paper is commonly associated with Gavin Wood. It became an important reference for developers and researchers who needed precise protocol definitions.

How it differs from the whitepaper

The whitepaper is a conceptual and strategic document. The Yellow Paper is more mathematical and specification-driven. In simple terms, the whitepaper explains the idea, while the Yellow Paper explains the machine.

Why readers compare the two

Together, the whitepaper and Yellow Paper help readers understand both the vision and the implementation model of Ethereum.

When to use each document

Start with the whitepaper for conceptual understanding. Use the Yellow Paper when you need more technical depth about the EVM, state transitions, or protocol behavior.