# Monad

**Monad** is a high-performance, Ethereum-compatible Layer-1 (L1) blockchain that pushes the boundaries of decentralization and scalability. It introduces several key innovations, enabling throughput of **10,000 transactions per second (tps)**, while maintaining full compatibility with Ethereum's infrastructure, including the EVM bytecode and Ethereum RPC API.

**Key Innovations:**

1. **MonadBFT** - Pipelined HotStuff consensus for faster transaction ordering and finality.
2. **Deferred Execution** - Increases execution capacity by separating consensus from execution.
3. **Parallel Execution** - Uses multiple cores to execute transactions simultaneously, boosting efficiency.
4. **MonadDb** - A high-performance state backend optimized for SSD storage.

With these improvements, Monad offers **1-second block times**, **1-second finality**, and the ability to handle **1 billion transactions per day**. This results in lower transaction costs and a better user experience.

For developers and users, Monad behaves similarly to Ethereum, with compatibility for wallets like MetaMask, developer tools such as Hardhat, and apps that run on Ethereum. This allows developers to port their dApps to Monad seamlessly.

While maintaining the familiar aspects of Ethereum, Monad stands out by offering vastly superior scalability, making it a promising platform for the future of decentralized applications.\
\
Official Links:\
Website: <https://monad.xyz/> \
Twitter: <https://twitter.com/monad_xyz> \
Discord: <https://discord.gg/monad>\
Substack: <https://monadlabs.substack.com/> \
Community Announcement Telegram: <https://t.me/monad_xyz> \
Reddit: <https://www.reddit.com/r/monad_xyz/> \
Docs: <https://docs.monad.xyz/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://monad-punks.gitbook.io/monad-punks-whitepaper/why-monad-blockchain/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
