Market Balancer Contract

This module ensures dynamic equilibrium between KSP token supply and collaborative market behavior. It functions as a systemic inflation/deflation controller, not relying on price oracles, but instead adjusting supply based on behavioral data.


πŸ“Š Market Collaboration Pressure Index (MCPI):

This ratio measures the proportion of effective collaboration versus arbitrage activity in the system.


πŸ”„ Dynamic Supply Adjustment Logic:

  • MCPI > Threshold (1.0):

    • Triggers protocol release window.

    • Gradually releases distributable KSP tokens.

  • MCPI < Threshold (0.5):

    • Activates the buyback-and-burn mechanism.

    • Funding sourced from the DCP Pool and Bond Repurchase Pool.

  • Adjustment Cap:

    • Each supply change is limited to no more than 5% of the previous cycle’s total supply.

    • Ensures smooth and controlled economic modulation.

Last updated