> For the complete documentation index, see [llms.txt](https://docs.hashcloud.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashcloud.sh/economics-model.md).

# Economics Model

### **Overview**

The HashCloud **(**&#x48;CL&#x44;**)** token follows a predictable and mathematically transparent emissions schedule designed to balance long-term sustainability, miner incentives, and network stability.\
By utilizing a **deterministic emission curve**, HCLD ensures that token issuance remains controlled and finite, reducing the risks of uncontrolled inflation while maintaining sufficient liquidity for network operations.

This model allows miners, stakers, and developers to forecast reward outputs accurately creating a transparent foundation for economic participation in the Proof-of-Compute ecosystem.

## ✅ **Total Supply:** `100,000,000 HCLD`

The total token supply is permanently capped at **100 million** HCLD, ensuring fixed scarcity and preventing future inflationary adjustments.\
This cap reflects HashCloud’s commitment to long-term deflationary value and predictable tokenomics.

## Linear Daily Emissions (Base Model)

The **base emission model** releases tokens at a constant linear rate throughout the emission period:

&#x20;$$\frac{60,000,000 HCLD}{1,460 \text{ days}} \approx 41,095 HCLD/\text{day}$$

This model ensures predictable miner rewards and avoids sudden emission shocks that could destabilize token value or mining participation.\
Under this linear schedule, all 60 million HCLD allocated to mining will be distributed evenly across the 4-year period.

### **Optional Halving Model**

HCLD may adopt a **Bitcoin-inspired halving model**, in which emission rates are reduced by half every year.\
This approach introduces controlled scarcity, strengthens early adoption incentives, and enhances the long-term deflationary mechanics of the protocol.

| **Year** | **Daily Emission (**&#x48;CL&#x44;**)** | **Annual Output (**&#x48;CL&#x44;**)** |
| -------- | --------------------------------------- | -------------------------------------- |
| **1**    | 41,095                                  | 15,000,000                             |
| **2**    | 20,547                                  | 7,500,000                              |
| **3**    | 10,273                                  | 3,750,000                              |
| **4**    | 5,136                                   | 1,875,000                              |

At the end of the four-year emission cycle, the total mined allocation equals the same **60,000,000** HCLD, but distributed on a diminishing curve that benefits early participants.

{% hint style="info" %}

### **Benefits of the Emission Model**

⚙️ **Predictable Rewards:**\
The fixed schedule allows miners to forecast long-term profitability and plan hardware ROI cycles effectively.

💰 **Sustained Mining Incentives:**\
By distributing a majority of tokens through Proof-of-Compute, the system encourages continuous participation and ensures computational stability across the network.

🚀 **Early Adoption Advantage:**\
The optional halving mechanism motivates early engagement, rewarding miners who contribute during the network’s foundational phase.

🔥 **Deflationary Pressure:**\
As block rewards diminish over time, the circulating supply growth rate decreases potentially increasing token scarcity and value over the long term.

🌐 **Governance Adaptability:**\
Future protocol upgrades may enable dynamic emission adjustments via decentralized governance, allowing the community to modify inflation schedules, halving frequency, or redistribution models.
{% endhint %}

### **Long-Term Sustainability**

The combination of a capped supply, predictable distribution, and flexible emission models positions HCLD as a **sustainable utility asset** rather than an inflationary token.\
This ensures that both miners and token holders can rely on a **transparent, fair, and economically balanced ecosystem**.

In future versions, HashCloud governance may propose:

* Adaptive emission throttling based on compute network demand
* Allocation extensions for infrastructure or development funds
* Burn mechanisms to counteract token oversupply

These mechanisms allow the HCLD token economy to evolve with technological and market conditions without compromising decentralization or fairness.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hashcloud.sh/economics-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
