📄️ Overview
Monad's execution improvements come in a few key areas:
📄️ Parallel Execution
Monad executes transactions in parallel. While at first it might seem like this implies different execution semantics than exist in Ethereum, it actually does not. Monad blocks are the same as Ethereum blocks - a linearly ordered set of transactions. The result of executing the transactions in a block is identical between Monad and Ethereum.
📄️ MonadDb
MonadDb is a custom database for storing blockchain state.