What is DCC?
DCC is a non-divisible governance certificate — each one a unique link in the gen-1 chain. Creating a DCC requires consuming DDC as proof-of-stake; in return, every existing DCC holder receives a proportional share of that consumed DDC, plus DAO voting weight. The more certificates exist, the more redistribution flows back to holders — value that accrues just by holding.
What is Generation?
A Generation event is one atomic operation that produces both currencies at once:
- MINE (DCC) — a new certificate is written to chain. The generator must supply a valid chain connection, a cryptographic seed, and a proof of DDC token consumption (the PoS-weighted stake).
- MINT (DDC) — new DDC is issued to the masternode family as a reward, following the decaying harmonic curve below.
DCC is unlimited in count. DDC issuance is strictly capped. The two currencies are entwined but have opposite boundedness — by design.
Denomination
$$1\ \text{DDC} \;=\; 10^{8}\ \text{incents} \;=\; \text{DDC\_UNITS}$$
The incent is the smallest indivisible unit — analogous to the satoshi in Bitcoin.
DDC Mint Reward — Paid to the Masternode Family
$$\text{reward}(n) \;=\; \dfrac{\text{DDC\_UNITS}^{2}}{n+1}\ \text{incents}$$
On every Generation event, reward(n) DDC is minted and distributed to the masternode family that secured the block. Genesis cert (n = 0) mints 10⁸ DDC. The final minting cert (n = 10⁸ − 1) mints exactly 1 DDC. For n ≥ 10⁸ the DDC mint reward is 0: DCC certificates keep generating forever, but the DDC faucet closes.
Total DDC Supply after N generations
$$\text{supply}(N) \;=\; \text{DDC\_UNITS}^{2} \cdot H(N) \;=\; \text{DDC\_UNITS}^{2} \sum_{k=1}^{N} \frac{1}{k}\ \text{incents}$$
$H(N)$ is the N-th harmonic number, approximated by $\ln N + \gamma$ where $\gamma = 0.5772156649\ldots$ (Euler–Mascheroni constant). At full issuance, $H(10^{8}) \approx 18.998$.
≈ 1.9 × 10⁹ DDC (DDC mint cap reached at the 10⁸-th cert; DCC itself remains uncapped)
Current on-chain supply: —
DDC Issuance Decay Curve
| Cert index (n) |
DDC Mint Reward |
Cumulative DDC Supply |
| 0 (genesis) | 100,000,000 | 100,000,000 |
| 9 | 10,000,000 | ~292,897,000 |
| 99 | 1,000,000 | ~518,738,000 |
| 9,999 | 10,000 | ~920,000,000 |
| 99,999,999 (last DDC mint) | 1 | ≈ 1,899,800,000 |
| ≥ 10⁸ | 0 | DDC mint closed · DCC still generates |
DCC Generation Cost — DDC Proof Consumption
$$\text{cost}(n) \;=\; n\ \text{DDC} \qquad\text{where } n = \text{chain height (total DCC already on chain)}$$
To mine a new DCC, the generator must consume n DDC as proof-of-stake weight. This is not a destructive payment — the consumed DDC is redistributed proportionally to existing DCC holders, and the cost itself scales linearly with chain height. The chain's own growth becomes the protocol's difficulty dial.
Cumulative DDC Redistributed to DCC Holders after n generations
$$B(n) \;=\; \sum_{k=1}^{n} k \;=\; \dfrac{n(n+1)}{2}\ \text{DDC}$$
Triangular accumulation of DDC flowing from new generators to the existing DCC holder set — the staked-reward stream that governance certificates continuously earn. Here n is the number of post-genesis certs generated.
Natural Difficulty & Decentralization Guarantee
DCC has no count cap — the chain can keep generating indefinitely. Difficulty is enforced economically, not by hash-rate targets:
- The per-generation DDC cost grows linearly with chain height (
cost(n) = n DDC).
- Each generation redistributes the consumed DDC to an ever-wider base of DCC holders.
- Over time no individual wallet can accumulate enough DDC to sustain continuous solo generation — the DDC pool is physically spread across the holder set.
The rising cost and the widening DDC distribution together act as an organic decentralization guarantee: whoever wants to generate more DCC must first re-acquire DDC from the many holders who received it. No central authority sets the difficulty — the community's own custody of DDC does.
USD Valuation — Indicative, Market-Driven
$$P^{\text{USD}}_{\text{cert}}(n) \;=\; n \times P^{\text{USD}}_{\text{DDC}}$$
The protocol itself is fiat-agnostic — generation cost is denominated in DDC, not USD. The equation above is purely illustrative: it converts the DDC cost into a fiat reference using the prevailing DDC market price.
At ICO opening the reference peg is PDDC ≈ $0.001, but that figure is an example only. Once trading opens, the community discovers the true DDC price through open-market exchange, and USD (EUR, TRY, JPY, …) valuations follow via live forex. The protocol never hard-codes a fiat target.
♻︎ The Paradoxical Closed-Loop Economy
Every Generation event is simultaneously a mine, a mint, a proof-of-stake consumption, and a redistribution:
- Mine (DCC) — a new certificate is written to chain via chain connection + seed + DDC consumption proof.
- Mint (DDC) —
DDC_UNITS² / (n+1) incents are issued to the masternode family (harmonic decay).
- Consume (DDC) — the generator burns
n DDC as PoS weight (linear with chain height).
- Redistribute — that n DDC is split proportionally among existing DCC holders, rewarding long-term participation.
The paradox: DDC is both the product of mining and the fuel for the next mine. The masternode family and the cert-holder community each receive streams of DDC from different sides of the same event. Early generators win large mint rewards for tiny costs; late generators pay large costs for tiny rewards, compensated by the continuous stream of redistributions they earn as cert holders. Neither side is ever net-drained — DDC only recirculates through a closed, self-bootstrapping loop. The model is fully parameter-free; decentralization emerges from the economics alone.
Convergence note: because the DDC mint reward decays as 1/(n+1), the cumulative DDC supply follows a bounded logarithmic curve (≈ 1.9 × 10⁹ DDC total). The consumption-and-redistribute channel is conservative — no DDC is ever destroyed, only recirculated between masternode family, generators, and the cert-holder community. DCC itself remains unbounded in count, with its difficulty enforced by the economics above. The entire model has zero free parameters beyond DDC_UNITS = 10⁸.
🛡️ Cryptography & Post-Quantum Security
Both DCC and DDC are secured by an advanced cryptographic stack covering signing, key exchange, and authenticated encryption:
- Enhanced ECIES composite keys — hybrid signing + key-exchange primitives built for chained assets.
- Post-Quantum ready protocols — chosen and composed to remain secure as quantum hardware matures.
- DxOR / DxOR2D4S — our proprietary lattice-based encryption family, designed to be strengthened against Grover and Shor algorithms, the two best-known quantum attacks on symmetric and asymmetric primitives respectively.
The cryptographic layer is integral to the paradoxical economy: every Generation event carries proof-of-stake evidence and redistribution signatures that only a participant with validly chained keys can produce. Sovereignty of the DDC supply and unforgeability of DCC certs both ultimately rest on these primitives.
🔐 Unforgeable · Unownable · Unbloatable
Under this model, no one can fake a certificate — not the architects, not the founders, not a whale. Every DCC requires on-chain proof of DDC consumption that has been spread across the holder community, so there is no private reservoir anyone can silently draw from to bloat the chain.
No single party owns DDC — every participant does. The same event that mints DDC to the masternode family also streams DDC back to the cert-holder community as redistribution. Ownership is plural by construction, not by policy. That is what makes this a truly paradoxical economic model: value is simultaneously produced, consumed, and shared in one indivisible step, with decentralization emerging as a mathematical inevitability rather than a governance promise.