live · solana devnet

The deployed thing.

Soothsayer's calibration-transparent oracle stack is live on Solana devnet. This page reads the on-chain state directly from the deployed router and relay programs every 30 seconds — no cached snapshots, no off-chain compositing.

connecting… cluster: devnet

Router snapshot — SOL

program: AZE8…xNU · snapshot pda:
$ — — — band [—, —]
regime
quality
aggregate method
quorum (size / required)
methodology
soothsayer-router · unified_feed_receipt.v1
publish_ts: — slot: —

Streams relay — SPY (synthetic feed)

program: DiLq…yMFG · relay pda:
$ — — — bid/ask [—, —]
market status
signature verified
schema decoded from
underlier symbol
feed_id
chainlink_observations_ts: — relay_post_ts: —

How to read this page

Router snapshot is what consumers integrate against. The regime tells you which calibration methodology backed this read — open means Layer 0's multi-upstream aggregator, closed means soothsayer's empirically-calibrated band primitive. The quality_flag is a required disclosure when the underlying conditions are degraded (low quorum, all upstreams stale, ambiguous regime).

Streams relay is the soothsayer-controlled relay for Chainlink Data Streams (Option C, methodology entry 2026-04-29 afternoon). The signature_verified field is load-bearing: 1 means the underlying signed Chainlink report was validated on-chain by the Chainlink Verifier program via CPI before this PDA was written; 0 means dev-mode (off-chain validation only). Production relays always run with CPI required.

Both PDAs auto-refresh every 30 seconds. Click any address to open it in a Solana explorer.