Tokenomics
TRTH (Truth Token) is an ERC-20 on Base with a hard cap of 21,000,000 TRTH. No inflation beyond that ceiling: minting is permissioned through explicit roles, and protocol design treats the cap as the single source of truth for long-term scarcity.
Supply cap and distribution
Section titled “Supply cap and distribution”The full supply is partitioned into three buckets:
- Genesis — 7% (1,470,000 TRTH): allocated through the Genesis phase (deposits, finalization, and distribution mechanics described in the Genesis section).
- Liquidity bootstrap — 4% (840,000 TRTH): reserved for one-shot liquidity creation tied to the bootstrap flow.
- Emissions — 89% (18,690,000 TRTH): released over time through the weekly epoch reward system, governed by the emission schedule and era-based decay.
Smart contracts separate these concerns using distinct minter roles — for example GENESIS_MINTER_ROLE, LP_MINTER_ROLE, and REWARDS_MINTER_ROLE — so each bucket can only be used for its intended purpose. A BURNER_ROLE exists for deflationary operations aligned with fee recycling. Together, the cap and roles make supply changes auditable: there is no hidden inflation lever outside these boundaries.

Emission schedule and eras
Section titled “Emission schedule and eras”Rewards are organized in 7-day epochs. The protocol also defines an era length of 314 days as the conceptual frame for long-horizon emission decay (the “era-based schedule”). In the current deployment, the active model is weekly-only: epochs tick every seven days, while the era construct describes how the schedule is designed to taper when that mode is enabled — aligning long-run emissions with participation rather than a flat perpetual drip.
Deflationary pressure: Fee Sink
Section titled “Deflationary pressure: Fee Sink”Emissions answer “how TRTH is distributed over time.” The Fee Sink answers “how circulating supply can shrink again.” Protocol fees (or fee-like tokens) are collected, swapped toward TRTH through a Uniswap V3–based adapter with guards, and burned. That loop ties activity and fee flow to reduced circulating supply, complementing the fixed cap with ongoing, usage-linked deflationary pressure.
In summary: 21M max supply, a small genesis and LP slice, the majority in emissions, and a fee-driven burn path that can offset issuance over the long run as the ecosystem grows.