# High-Level Architecture

Kazar's architecture is designed to offer **maximum flexibility for game developers** while keeping Web3 complexity completely invisible to the end user. Built on top of the **PWR Layer‑0 network**, Kazar inherits modular scalability, ultra-fast throughput, and low latency by design.

Core components include:

* 🧠 **Kazar Abstraction Layer**\
  A unified layer that abstracts wallets, gas, contract calls, and token interactions—making the user experience as seamless as Web2.
* 🔗 **Kazar Chain (EVM Layer-1 on PWR)**\
  The execution layer where games live. It offers smart contract compatibility, composable tooling, and blazing-fast throughput powered by PWR.
* 🚇 **PWR Layer‑0 Infrastructure**\
  Offers modular execution, cross-chain messaging, and up to **300,000 TPS**, making Kazar infinitely scalable for real-time gameplay.
* 🛡 **Security Core (MHBS + Proof of Power)**\
  All transactions benefit from **quantum-resistant multi-hash signature (MHBS)** and **Proof of Power consensus**, ensuring low overhead with high security.


---

# 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://kazarhq.gitbook.io/kazarhq-docs/architecture-and-workflow/high-level-architecture.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.
