1. Introduction
  2. STARK framework
    1. Field
    2. Cost model
    3. Cross-Table Lookups
    4. Range-Checks
  3. Tables
    1. CPU
    2. Arithmetic
    3. BytePacking
    4. Keccak
    5. KeccakSponge
    6. Logic
    7. Memory
    8. MemBefore & MemAfter
  4. Merkle Patricia Tries
    1. Memory format
    2. Prover input format
    3. Encoding and hashing
    4. Linked lists
  5. CPU Execution
    1. Kernel
    2. Opcodes & Syscalls
    3. Privileged Instructions
    4. Stack handling
    5. Gas handling
    6. Exceptions
  6. Bibliography