Calculating Attack/Defense Power

Every battle in Chain On Top comes down to how much power each team brings. Power is calculated separately for attackers and defenders, with time, liquidity, and token supply all influencing the outcome.

These Power figures are calculated and stored at the time of the Deployment


🟥 Attack Power

APtroops=Tokens Deployed to HubFree Token Supply×Time Multiplier×Stable-Side LiquidityAP_{troops} = \frac{\text{Tokens Deployed to Hub}}{\text{Free Token Supply}} \times \text{Time Multiplier} \times \text{Stable-Side Liquidity}
  • Tokens deployed to hub → Total number of tokens deployed in this attack.

  • Free Token Supply → Total tokens not locked in the liquidity pool.

  • Time Multiplier → Early deployments are stronger (ranges from 2.0× → 1.0×).

  • Stable-Side Liquidity → Size of the stable side of the LP pool.


🟦 Defense Power

DPtroops=Tokens Deployed to HubFree Token Supply×Time Multiplier×Stable-Side Liquidity×A/D Power RatioDP_{troops} = \frac{\text{Tokens Deployed to Hub}}{\text{Free Token Supply}} \times \text{Time Multiplier} \times \text{Stable-Side Liquidity} \times \text{A/D Power Ratio}
  • Same structure as attack power, but with an extra Attack/Defense Ratio factor to balance offense vs defense. This ratio will change regularly to maintain game balance. Apart from power derived from Token Deployments, hubs have their own Base Defense Power. This is explained in more detail in the next section.

Last updated