> For the complete documentation index, see [llms.txt](https://docs.orbs.network/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbs.network/v3/overview/network-diagram.md).

# Network Diagram

<figure><img src="/files/3Za2jv5wy9cyaq4reXry" alt=""><figcaption></figcaption></figure>

The Orbs Network includes dozens of independent validators that run Proof-of-Stake consensus and execute the Orbs protocol in a decentralized manner.

Orbs is not an L1 blockchain, it is more accurately described as an oracle network similar to[ Chainlink](https://chain.link/), operating in L3. Orbs runs over leading L1/L2 blockchains like the EVM and TON. Orbs PoS is implemented with L1 smart contracts running on these blockchains.


---

# 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:

```
GET https://docs.orbs.network/v3/overview/network-diagram.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.
