Switchboard On-Demand (Pull)

Introduction to On-Demand Oracles

Welcome to the Switchboard On-Demand documentation! Switchboard On-Demand is designed to be a cost optimized, low latency and high security data solution for blockchain applications.

It is built to support high fidelity financial systems where users can specify how data is ingested and transformed from on-chain or off-chain sources.

How it works

Using Switchboard On-Demand is a just a 5 step process:

  1. Design Feed (Pick your sources, build the job) in our builder app or by script.

  2. Create the Feed (Solana, EVM) in the builder app or by script.

  3. Query signed updates for your feed off-chain from oracles (Solana, EVM)

  4. Submit the updates on-chain for verification as part of a user transaction that uses this data (Solana, EVM)

  5. Use the fresh value(s) on-chain for your application

In this documentation, we'll cover each of these steps. Switchboard can support values from any api you can imagine.

Last updated