> ## 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.

# Monad: The Scalable L1 Smart Contract Platform

> The Monad whitepaper presents a strategy for achieving massive scaling on the Ethereum Virtual Machine (EVM) without sacrificing compatibility. The authors iden

# Monad: The Scalable L1 Smart Contract Platform

The Monad whitepaper presents a strategy for achieving massive scaling on the Ethereum Virtual Machine (EVM) without sacrificing compatibility. The authors iden

## Abstract

The Monad whitepaper presents a strategy for achieving massive scaling on the Ethereum Virtual Machine (EVM) without sacrificing compatibility. The authors identify that current EVM implementations are bottlenecked by single-threaded execution and inefficient state access. Monad addresses these issues through two primary innovations: MonadBFT, a high-performance consensus protocol, and a massively parallelized execution engine. By leveraging deferred execution and state-pipelining, the platform separates the consensus mechanism from the execution cycle, allowing for higher transaction volume while keeping the network decentralized. The whitepaper argues that full bytecode-level compatibility with Ethereum is critical for ecosystem adoption and developer retention. This document serves as an architectural guide for builders attempting to bridge the gap between high-performance execution environments and the vast, existing Ethereum developer and application ecosystem, focusing on architectural optimizations that preserve user-level parity.

**Authors:** Keone Hon, James Hunsaker, Eunice Giarta

**Publication:** Project Whitepaper

**Publication date:** 2023-01-01

## Key findings

* Achieves high-throughput execution while remaining EVM compatible.
* Implements parallel execution of EVM bytecode.
* Utilizes an optimized consensus mechanism, MonadBFT.
* Uses pipelining to increase state access efficiency.

## Citation

Keone Hon, James Hunsaker, Eunice Giarta (2023). Monad: The Scalable L1 Smart Contract Platform. Project Whitepaper. [https://docs.monad.xyz/](https://docs.monad.xyz/)

## Related knowledge

* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — related-article
* [Keccak-256](/generated/v2/glossary/keccak-256) — glossary
* [Keccak-256](/generated/v2/glossary/keccak-256) — related-glossary
* [Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability?](/generated/v2/topics/layer-3-in-blockchain-the-next-big-thing-for-crypto-scalability) — article
* [Layer 3 in Blockchain: The Next Big Thing for Crypto Scalability?](/generated/v2/topics/layer-3-in-blockchain-the-next-big-thing-for-crypto-scalability) — related-article
* [Mint](/generated/v2/glossary/mint) — glossary
* [Mint](/generated/v2/glossary/mint) — related-glossary
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — article
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — related-article
* [The Role of Blockchain in Supply Chain Resilience: Lessons from 2025](/generated/v2/topics/the-role-of-blockchain-in-supply-chain-resilience-lessons-from-2025) — article
* [The Role of Blockchain in Supply Chain Resilience: Lessons from 2025](/generated/v2/topics/the-role-of-blockchain-in-supply-chain-resilience-lessons-from-2025) — related-article
* [The Role of Smart Contracts in 2025: Beyond DeFi and NFTs](/generated/v2/topics/the-role-of-smart-contracts-in-2025-beyond-defi-and-nfts) — article
* [The Role of Smart Contracts in 2025: Beyond DeFi and NFTs](/generated/v2/topics/the-role-of-smart-contracts-in-2025-beyond-defi-and-nfts) — related-article

***

**Canonical knowledge ID:** `research:monad-the-scalable-l1-smart-contract-platform`
