Secure Runtime & Zero-Knowledge Verification

All execution on Hymx runs inside a WASM-based secure runtime sandbox. This containerized environment guarantees isolation between the job and the user's system, with no access to files, tabs, or other data.

Security features include:

  • WASM-level isolation from OS and browser activity

  • Automatic throttling if the device becomes overloaded

  • End-to-end encryption for job input/output

  • No persistent storage or local job logs

To verify job completion and integrity, each result can be:

  • Proven with ZK-SNARKs, ensuring mathematical correctness

  • Validated via pBFT consensus for fast, probabilistic confirmation

  • Cross-verified via aggregation, depending on the agent type

This ensures that every task in the network is trustworthy, auditable, and tamper-proof.

Last updated