1. Overview

Purpose

This document compares how five major blockchains handle transaction validation before consensus to establish a clear reference for the Nomos mempool design.

Objectives

Scope

Focuses on Bitcoin, Ethereum, Polkadot, Cosmos, and Cardano as implemented in Q1 2025.

Covers:

• transaction validation flow and ordering

• ledger access during validation

• queueing and eviction logic

• propagation and caching behavior

Key points