# SEDA Home

## SEDA Home

- [Introduction to SEDA](https://docs.seda.xyz/home/introduction-to-seda.md)
- [SEDA Token Utility](https://docs.seda.xyz/home/token-overview/seda-token-utility.md): Overview of SEDA’s onchain token economy, where network usage drives deterministic token burn as part of Network processes, linking data requests, supply impact, and Proof-of-Stake security.
- [How SEDA’s Burn Works](https://docs.seda.xyz/home/token-overview/seda-token-utility/how-sedas-burn-works.md): How SEDA token burn works: deterministic burn tied to Oracle Program execution, network computation, and inherited security across SEDA Onchain and SEDA Fast.
- [SEDA Growth Engine Explained](https://docs.seda.xyz/home/token-overview/seda-token-utility/seda-growth-engine-explained.md): Overview of SEDA’s growth engine, where ecosystem expansion increases Oracle Programs, data requests, and computational activity, activating deterministic token burns through network usage.
- [Network Participation](https://docs.seda.xyz/home/token-overview/seda-token-utility/network-participation.md): SEDA network participation model covering builder execution costs, solver token balances, validator staking, delegation, and the role of tokens in sustaining network operations.
- [Network Security](https://docs.seda.xyz/home/token-overview/seda-token-utility/network-security.md): Explanation of SEDA’s Proof-of-Stake security model, where validators stake SEDA tokens, slashing enforces compliance, and usage-driven burn contributes to long-term network security.
- [Network Governance](https://docs.seda.xyz/home/token-overview/seda-token-utility/network-governance.md): SEDA governance model explaining validator-based proposal voting and delegated token participation in network parameter decisions.
- [Structural Alignment](https://docs.seda.xyz/home/token-overview/seda-token-utility/structural-alignment.md): Explanation of how SEDA’s token mechanics align network usage, deterministic burn, staking participation, and  network security within a unified onchain token model.
- [Exchanges and Bridges](https://docs.seda.xyz/home/token-overview/exchanges-and-bridges.md)
- [Access and Delegate SEDA Token](https://docs.seda.xyz/home/token-overview/access-and-delegate-seda-token.md): Dive into step-by-step beginner guides for interacting with the SEDA chain.
- [SEDA Token Information](https://docs.seda.xyz/home/token-overview/seda-token-information.md)
- [SEDA Explorers and Dashboards](https://docs.seda.xyz/home/token-overview/seda-explorers-and-dashboards.md): A list of explorers for the SEDA Chain.
- [Quick Start Guide](https://docs.seda.xyz/home/for-developers/quick-start-guide.md): This guide is for developers that would like to immediately start testing existing examples of Oracle Programs with SEDA Fast.
- [Define your Data Source](https://docs.seda.xyz/home/for-developers/define-your-data-source.md)
- [Explore Supported Feeds](https://docs.seda.xyz/home/for-developers/define-your-data-source/explore-supported-feeds.md)
- [Accessing a Private API](https://docs.seda.xyz/home/for-developers/define-your-data-source/accessing-a-private-api.md): Learn how to connect any Private API onchain for consumption with SEDA.
- [Accessing a Public API](https://docs.seda.xyz/home/for-developers/define-your-data-source/accessing-a-public-api.md)
- [HTTP Fetch Timeouts](https://docs.seda.xyz/home/for-developers/define-your-data-source/accessing-a-public-api/http-fetch-timeouts.md)
- [Build or Access Oracle Programs](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs.md)
- [How to Leverage Programability on Data](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs/how-to-leverage-programability-on-data.md): Explore examples of how developers are leveraging SEDA in production to secure billion of dollars in transaction volume.
- [Example Crypto Price Feed](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs/example-crypto-price-feed.md)
- [Session-Aware Equity Price Feed](https://docs.seda.xyz/home/for-developers/build-or-access-oracle-programs/session-aware-equity-price-feed.md): Using Pyth Core to build a trading session-aware equity feed deployable to SEDA Fast or SEDA Core.
- [Define Your Delivery Method](https://docs.seda.xyz/home/for-developers/define-your-delivery-method.md): Start using your Oracle Program in production with different delivery methods.
- [SEDA FAST](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast.md)
- [What is SEDA Fast?](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/what-is-seda-fast.md)
- [Getting Started](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/getting-started.md)
- [REST API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/getting-started/rest-api.md)
- [WebSocket API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/getting-started/websocket-api.md)
- [API Reference](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/api-reference.md)
- [REST API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/api-reference/rest-api.md)
- [WebSocket API](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/api-reference/websocket-api.md)
- [Advanced Usage](https://docs.seda.xyz/home/for-developers/define-your-delivery-method/seda-fast/advanced-usage.md)
- [SEDA Quick Start](https://docs.seda.xyz/home/seda-quick-start.md): In this quick start tutorial we will guide you through accessing an example oracle program with SEDA Onchain or via SEDA Fast.
- [Getting Started](https://docs.seda.xyz/home/for-agents/getting-started.md): A master runbook for agents building on SEDA: choose data source, decide Fast vs Core, deploy Oracle Programs, and verify/relay results.
- [Agent Modules](https://docs.seda.xyz/home/for-agents/agent-modules.md): Index of agent-ready runbooks for SEDA. Use these pages as the source of truth for building, deploying, and executing Oracle Programs.
- [Accessing Data On SEDA](https://docs.seda.xyz/home/for-agents/agent-modules/accessing-data-on-seda.md): Choose and specify your data source (supported feeds, public API, private API, website-only) and determine when a Data Proxy is required.
- [HTTP Fetch Timeouts](https://docs.seda.xyz/home/for-agents/agent-modules/http-fetch-timeouts.md)
- [Deploying Data Proxies](https://docs.seda.xyz/home/for-agents/agent-modules/deploying-data-proxies.md): This page guides you through deploying a data proxy on the SEDA Network to consume private or proprietary data without revealing secrets.
- [Build And Test Oracle Programs](https://docs.seda.xyz/home/for-agents/agent-modules/build-and-test-oracle-programs.md): Build the SEDA starter kit Oracle Program to WASM and run local tests before deploying, so agents can validate behavior without guessing.
- [Wallets And Tokens](https://docs.seda.xyz/home/for-agents/agent-modules/wallets-and-tokens.md): Set up Keplr and fund a testnet SEDA account. Required for deploying Oracle Programs (including those later executed via Fast).
- [Execute On SEDA Fast](https://docs.seda.xyz/home/for-agents/agent-modules/execute-on-seda-fast.md): Execute Oracle Programs through SEDA Fast (API-first). Includes canonical curl examples and links to Fast OpenAPI docs.
- [Deploy Oracle Program (Upload to SEDA Network)](https://docs.seda.xyz/home/for-agents/agent-modules/deploy-oracle-program-upload-to-seda-network.md): Deploy an Oracle Program to SEDA Core, capture Program ID, and post a Data Request. Includes env template and command checkpoints.# Deploy + execute via SEDA Core  Core uses an onchain request lifecyc
- [Prover Contract Deployments](https://docs.seda.xyz/home/for-agents/agent-modules/prover-contract-deployments.md): Select the correct prover contract address for your target EVM network using SEDA’s official deployments table.
- [EVM Hardhat Integrations](https://docs.seda.xyz/home/for-agents/agent-modules/evm-hardhat-integrations.md): Set up the Hardhat integration to post requests and read results from SEDA Core using the prover contract on your target EVM network.
- [LLMs txt](https://docs.seda.xyz/home/for-agents/llms-txt.md): SEDA For Agents Index (machine-readable)
- [Bespoke Pricing Methodologies](https://docs.seda.xyz/home/learn/bespoke-pricing-methodologies.md)
- [Dreamcash | 24/7 Equity Perpetual Markets Using Session-Aware Oracle Infrastructure](https://docs.seda.xyz/home/learn/bespoke-pricing-methodologies/dreamcash-or-24-7-equity-perpetual-markets-using-session-aware-oracle-infrastructure.md): Session-aware and self-referencing oracle architecture enabling 24/7 equity perpetual markets over 23/5 futures reference assets.
- [Injective | 24/5 US Equities Using Session-Aware Oracle Programs](https://docs.seda.xyz/home/learn/bespoke-pricing-methodologies/injective-or-24-5-us-equities-using-session-aware-oracle-programs.md): Case study: How Injective uses session-aware programmable oracle infrastructure to power continuous 24/5 US equity markets over fragmented session-based reference feeds.
- [Oracle Infrastructure for Autonomous Agents](https://docs.seda.xyz/home/learn/oracle-infrastructure-for-autonomous-agents.md): Oracle infrastructure for autonomous agents provides deterministic, programmable data execution for AI agents operating onchain. Learn how Oracle Programs, Data Proxies, and machine-to-machine payment
- [Oracles For 24/7 Equity Perpetual Markets](https://docs.seda.xyz/home/24-7-onchain-markets/oracles-for-24-7-equity-perpetual-markets.md): Explore why perpetual equity and futures markets require session-aware oracle logic, deterministic staleness handling, self-referential EMA continuity, and cost-of-carry normalization.
- [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)
- [Session-Aware Oracle Programs](https://docs.seda.xyz/home/session-aware-oracle-programs.md)
- [Operating a Data Proxy](https://docs.seda.xyz/home/for-data-providers/operating-a-data-proxy.md)
- [Introduction to Data Proxy](https://docs.seda.xyz/home/for-data-providers/operating-a-data-proxy/introduction-to-data-proxy.md)
- [System Requirements](https://docs.seda.xyz/home/for-data-providers/operating-a-data-proxy/system-requirements.md)
- [Operating and Running a Data Proxy](https://docs.seda.xyz/home/for-data-providers/operating-a-data-proxy/operating-and-running-a-data-proxy.md): Below is a step-by-step guide to initializing and running a Data Proxy to the SEDA Network
- [Enabling SEDA FAST on a Data Proxy](https://docs.seda.xyz/home/for-data-providers/operating-a-data-proxy/enabling-seda-fast-on-a-data-proxy.md)
- [Advanced: API-key Gated Data](https://docs.seda.xyz/home/for-data-providers/operating-a-data-proxy/advanced-api-key-gated-data.md)
- [SEDA Chain Guide and Requirements](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements.md)
- [Installation and System Requirements](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/installation-and-system-requirements.md)
- [Operating and Running a Node](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/operating-and-running-a-node.md): Basic guide for operating and running the node.
- [Linking to an External Node](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/linking-to-an-external-node.md)
- [Validator Onboarding](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/validator-onboarding.md): SEDA Chain validators perform various signing duties for the SEDA Protocol.
- [SEDA Keys](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/seda-keys.md): SEDA Chain validators may be asked to generate SEDA Keys and register their public keys to perform various signing duties in the SEDA Protocol.
- [Joining Network Using State Sync](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/joining-network-using-state-sync.md): State sync offers the quickest way to join SEDA network.
- [Joining Network Using Snapshot](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/joining-network-using-snapshot.md)
- [Version History](https://docs.seda.xyz/home/for-chain-operators/seda-chain-guide-and-requirements/version-history.md): History of chain versions and corresponding upgrade heights
- [Audits](https://docs.seda.xyz/home/resources/audits.md): Please find a collection of Audit Reports for live features on SEDA Mainnet.
- [Trail of Bits Audit Report Repo Link - March 2024](https://docs.seda.xyz/home/resources/audits/trail-of-bits-audit-report-repo-link-march-2024.md)
- [Sherlock Audit of SEDA Network Full Feature Launch - April 2025](https://docs.seda.xyz/home/resources/audits/sherlock-audit-of-seda-network-full-feature-launch-april-2025.md)
- [Legal](https://docs.seda.xyz/home/resources/legal.md)
- [Terms of Service](https://docs.seda.xyz/home/resources/legal/terms-of-service.md)
- [Content Disclaimer](https://docs.seda.xyz/home/resources/legal/content-disclaimer.md)
- [Privacy Policy](https://docs.seda.xyz/home/resources/legal/privacy-policy.md)
- [Brand Assets](https://docs.seda.xyz/home/resources/brand-assets.md): Public SEDA assets | Download and use logos responsibly to represent the SEDA project accurately across websites, apps, docs, marketing materials or any other content.

## Developer Docs

- [Welcome](https://docs.seda.xyz/home/developer/readme.md)
- [Quickstart](https://docs.seda.xyz/home/developer/getting-started/quickstart.md): This guide is for developers that would like to immediately start testing existing examples of Oracle Programs with SEDA Fast.
- [REST API](https://docs.seda.xyz/home/developer/developer-tools/rest-api.md)
- [REST API Reference](https://docs.seda.xyz/home/developer/developer-tools/rest-api/rest-api-reference.md)
- [Websocket](https://docs.seda.xyz/home/developer/developer-tools/websocket.md)
- [WebSocket Reference](https://docs.seda.xyz/home/developer/developer-tools/websocket/websocket-reference.md): This section provides detailed documentation for the SEDA FAST WebSocket API.
- [Onchain](https://docs.seda.xyz/home/developer/developer-tools/markdown.md): Access SEDA's ultra-low latency oracle infrastructure directly onchain.
- [Advanced Usage](https://docs.seda.xyz/home/developer/developer-tools/advanced-usage.md)

## Tech

- [SEDA Chain Infrastructure](https://docs.seda.xyz/home/tech/seda-architecture/seda-chain-infrastructure.md)
- [Understanding Onchain Data Requests](https://docs.seda.xyz/home/tech/seda-architecture/seda-chain-infrastructure/understanding-onchain-data-requests.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/tech/seda-architecture/seda-chain-infrastructure/send-your-first-data-request.md)
- [SEDA Network Architecture](https://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture.md)
- [The Overlay Network](https://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture/the-overlay-network.md): Powering permissionless and decentralized access to any API.
- [Decentralized Solver Network](https://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture/decentralized-solver-network.md): Unlocking Day-One Omnichain Data Transmission For Any Network
- [What is a Data Request?](https://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture/what-is-a-data-request.md): This section explains what DRs are, their importance, and how they function within the SEDA protocol.
- [Data Request Life Cycle](https://docs.seda.xyz/home/tech/seda-architecture/seda-network-architecture/data-request-life-cycle.md)
- [Installation and System Requirements](https://docs.seda.xyz/home/tech/for-chain-operators/installation-and-system-requirements.md)
- [Operating and Running a Node](https://docs.seda.xyz/home/tech/for-chain-operators/operating-and-running-a-node.md): Basic guide for operating and running the node.
- [Linking to an External Node](https://docs.seda.xyz/home/tech/for-chain-operators/linking-to-an-external-node.md)
- [Validator Onboarding](https://docs.seda.xyz/home/tech/for-chain-operators/validator-onboarding.md): SEDA Chain validators perform various signing duties for the SEDA Protocol.
- [SEDA Keys](https://docs.seda.xyz/home/tech/for-chain-operators/seda-keys.md): SEDA Chain validators may be asked to generate SEDA Keys and register their public keys to perform various signing duties in the SEDA Protocol.
- [Joining Network Using State Sync](https://docs.seda.xyz/home/tech/for-chain-operators/joining-network-using-state-sync.md): State sync offers the quickest way to join SEDA network.
- [Joining Network Using Snapshot](https://docs.seda.xyz/home/tech/for-chain-operators/joining-network-using-snapshot.md)
- [Version History](https://docs.seda.xyz/home/tech/for-chain-operators/version-history.md): History of chain versions and corresponding upgrade heights
- [Introduction to Data Proxy](https://docs.seda.xyz/home/tech/operating-a-data-proxy/introduction-to-data-proxy.md)
- [System Requirements](https://docs.seda.xyz/home/tech/operating-a-data-proxy/system-requirements.md)
- [Operating and Running a Data Proxy](https://docs.seda.xyz/home/tech/operating-a-data-proxy/operating-and-running-a-data-proxy.md): Below is a step-by-step guide to initializing and running a Data Proxy to the SEDA Network
- [Enabling SEDA FAST on a Data Proxy](https://docs.seda.xyz/home/tech/operating-a-data-proxy/enabling-seda-fast-on-a-data-proxy.md)
- [Advanced: API-key Gated Data](https://docs.seda.xyz/home/tech/operating-a-data-proxy/advanced-api-key-gated-data.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
