Transparency and Auditability
HYFY is designed to be fully auditable by anyone. Every treasury operation, claim distribution, and token burn is recorded on-chain with a publicly verifiable transaction hash. Off-chain operations publish results monthly so there are no hidden flows or opaque accounting.
Monthly Transparency Reports
At the end of each month, HYFY publishes a transparency report covering:
- Treasury balance — opening and closing balances with all movements itemized
- Revenue collected — total platform revenue and how much was allocated to the ecosystem pool
- Claims distributed — total HYFY claimed by users, number of claimants, and the HYFY-per-Karma rate for the month
- Burns executed — how many HYFY were permanently destroyed, with on-chain transaction hashes
- Liquidity added — how much was added to the DEX pool
- Circulating supply — current total after burns and distributions
- Backing ratio — ratio of treasury reserves to outstanding claim liability
- Governance changes — any parameter adjustments, with rationale and on-chain proof
These reports are designed to be readable by non-technical users while remaining rigorous enough for independent auditors.
Live Dashboard
A public Dune Analytics dashboard provides real-time visibility into protocol health. The dashboard tracks treasury balances, circulating supply, burn history, claim volumes, and liquidity depth — all sourced directly from on-chain data.
The dashboard link will be published here once the mainnet contracts are live.
On-Chain Verification
Every significant protocol action produces a transaction on the Polygon blockchain that anyone can independently verify:
- Burns — the
executeBurntransaction permanently reducestotalSupply() - Claims — each user's claim transaction shows exact amounts transferred
- Liquidity — LP additions are visible as Uniswap v3 position events
- Merkle commitments — monthly Karma roots are published on-chain, allowing users to cryptographically verify their Karma was included in the calculation
No trust is required. The math is verifiable, the transactions are public, and the smart contracts are open source.