# SEDA Chain Infrastructure

SEDA is a layer one blockchain purpose-built for oracle infrastructure. The SEDA Core Network architecture consists of three interdependent subsystems:

**SEDA Chain** — the canonical ledger where data request settlement occurs. This ensures that every data request is recorded, validated, and economically finalized under Byzantine fault-tolerant consensus.

**Overlay Network** — a distributed system responsible for HTTP fetches from arbitrary public or private data sources. This enables the ingestion of both permissionless and permissioned information streams into the SEDA ecosystem.

**Solver Network** — a specialized routing layer tasked with forwarding data requests from origin networks → into SEDA → and back to the origin networks. This network ensures trustless bidirectional data flow across blockchain environments and SEDA.

At the application layer, Oracle Programs are deployed as customizable smart contracts. Unlike static price feeds, Oracle Programs allow developers to:

* Define bespoke data aggregation methodologies.
* Incorporate premium or proprietary data sources.
* Apply arbitrary computation (e.g., weighted indexes, smoothing filters, econometric adjustments).

Formally, an Oracle Program can be described as:[![](https://docs.seda.xyz/home/~gitbook/image?url=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FGyy-9i-WoAArjjC%3Fformat%3Dpng%26name%3Dsmall\&width=300\&dpr=4\&quality=100\&sign=8a314ce6\&sv=2)](https://x.com/sedaprotocol/article/1958152568682504334/media/1958149902568955904)

where Di​ are individual data sources, and f is a developer-defined transformation (aggregation, filtering, computation). The output y is an on-chain data feed that protocols can consume.

<figure><img src="/files/4OymN3St5QWskSxAI4NB" alt=""><figcaption></figcaption></figure>


---

# 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.seda.xyz/home/tech/seda-architecture/seda-chain-infrastructure.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.
