# Network Layer

The æternity network layer forms a sophisticated decentralized infrastructure that enables seamless node communication and efficient transaction processing. At its core, the network utilizes a gossip protocol for rapid message propagation across all nodes, ensuring that transactions and blocks are quickly distributed throughout the ecosystem. The Stratum protocol facilitates efficient mining operations and pool management, allowing miners to participate in securing the network. Additionally, æternity provides utility features that enhance network functionality and user experience. \
\
The following sections delve into each of these network components, providing detailed explanations of how they work together to maintain a robust, scalable, and secure blockchain network.


---

# 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.aeternity.com/aeternity-developer-tools/protocol/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.
