Skip to main content

3 posts tagged with "Oracles"

Oracle design, pricing, and data-validation notes

View All Tags

07-18 How an Index-Price Update Can Leave an Auditable Record

· 11 min read

Even if an oracle network produces a price and the request returns successfully, an index-price update may still be neither final nor auditable. An operator must still show which policy governed the decision, which evidence counted, who authorized it, what state preceded it, and why the new state became final.

To test that boundary, we built a runnable local system rather than only describing an architecture: a four-node Lyquor committee, programmable HTTP data sources, a deterministic decision core, a fault-injection runner, a shared-state Lyquid, and a conventional single-process coordinator using the same rules and scenario inputs.

Our core conclusion from this prototype was that the useful output of this workflow is not an oracle value or certificate alone, but one terminal receipt that binds the evidence, authority, policy snapshot, and resulting state transition.

07-14 From trade[XYZ] to Lyquor: Validating Market Updates

· 7 min read

Keeping a traditional-asset perpetual open 24/7 is not primarily a matching problem. When the underlying venues close, an operator must decide which data remains usable, how to validate a new price, and when a price update may affect funding calculations, risk controls, or market lifecycle state. trade[XYZ] makes this hidden market-operations layer visible.

Our analysis suggests a specific Lyquor design opportunity: do not rebuild HyperCore or replicate the Relayer as a monolith. Separate node-local, potentially divergent observations of external markets from certified, sequenced updates to shared market state.

external observations -> application validation -> certified call
-> sequencing -> accepted market state

07-13 trade[XYZ] on Hyperliquid: The Market Control Plane Behind 24/7 Traditional-Asset Perpetuals

· 9 min read

Summary

From the Lyquor perspective, trade[XYZ] is worth studying because it makes a hidden part of financial infrastructure visible: operating a market requires much more than building a frontend or connecting to a matching engine.

The central conclusion is simple:

HyperCore provides the shared trading engine.
trade[XYZ] provides the market-specific operating layer.

That operating layer defines traditional-asset contracts, turns fragmented external data into usable prices, runs the Relayer, manages risk parameters, and handles the market lifecycle.

trade[XYZ]'s core capability is therefore not the interface or HyperCore matching. It is the ability to keep this entire market control plane reliable across assets, sessions, and exceptional events.

Here, “24/7 market” describes the perpetual market's continuous trading objective. It does not mean the underlying stock, index, commodity, or FX venue trades continuously.