> For the complete documentation index, see [llms.txt](https://docs.seda.xyz/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture/the-overlay-network.md).

# The Overlay Network

<figure><img src="/files/BNDyaOsdTc6LN2PxCRrE" alt=""><figcaption></figcaption></figure>

The Overlay Network is a multi-party computational network built to host tens of thousands of independently operated nodes. The primary responsibility of The Overlay Network is to query data sources as defined by a protocol Oracle Program. By leveraging an Overlay Network SEDA operates a highly decentralized data retrieval system while facilitating increased community participation.&#x20;

When a data request is issued to the SEDA Network, Overlay Nodes form secret committees. The amount of nodes in a secret committee is determined by the protocol's customized replication factor, configured in their Oracle Program. This secret committee then queries the data sources also specified in an Oracle Program and individually returns data results via a commit reveal scheme. This process maintains data integrity and decentralized data querying, reducing trust of a single source of truth.&#x20;

Participating in The Overlay Network is designed to be permissionless. Similarly to the operation parameters of main chain nodes, participants may stake SEDA Tokens to Overlay Nodes to perform the operation.&#x20;

{% hint style="info" %}
The Overlay Network will launch in phases, with phase one consisting of a whitelisted selection of professional validator companies.
{% endhint %}


---

# 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://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture/the-overlay-network.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.
