# Quantum Compound Model

Users deposit any amount of USDT via the DApp, and the contract executes compounding automatically.

|             |            |          |
| ----------- | ---------- | -------- |
| Cycle(days) | Daily Rate | Type     |
| 1           | 0.3%       | Simple   |
| 15          | 0.6%       | Compound |
| 30          | 1.2%       | Compound |

30-day plans require an additional 3% purchase in USDZ (stablecoin), distributed 50% to the foundation and 50% to node rewards.

#### Example (30-Day Cycle)

<figure><img src="/files/Teoz62tvdA4O9vYciIlx" alt=""><figcaption></figcaption></figure>

* Principal: 10,000 USDT
* Cycle: 30 days 1.2% daily compound
* Total Profit: ≈ 4,302 USDT (43.02% monthly return)

**Distribution:**

* 70% Static Earnings = 3,011.4 USDT
* 30% Dynamic Rewards = 1,290.6 USDT (total):\
  \- 5% Direct Referral = 215.1 USDT\
  \- 20% Team Contribution = 860.4 USDT\
  \- 5% Node Bonus = 215.1 USDT

All payouts are executed automatically by smart contracts.

#### Example (1-Year Compound)

<figure><img src="/files/OELDXqDvu9QlkeJ5IxOI" alt=""><figcaption></figcaption></figure>

* Principal 10,000 USDT
* 1-year compound growth ≈ ×23
* Total ≈ 286,641.6 USDT\
  \
  (Algorithmic estimate; distributed autonomously by contract logic.)


---

# 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:

```
GET https://quantum-project-2.gitbook.io/welcome-to-quantum-project/quantumproject-whitepaper/quantum-compound-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
