backing_buffer_lambda — the buffer on non-peak payout in the liability formula.
base_fee — multiplies sqrt(p·(1−p)).
expiry_fee_max_multiplier — multiplier reached at expiry; 1e9 disables the ramp.
expiry_fee_window_ms — window before expiry over which the fee ramps.
inventory_impact_max_rate — maximum marginal impact rate; 0n disables impact.
inventory_impact_scale — the market's max_expiry_allocation, the curve's B.
max_entry_probability — mint admission ceiling on the entry probability.
min_entry_probability — mint admission floor on the entry probability.
min_fee — per-unit floor, applied per boundary leg before the ramp.
One market's fee policy: the
StrikeExposureConfigit snapshotted at creation, in raw 1e9 rates. Snapshotted means later admin changes do NOT reprice a market already trading, so read it per market (theMarketCreatedevent carries every field) rather than assuming the template. The last three are the inventory-impact parameters, inert whileinventoryImpactMaxRateis0n(the shipped value).