# Introduction to SEDA

## What is SEDA?

SEDA is a programmable oracle infrastructure that enables builders to access any data from any public or private source, in one unified platform across any blockchain.

## Technical Overview

**SEDA Layer One**\
\
SEDA is a layer one blockchain that serves the purpose of a read-write network where developers can deploy, store, and access Oracle Programs and Data Proxies. \
\
**Oracle Programs**\
\
SEDA Oracle Programs are programmable, deterministic, verifiable computation modules that can fetch any public or private external data source off-chain or onchain, apply custom logic, and deliver structured outputs either onchain or with ultra-low-latency API/WebSocket connections.\
\
**Data Proxies**\
\
A Data proxy is a simple middleware component that acts as a pipeline or connector between any API  and SEDA by holding an API key that has access to the data provider’s services.

## Quick Jump Links

{% content-ref url="token-overview/seda-token-utility" %}
[seda-token-utility](https://docs.seda.xyz/home/token-overview/seda-token-utility)
{% endcontent-ref %}

{% content-ref url="token-overview/exchanges-and-bridges" %}
[exchanges-and-bridges](https://docs.seda.xyz/home/token-overview/exchanges-and-bridges)
{% endcontent-ref %}

<sup><sub>**Disclaimer:**<sub></sup> <sup><sub> </sup><sup><sub>SEDA is provided on an “AS IS”, “AS AVAILABLE”, and “WITH ALL FAULTS” basis, without warranties or representations of any kind. Your access to and use of SEDA are at your own risk. Please read the<sub></sup> [<sup><sub>SEDA Terms of Service and Disclaimers<sub></sup>](https://docs.seda.xyz/home/resources/legal) <sup><sub>before getting started.<sub></sup>


---

# 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/introduction-to-seda.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.
