# Build or Access 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 via Core or with ultra-low-latency API/WebSocket via Fast.

Protocols utilize SEDA to create advanced methodologies to aggregate and publish any data onchain. Explore examples of how developers are leveraging SEDA's Programability in production to secure billion of dollars in transaction volume.

{% content-ref url="/pages/BvdhgJeslt4T8Zp876sj" %}
[How to Leverage Programability on Data](/home/for-developers/build-or-access-oracle-programs/how-to-leverage-programability-on-data.md)
{% endcontent-ref %}

Get started now with building your first Oracle Program:

{% content-ref url="/pages/GSqc5QPWhninqdW7toCg" %}
[Example Crypto Price Feed](/home/for-developers/build-or-access-oracle-programs/example-crypto-price-feed.md)
{% endcontent-ref %}

{% content-ref url="/pages/4O9BHhHmjZso0ukMiy5p" %}
[Session-Aware Equity Price Feed](/home/for-developers/build-or-access-oracle-programs/session-aware-equity-price-feed.md)
{% endcontent-ref %}

Access an existing Oracle Program from our pre-built library:

{% embed url="<https://seda.xyz/custom>" %}


---

# 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/for-developers/build-or-access-oracle-programs.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.
