For the complete documentation index, see llms.txt. This page is also available as Markdown.

Emission Schedule & Deflation Control

Overview

The Emission Schedule defines how HCLD tokens from the Mining Pool are released into circulation, while the Deflation Control Framework governs how issuance gradually declines to preserve long-term value. This dual-layer design ensures HashCloud maintains predictable, sustainable token circulation aligned with real computational output instead of speculative growth.

Emission Principles

  • Performance-Linked Distribution: Tokens enter circulation only when verifiable GPU compute work is submitted and validated.

  • Fixed Total Cap: No new HCLD can ever be minted beyond 100 million.

  • Progressive Emission Reduction: Daily emissions taper over time to reward early participants while extending mining longevity.

  • Adaptive Scaling: Network difficulty and active-miner count influence minor short-term emission adjustments, keeping reward fairness stable.

Emission Schedule Model

HCLD’s 60 million token Mining Pool follows a multi-phase emission curve:

Phase

Duration

Emission Rate

Total Released

Description

Phase 1 – Genesis Launch

Year 1

30% of pool (18 M HCLD)

18,000,000

High initial incentives to attract GPU miners and bootstrap network hashpower.

Phase 2 – Stabilization

Years 2–3

20% (12 M HCLD)

30,000,000 cumulative

Gradual tapering to balance miner ROI and token velocity.

Phase 3 – Maturity

Years 4–6

15% (9 M HCLD)

39,000,000 cumulative

Steady emissions supporting stable compute supply.

Phase 4 – Sustain Mode

Years 7–10

25% (15 M HCLD)

54,000,000 cumulative

Extended low-inflation emission to encourage long-term engagement.

Phase 5 – Final Decay

Year 10 +

10% (6 M HCLD)

60,000,000 final

Emissions fully taper; network relies on transaction & compute fees.

After Year 10, emissions approach zero and the system enters a self-sustaining mode powered by compute service fees and governance funding.

Deflation Mechanisms

  1. Burn Events: A portion of transaction and service fees may be periodically burned via governance-approved proposals to offset circulating supply growth.

  2. Inactive Miner Reclaims: Unclaimed rewards from inactive miners after a set period (≈ 90 days) return to the Mining Pool for redistribution preventing token waste and supply dilution.

  3. VIP Staking Locks: HCLD staked for VIP tiers remains temporarily locked, reducing liquid supply and stabilizing market circulation.

  4. Treasury Governance Caps: Treasury expenditures are rate-limited and fully auditable to avoid inadvertent inflation.

Mathematical Formulation: Exponential Decay Emission

The formula you've presented is an Exponential Decay Function. In the context of tokenomics, it serves as the most accurate way to model a smooth, continuous reduction in token supply, similar to a halving event but without the sudden, drastic cuts.

This model is designed to create a smooth, predictable decline in the daily token emission rate over the project's lifespan, preserving scarcity and long-term token value.

Formula Breakdown

E(t)=E0×ekt\text{E}(t) = E_0 \times e^{-k t}

Term

What it Represents

Purpose / Meaning for HCLD

E(t)E(t)

Emission Rate at Time tt

This is the daily amount of HCLD tokens distributed to miners today. As tt increases (time passes), this number decreases.

E0E_0

Initial Daily Emission Rate

This is the starting amount of HCLD tokens distributed to miners on Day 1. This value is determined by the total Mining Pool (60,000,000 HCLD) and the target emission period.

ee

Euler’s Number

This is a mathematical constant (approx. 2.718). It is the base for all continuous growth/decay functions.

tt

Elapsed Time in Days

This tracks the time since the network launched. It is the variable that drives the decay the longer the time, the smaller the resulting emission rate E(t)E(t).

k-k

Negative Decay Constant

This is the crucial tuning parameter. It is mathematically calculated and tuned so that the total Mining Pool is emitted over the target period of 10\approx 10 years. A higher kk means the emission rate declines faster.

Sustainability and Network Impact

  • Predictable Reward Decline: Miners and investors can model long-term returns with confidence.

  • Price Stability: Controlled emission mitigates supply shocks and supports organic demand growth.

  • Value Retention: Burns and staking locks naturally decrease circulating supply over time.

  • Governance Integration: Future adjustments to the emission curve require community proposal and on-chain approval.

Long-Term Outlook

When the Mining Pool is fully distributed, HCLD will enter a post-emission era driven by:

  • Compute marketplace fees (as network usage grows).

  • On-chain governance bounties and developer grants.

  • Token burns from utility transactions creating deflationary pressure.

The result is a closed-loop economy where HCLD’s value is sustained by actual compute utility rather than constant issuance.

Last updated