binaryOff-Chain Data XYO Layer One

XYOL1 provides multiple mechanisms that enable off-chain data handling while maintaining on-chain trust through cryptographic proofs.

Layer One Features

Bound Witnesses

Bound Witnesses allow two devices to mutually sign and record an interaction without sending the full event to the blockchain. The interaction is proven by shared, signed cryptographic evidence—not by broadcasting full data.

Bearer Proofs

Bearer Proofs are small, cryptographically secure references that prove a piece of data belongs to a known set—without revealing or transmitting the full set. This allows users to verify claims without sharing underlying records.

Framing Cursors

Framing Cursors enable efficient access to off-chain data by marking where to look within a larger structure. They let you provide minimal proof of inclusion across specific frames of the blockchain—again, without full-chain scanning.

Instead of validating transactions one by one, Bound Witness Trees let XYO aggregate many events into a single hash. This hash is stored on-chain. If validation is needed later, the full tree can be reconstructed and proven off-chain—only the hash lives on-chain.

Real-World Example

A supply chain logs a sensor reading for perishable goods (e.g., vaccine temperature). The full sensor data is too large and sensitive to store publicly.

With XYO

  • The sensor logs the reading off-chain.

  • A Bound Witness is generated to prove the reading occurred and was valid.

  • A hash of that reading is recorded on-chain via a Bearer Proof or within a Bound Witness Tree.

  • At any point, a verifier can validate the reading’s authenticity by comparing it against the on-chain proof—without ever seeing or revealing the full data.

Last updated