> For the complete documentation index, see [llms.txt](https://cagacrypto.gitbook.io/caga-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cagacrypto.gitbook.io/caga-whitepaper/technical-overview/caga-architecture/network-efficiency-and-high-throughput.md).

# Network Efficiency and High Throughput

The CAGA Network employs a hybrid Layer-1/2 architecture, combining the security guarantees of a Layer-1 blockchain with the scalability and efficiency of a Layer-2 execution environment. This design allows CAGA to achieve exceptional transaction throughput and reduced latency, making it ideal for applications that depend on near real-time data processing and financial settlements.

### **High Transaction Throughput (TPS)**

The network reliably processes up to 560 transactions per second. This capacity is achieved due to several factors:

* **Efficient Block Verification**: Due to the limited and trusted set of validators, blocks can be verified and propagated much faster compared to PoW or PoS networks.
* **Optimized Network Protocol**: The Caga network utilizes a highly optimized version of the Geth protocol (go-geth), which is specifically tuned for higher throughput.

### **Reduced Gas Costs**

* **Minimized Validation Overhead:** PoA's pre-selected validator model lowers the computational resources required for transaction validation.
* **Optimized Fee Structure**: CAGA's fee structure is designed to maintain low gas costs, facilitating cost-effective transactions even during network growth.


---

# 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, and the optional `goal` query parameter:

```
GET https://cagacrypto.gitbook.io/caga-whitepaper/technical-overview/caga-architecture/network-efficiency-and-high-throughput.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
