pub const MAX_POW_RISK_DELTA: f64 = 0.10;Expand description
Documented upper bound for the risk-score lift the
PoW policy mapper can apply to a single
RuntimePolicy.
The default is 0.10 (half of the T83
MAX_RISK_DELTA).
The PoW profile is a secondary signal — the primary
risk driver is the T83 challenge memory and the T91
token lifecycle. Operators may lower the clamp via
PowPolicyThresholds::with_max_risk_delta but cannot
raise it above this documented safety bound.