> 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/technology.md).

# Technology

- [SEDA Network Architecture](https://docs.seda.xyz/home/technology/seda-network-architecture.md)
- [SEDA Core](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core.md)
- [SEDA Core Infrastructure Overview](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview.md)
- [Understanding Data Requests for Onchain Delivery](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/understanding-data-requests-for-onchain-delivery.md): This page explains the data request life cycle when posting Data Requests to SEDA Core.
- [Send your first Data Request](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/send-your-first-data-request.md)
- [Access SEDA Core from any EVM Network](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/access-seda-core-from-any-evm-network.md)
- [Using SEDA Core in a Contract](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/access-seda-core-from-any-evm-network/using-seda-core-in-a-contract.md)
- [Example EVM Price Feed Contract Deployment](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/access-seda-core-from-any-evm-network/example-evm-price-feed-contract-deployment.md): A price feed contract deployed on an EVM chain to post data requests to SEDA in a permissionless manner.
- [Configuring A Push/Pull Flow On Core](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/access-seda-core-from-any-evm-network/configuring-a-push-pull-flow-on-core.md)
- [Configuring A Push Solver On Core](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/access-seda-core-from-any-evm-network/configuring-a-push-solver-on-core.md)
- [Prover Contract Deployments](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-core/seda-core-infrastructure-overview/prover-contract-deployments.md)
- [SEDA Network Architecture](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-network-architecture.md)
- [SEDA Layer One](https://docs.seda.xyz/home/technology/seda-network-architecture/seda-layer-one.md)
- [SEDA’s Prover Contract](https://docs.seda.xyz/home/technology/seda-network-architecture/sedas-prover-contract.md): Facilitating Near-Instant Integration To The SEDA Network
- [The Overlay Network](https://docs.seda.xyz/home/technology/seda-network-architecture/the-overlay-network.md): Powering permissionless and decentralized access to any API.
- [Oracle Programs](https://docs.seda.xyz/home/technology/seda-network-architecture/oracle-programs.md): SEDA’s Customizable Oracle Program Power Developer-Led Data Feed Configuration For Any App.
- [Decentralized Solver Network](https://docs.seda.xyz/home/technology/seda-network-architecture/decentralized-solver-network.md): Unlocking Day-One Omnichain Data Transmission For Any Network
- [Data Requests](https://docs.seda.xyz/home/technology/seda-network-architecture/data-requests.md)
- [What is a Data Request?](https://docs.seda.xyz/home/technology/seda-network-architecture/data-requests/what-is-a-data-request.md)
- [Data Request Life Cycle](https://docs.seda.xyz/home/technology/seda-network-architecture/data-requests/data-request-life-cycle.md)
- [Self-Referencing Oracles: Maintaining Continuity in Off-Market Conditions](https://docs.seda.xyz/home/technology/self-referencing-oracles-maintaining-continuity-in-off-market-conditions.md)


---

# 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/technology.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.
