MIN_SHARES
shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES));
return clamp_t(long, shares, MIN_SHARES, tg_shares);