> For the complete documentation index, see [llms.txt](https://docs.glitchd.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glitchd.network/glitchd-products/rollup-deployment/rollup-frameworks/scroll-zkevm.md).

# Scroll zkEVM

Scroll  is an open-source framework that allows you to deploy your own zkEVM (Zero-Knowledge Ethereum Virtual Machine) Layer 2 (L2) solutions on Ethereum. By utilizing zero-knowledge proofs, Scroll SDK enables high-performance, scalable, and secure rollups that are fully compatible with the Ethereum ecosystem.

**Key Features**

* **Deploy Your Own zkEVM Rollup:** Launch a customized zkEVM-based Layer 2 solution.
* **Ethereum Compatibility:** Full support for Ethereum smart contracts and tooling.
* **High Throughput:** Benefit from increased transaction capacity and lower fees.
* **Privacy and Security:** Utilize zero-knowledge proofs for secure and private transactions.

**Benefits of Deploying with Scroll**

* **Ease of Migration:** Deploy existing smart contracts without changes.
* **Performance:** Offer faster and cheaper transactions to your users.
* **Developer Tools:** Continue using familiar Ethereum development environments.

**Documentation**

For detailed information on deploying your own L2 with Scroll, visit the [Scroll Documentation](https://docs.scroll.io/en/sdk/).


---

# 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:

```
GET https://docs.glitchd.network/glitchd-products/rollup-deployment/rollup-frameworks/scroll-zkevm.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.
