# Circular Protocol Architecture

- [Architecture Overview](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/architecture-overview.md): This section describes the technical architecture of the Circular Protocol.
- [Peer-to-Peer Discovery Service](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/peer-to-peer-discovery-service.md)
- [Ticketing System](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/ticketing-system.md)
- [Decentralized Storage Gateway](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/decentralized-storage-gateway.md)
- [Network Access Gateway (NAG)](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/network-access-gateway-nag.md)
- [Auto-Progressive Sharding](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/auto-progressive-sharding.md)
- [Multi-Chain Architecture](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/multi-chain-architecture.md)
- [Transactions](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/transactions.md)
- [Blocks](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/blocks.md)
- [Proof of Reputation (PoR) Consensus](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/proof-of-reputation-por-consensus.md)
- [Node Architecture](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/node-architecture.md)
- [Hyper Code (HC)](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/hyper-code-hc.md)
- [Hyper Blocks](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/hyper-blocks.md)
- [The Performance Balancer](https://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture/the-performance-balancer.md)


---

# 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://circular-protocol.gitbook.io/whitepaper/circular-protocol-architecture.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.
