

Monad: The EVM-Compatible 10,000 TPS L1 Blockchain - Keone Hon
10 snips Dec 18, 2024
Keone Hon, Co-founder and CEO of Monad Labs, dives into the groundbreaking design of Monad's EVM-compatible L1 blockchain, capable of processing over 10,000 transactions per second. He discusses the transition from traditional finance to decentralized trading, emphasizing the challenges of NFT trading. Keone outlines Monad's unique execution and consensus optimizations, including its use of asynchronous execution and MonadDB for efficient state storage. He also explores scalability, community engagement, and the innovative proposer-builder separation to enhance transaction efficiency.
AI Snips
Chapters
Transcript
Episode notes
EVM Network Effects
- The Ethereum Virtual Machine (EVM) has significant network effects due to its existing developer ecosystem, tooling, and deployed contracts.
- Building on the EVM offers portability, allowing developers to deploy almost anywhere.
Optimistic Parallel Execution
- Monad introduces optimistic parallel execution, processing transactions in parallel and re-executing only if dependencies change.
- This differs from Solana, which requires explicit dependency specifications.
MonadDB's Efficient Storage
- MonadDB natively stores the Merkle tree on disk, improving lookup efficiency compared to Ethereum's nested tree structure.
- This allows for parallel reads from SSDs, accelerating transaction processing.