# Teknologi

## ZKSpeed

Versi pertama solusi penskalaan ZKSwap (ZKSpeed) menggabungkan fitur ZK-rollup, Validium, dan Plasma. Selain itu, tiga peningkatan pengoptimalan termasuk bukti agregasi, pengoptimalan GPU, dan pengoptimalan proof circuit  diterapkan untuk lebih meningkatkan throughput seluruh jaringan. Untuk detailnya, lihat berikut ini:

[ZKSwap Memperkenalkan ZK-Rollup Praktis — ZKSpeed, Mencapai TPS Tinggi dan Biaya Gas Rendah dalam Kasus Penggunaan DeFi Layer2 Nyata](https://medium.com/zkswap/zkswap-introduces-practical-zk-rollups-zkspeed-achieving-high-tps-and-low-gas-fees-in-real-6effe4e789e0)

### ZKSwap Design Specification

Terima kasih kepada ZKSync yang menyediakan kerangka kerja ZK-Rollup untuk transaksi token L2 ERC20. ZKSwap adalah protokol transaksi token Layer-2 yang menggunakan ZK-Rollups di Ethereum dan didasarkan pada PLONK proof system. Spesifikasi desain ZKSwap menjelaskan protokol ZKSwap dan perbedaannya dengan ZKSync.

[ZKSwap Design Specification](https://medium.com/zkswap/zkswap-design-specification-ca5ccb32791e)


---

# 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://id.wiki.zks.org/teknologi.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.
