CMX Presale Architecture

Deterministic Stepwise Progressive Pricing Model

1. System Overview

The CMX presale implements a Deterministic Discrete Bonding Curve Model combined with Cliff-Based Liquidity Restriction and Progressive Exit Moderation.

The objective of this architecture is to:

  • Establish mathematically predictable price discovery

  • Eliminate discretionary or centralized pricing control

  • Enforce structured liquidity release

  • Reduce volatility amplification

  • Align token distribution with long-term ecosystem maturity

Unlike traditional presales that rely on fixed pricing, manual tier upgrades, or off-chain intervention, the CMX distribution model is:

Fully algorithmic Fully on-chain Fully deterministic

All price transitions, tier calculations, and liquidity constraints are enforced through immutable smart contract logic.


2. Deterministic Step Bonding Curve Model

The pricing mechanism operates as a discrete step function, not a continuous curve.

Let:

  • SSS = Net tokens sold

  • BBB = Step size (3,150 CMX)

  • P0P_0P0​ = Initial price

  • ΔP\Delta PΔP = $0.01 per step

The price function is defined as:

P(S)=P0+⌊SB⌋×ΔPP(S) = P_0 + \left\lfloor \frac{S}{B} \right\rfloor \times \Delta PP(S)=P0​+⌊BS​⌋×ΔP

Where:

  • Each completed step of 3,150 CMX increases price by $0.01

  • The floor function ensures discrete transitions

  • No fractional step price adjustments occur


Bi-Directional Adjustment Logic

Unlike unidirectional bonding curves, CMX implements net-volume-based symmetric adjustment.

Let:

  • Snet=Sbuy−SsellS_{net} = S_{buy} - S_{sell}Snet​=Sbuy​−Ssell​

Price recalculates based on net movement:

P(Snet)=P0+⌊SnetB⌋×ΔPP(S_{net}) = P_0 + \left\lfloor \frac{S_{net}}{B} \right\rfloor \times \Delta PP(Snet​)=P0​+⌊BSnet​​⌋×ΔP

This ensures:

  • Demand increases raise price

  • Supply contraction lowers price

  • Movement is stepwise, not continuous

  • No sudden micro-fluctuation volatility

This discrete bonding structure prevents:

  • Front-running inefficiencies

  • Micro-arbitrage oscillations

  • Continuous curve slippage distortions


3. Supply Segmentation & Macro Tier Framework

The total presale allocation is:

50,000,000 CMX

Segmented into:

  • 20 Macro Tiers

  • 2,500,000 CMX per Tier

Let:

Ti=2,500,000×iT_i = 2,500,000 \times iTi​=2,500,000×i

Where i∈[0,19]i \in [0,19]i∈[0,19]

Each tier boundary represents a structural maturity milestone in distribution.


Progressive Exit Tax Algorithm

The protocol integrates a Tier-Based Exit Moderation Model.

Initial Exit Tax:

Tax0=30%Tax_0 = 30\%Tax0​=30%

Per Tier Reduction:

Reduction=0.66%Reduction = 0.66\%Reduction=0.66%

Exit Tax at Tier iii:

Taxi=30%−(0.66%×i)Tax_i = 30\% - (0.66\% \times i)Taxi​=30%−(0.66%×i)

Constraints:

  • Tax never becomes negative

  • Tax applies only to sell transactions

  • Tax calculation is tier-aware at transaction execution time

This creates:

  • Early-stage liquidity resistance

  • Progressive maturity alignment

  • Reduced early speculative pressure

  • Incentive alignment with long-term holders


4. Cliff-Based Liquidity Restriction Layer

All presale allocations are subject to a:

30-Day Smart Contract Cliff

Let:

tpurchase=timestamp of allocationt_{purchase} = timestamp\ of\ allocationtpurchase​=timestamp of allocation

Selling permitted only if:

tcurrent≥tpurchase+30 dayst_{current} \geq t_{purchase} + 30\ daystcurrent​≥tpurchase​+30 days

During cliff:

  • No transfer to liquidity pools

  • No direct selling

  • No bypass via proxy wallet

Enforced at contract transfer logic level.


5. Daily Liquidity Throttle Mechanism

After cliff expiration, a per-wallet daily limit is applied.

Let:

  • HwH_wHw​ = Total holdings of wallet

  • LdL_dLd​ = Daily sell limit

Defined as:

Ld=0.01×HwL_d = 0.01 \times H_wLd​=0.01×Hw​

Each wallet may sell:

Maximum 1% of holdings per rolling 24-hour window.

Implementation characteristics:

  • Tracks wallet-based rolling timestamps

  • Not resettable by splitting transactions

  • Cannot be bypassed by multi-call execution

  • Enforced at state-transition validation layer

This ensures controlled liquidity emission rather than abrupt supply injection.


6. Volatility Dampening Architecture

The integration of:

  • Discrete step pricing

  • Tier-aware exit moderation

  • Cliff-based lock

  • 1% daily throttle

Creates a multi-layer volatility suppression model.

Effects include:

  • Reduced downward velocity

  • Smoothed price contraction

  • Resistance against coordinated dumping

  • Predictable supply expansion

  • Structured demand absorption

This transforms price discovery into a controlled evolutionary process, rather than reactive speculative oscillation.


7. Anti-Manipulation Safeguards

The CMX presale model mitigates:

Flash Dump Risk

Mitigated via daily throttle and exit moderation.

Whale Liquidation Shock

Mitigated via tier-aware tax and sell cap.

Front-Running Exploits

Reduced due to discrete pricing increments.

Micro-Arbitrage Loops

Prevented due to step-size granularity.

Administrative Manipulation

Impossible due to immutable contract-based pricing logic.


8. On-Chain Determinism & Transparency

All parameters are:

  • Immutable after deployment

  • Publicly verifiable

  • Algorithmically enforced

  • Independent of governance intervention

The pricing engine, liquidity constraints, and tax computation operate without:

  • Off-chain oracle pricing

  • Manual adjustments

  • Central authority override

This ensures complete economic transparency.


9. Economic Philosophy

The CMX presale model is engineered around:

  • Deterministic valuation

  • Long-term alignment

  • Controlled liquidity emission

  • Structural maturity incentives

  • Speculation resistance

  • Transparent algorithmic governance

It is not designed as a short-term fundraising mechanism.

It is designed as a mathematically governed token distribution protocol aligned with sustainable network expansion.

Last updated