Data Layer

The Data Layer provides off-chain storage for proof and telemetry logs.

DataHub:

  • Integrates with IPFS (for public proofs) and Arweave (for permanent storage).

  • Encrypts sensitive data using user wallet keys.

  • Maintains immutable hash references on-chain.

Data Types Stored:

  • Task results

  • Execution logs

  • Sensor data

  • Media files (images, video, audio)

  • Metadata of proof validation

This ensures all data remains transparent, auditable, and secure.

Last updated