> For the complete documentation index, see [llms.txt](https://monad-punks.gitbook.io/monad-punks-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monad-punks.gitbook.io/monad-punks-whitepaper/why-monad-blockchain/quickstart.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
