Deterministic Optimization
Routing decisions are fully deterministic, meaning any participant can reproduce them independently using public data.
Yieldbay transforms yield signals into an allocation vector through a deterministic function:
f(Rt,λ,θ)
Where:
Rt = normalized yield metrics from partner protocols
λ = system risk tolerance
θ = rebalancing threshold
The resulting allocation vector WtW_tWt is committed on-chain via a cryptographic hash:
Ht=hash(Wt∥state_root∥timestamp)H_t = \text{hash}(W_t \parallel \text{state\_root} \parallel \text{timestamp})Ht=hash(Wt∥state_root∥timestamp)
This commitment allows any verifier to recompute WtW_tWt and confirm that the hash matches the published commitment. All computations are reproducible, ensuring routing logic cannot be manipulated by off-chain actors.
🔍 Determinism ensures fairness, transparency, and mathematical auditability.
Last updated

