# Scaling and Network Layer

### <mark style="color:orange;">Rollup-Collaborative Scaling</mark>

* **Shared Sequencer:** Provides unified sequencing across multiple Rollups to ensure state consistency.
* **Cross-Rollup message bus:** Enables cross-Rollup calls and asset transfers.
* **Unified settlement and state commitments:** Uses an E-Gas + Rollup billing model to make Rollup costs predictable and easy to settle.

### <mark style="color:orange;">Network Layer: Intelligent Awareness and High Resilience</mark>

* **P2P network based on Gossip + QUIC protocol** to reduce cross-region transmission latency.
* **AI-aware mempool:** Tags AI-related transactions with priority and resource weights to guarantee critical task execution.
* **Congestion control and DoS resistance** mechanisms to ensure stability under large-scale nodes and high traffic.


---

# 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://apchain.gitbook.io/apchain-docs/technical-architecture/scaling-and-network-layer.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.
