Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

ZK-Merkle Tree Verification

Deluthium employs a ZK-Merkle Tree verification mechanism that allows users to independently validate their execution outcomes.

  • Mechanism: Execution proofs are published onchain immediately upon settlement. These proofs capture the full execution chain: the RL engine's inputs (market state), decisions (routing strategy), and outputs (execution results).

  • 14-Day Challenge Window: Users possess a 14-day audit window to cross-validate the process and challenge the fairness of the engine's execution decisions. This provides both compliance auditability (did the trade settle correctly?) and model auditability (did the RL engine act in the user's interest?).

This mechanism replaces trust-based execution with cryptographically verifiable execution. Users do not need to trust Deluthium's reporting. They can independently verify every aspect of the execution process.

Last updated