Calculating Hub Base Defense Power

Hub Base Defense Power

Each Hub has a base layer of defense tied to the liquidity of the defending team. This ensures stronger pools are harder to topple, while smaller pools remain more vulnerable.

Base Defence is calculated at the end of the epoch during battle resolution - the number shown on the Hub view is just a real time estimate of this.

DPbase=Stable-Side LiquidityNumber of Territories×kDP_{base} = \frac{\text{Stable-Side Liquidity}}{\text{Number of Territories}} \times k
  • Stable-Side Liquidity → The stable asset (e.g. USDC) paired in the defending token’s pool.

  • Number of Territories → Liquidity is split across all Hubs a chain controls.

  • Defense Stability Coefficient (k) → A tunable constant used for balance.

A Hub's total defense power is calculated as:

DPtotal=DPtroops+DPbaseDP_{total} = DP_{troops} + DP_{base}

Last updated