# What is Kasplex L2

### Introducing Kasplex zkEVM <a href="#introducing-taiko-alethia" id="introducing-taiko-alethia"></a>

**Kasplex zkEVM** is an EVM-compatible **Based Rollup Layer 2** solution built on the Kaspa Network, designed to bring smart contract functionality to Kaspa. It leverages Kaspa Network for sequencing and validation while inheriting its DAG-based security, decentralization and censorship-resistant.

#### Why Kasplex zkEVM <a href="#why-taiko-alethia" id="why-taiko-alethia"></a>

* **Full EVM Equivalence**: Seamlessly run Ethereum-native dApps with minimal code adjustments.
* **Native DAG Integration**: Leverages Kaspa’s GHOSTDAG consensus for fair transaction ordering and sub-second finality.
* **Based Rollup Model**: Utilizing Kaspa's `ordered_history_merkle_root` field to achieve global consistency in transaction ordering. Sequencing and data availability are managed by Kaspa’s Layer 1, eliminating centralized sequencers.
* **Zero-Knowledge Proofs** : Utilizes PLONK-based zk-SNARKs for efficient proof generation. Can be verified through a decentralized verification network.


---

# 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-kasplex.gitbook.io/l2-network/introduction/what-is-kasplex-l2.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.
