Open Interest Balancing

Open interest (OI) can skew heavily to one side during narrative-driven moves. Left unchecked, this concentrates risk in the unified stablecoin vault and distorts user economics. BasePerp applies bounded, transparent incentives to nudge positioning back toward balance—only when and where it’s justified by data.
6.1 Skew Metric
We use a simple, auditable ratio so decisions remain deterministic: skew = |OI_long − OI_short| / (OI_long + OI_short). Markets define band edges (e.g., <10%, 10–25%, 25–50%, ≥50%) and per-band budgets via timelock; bands can be widened or narrowed as liquidity conditions change.
6.2 Incentive Palette
Programs are minimal by default and escalate only if skew persists. Loss rebates compensate a portion of realized loss on the under-represented side; fee discounts reduce the effective profitFeeRate on profitable closes; non-monetary boosts (XP/points) recognize real participation without adding balance-sheet risk. Each lever has ceilings and a global counterSkewCap so incentives cannot spiral.
6.3 Calculation & Settlement
We snapshot everything at entry and settle cleanly on close—no retroactive surprises.
Entry snapshot. The active band, local caps, and discount coefficients are fixed the moment the position opens.
Close logic. Realized PnL is computed; any qualifying loss rebate or fee discount is applied; final fees are calculated.
Budget discipline. Each epoch uses a decaying schedule near exhaustion, smoothing incentives instead of dropping off a cliff.
6.4 Abuse Resistance
Abuse controls protect budgets so they reward genuine risk transfer rather than wash activity. Caps limit per-account benefit within an epoch and require a minimum holding time. Heuristics watch velocity, symmetry, and correlation; they also curb referral stacking. Cooldowns slow rapid flip-flops. When patterns look abnormal, ex-post review can disqualify offending accounts and void unearned perks.
6.5 Transparency & Limits
Dashboards show live OI/skew, the active band, remaining budget, and consumption pace so users and operators see the same state. During oracle incidents or extreme volatility, governance can temporarily tighten bands or disable programs. After each epoch, a short report summarizes spend, measured impact on skew, and proposed parameters for the next period.
Last updated