> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Execution

<CardGroup cols={2}>
  <Card title="Parallel Execution" href="/monad-arch/execution/parallel-execution">
    Optimistic parallel execution
  </Card>

  <Card title="MonadDb" href="/monad-arch/execution/monaddb">
    Custom database for storing the Ethereum Merkle Patricia Trie natively on SSD
  </Card>

  <Card title="JIT Compilation" href="/monad-arch/execution/native-compilation">
    High-performance execution of EVM bytecode by compiling to machine code
  </Card>
</CardGroup>
