pub fn liquidity_after(
initial: u64,
inflow: u64,
drain_percent: u64,
steps: u32,
) -> u64Expand description
Evolve liquidity over steps of the ODE (constant inflow, proportional drain_percent) —
converges toward the steady state inflow / (drain_percent/100).