# Home

Welcome to the MegaETH documentation. MegaETH is a high-performance Ethereum L2 with \~10ms block times and real-time transaction processing.

## Get Started

<table data-view="cards"><thead><tr><th></th><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>User Guide</strong></td><td>Connect your wallet, get testnet tokens, and start using MegaETH.</td><td><a href="user-guide/get-started">get-started</a></td></tr><tr><td><strong>Developer Docs</strong></td><td>Build dApps on MegaETH — EVM differences, gas model, RPC reference.</td><td><a href="developer-docs/overview">overview</a></td></tr><tr><td><strong>Specification</strong></td><td>Formal protocol spec — EVM behavior, gas model, system contracts, and upgrade history.</td><td><a href="https://docs.megaeth.com/spec/">https://docs.megaeth.com/spec/</a></td></tr></tbody></table>

## Learn How MegaETH Works

* [Architecture](https://docs.megaeth.com/architecture) — how transactions flow from submission through execution, streaming, and L1 settlement.
* [Mini-Blocks](https://docs.megaeth.com/mini-block) — the two block types and why MegaETH redesigned the block format for real-time performance.


---

# 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://docs.megaeth.com/readme.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.
