# Scalability

Key features to enhance scalability are:

**Transaction Merging**: ZK Rollups aggregate hundreds of off-mainnet (Ethereum) transactions and send only one proof to the blockchain (ZK-SNARK). This significantly relieves the network load and increases throughput due to layered optimizations. Lower cumulative costs as the number of Layer 1 submissions is minimized and optimized.

**Parallel Processing**: Transactions can be processed in parallel to one another, increasing speed and efficiency. That alone is a scalable infrastructure that can handle a significantly larger volume of transactions than Layer 1 only.

**Near DA** along with **Nuffle Fast Finality Layer** provide unmatched scalability, security, and speed for Haust Network. This solution aims to solve the challenges of state and liquidity fragmentation while offering fast finality across chains. These technologies bring additional advantages by supporting more users and transactions without overloading the blockchain and running smoothly as we grow.

<br>


---

# 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.haust.network/security-and-scalability/scalability.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.
