> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ethereum: A Secure Decentralised Generalised Transaction Ledger (Yellow Paper)

> The Ethereum Yellow Paper, authored by Gavin Wood, serves as the formal technical specification for the Ethereum protocol. Unlike the original whitepaper, which

# Ethereum: A Secure Decentralised Generalised Transaction Ledger (Yellow Paper)

The Ethereum Yellow Paper, authored by Gavin Wood, serves as the formal technical specification for the Ethereum protocol. Unlike the original whitepaper, which

## Abstract

The Ethereum Yellow Paper, authored by Gavin Wood, serves as the formal technical specification for the Ethereum protocol. Unlike the original whitepaper, which focused on conceptual design, the Yellow Paper provides a rigorous mathematical definition of the state transition function, the account model, and the transaction processing rules. It details the precise implementation of the Ethereum Virtual Machine (EVM), including opcodes, stack operations, and storage layouts. This document is essential for developers building Ethereum-compatible clients and provides the canonical reference for the protocol's mechanics, ensuring consistency across the decentralized network. It remains the gold standard for understanding how Ethereum maintains its global state.

**Authors:** Gavin Wood

**Publication:** Technical Report

**Publication date:** 2014-01-01

## Key findings

* Provided the formal mathematical model for the Ethereum state transition function.
* Defined the technical specifications for the Ethereum Virtual Machine (EVM).
* Established the account-based ledger model vs. the UTXO model.
* Specified the serialization and consensus rules for the network.

## Citation

Gavin Wood (2014). Ethereum: A Secure Decentralised Generalised Transaction Ledger (Yellow Paper). Technical Report. [https://ethereum.github.io/yellowpaper/paper.pdf](https://ethereum.github.io/yellowpaper/paper.pdf)

## Related knowledge

* [ERC-20](/generated/v2/glossary/erc-20) — glossary
* [ERC-20](/generated/v2/glossary/erc-20) — related-glossary
* [Ethereum vs. Solana vs. Vector Smart Chain (VSC): Which Blockchain is Best in 2025?](/generated/v2/topics/ethereum-vs-solana-vs-vector-smart-chain-vsc-which-blockchain-is-best-in-2025) — article
* [Ethereum vs. Solana vs. Vector Smart Chain (VSC): Which Blockchain is Best in 2025?](/generated/v2/topics/ethereum-vs-solana-vs-vector-smart-chain-vsc-which-blockchain-is-best-in-2025) — related-article
* [From Layer-1 to Layer-3: The Next Evolution of Blockchain Architecture](/generated/v2/topics/from-layer-1-to-layer-3-the-next-evolution-of-blockchain-architecture) — article
* [From Layer-1 to Layer-3: The Next Evolution of Blockchain Architecture](/generated/v2/topics/from-layer-1-to-layer-3-the-next-evolution-of-blockchain-architecture) — related-article
* [How Blockchain Architecture Is Quietly Solving Real Business Problems](/generated/v2/topics/how-blockchain-architecture-is-quietly-solving-real-business-problems) — article
* [How Blockchain Architecture Is Quietly Solving Real Business Problems](/generated/v2/topics/how-blockchain-architecture-is-quietly-solving-real-business-problems) — related-article
* [Keccak-256](/generated/v2/glossary/keccak-256) — glossary
* [Keccak-256](/generated/v2/glossary/keccak-256) — related-glossary
* [Layer 1](/generated/v2/glossary/layer-1) — glossary
* [Layer 1](/generated/v2/glossary/layer-1) — related-glossary
* [Mainnet](/generated/v2/glossary/mainnet) — glossary
* [Mainnet](/generated/v2/glossary/mainnet) — related-glossary
* [Protocol Zero: When Systems Stop Failing—and Start Deciding](/generated/v2/topics/protocol-zero-when-systems-stop-failing-and-start-deciding) — article
* [Protocol Zero: When Systems Stop Failing—and Start Deciding](/generated/v2/topics/protocol-zero-when-systems-stop-failing-and-start-deciding) — related-article

***

**Canonical knowledge ID:** `research:ethereum-a-secure-decentralised-generalised-transaction-ledger-yellow-paper`
