
Private allocations.
Public rules.
TokenOps execution.
CloakOps is a confidential campaign layer for TokenOps. Run private rounds, contributor rewards, advisor vesting, and community distributions where allocation amounts, tiers, and vesting metadata stay encrypted with Zama FHE — while budgets, rules, and claim status remain publicly verifiable.
Public & verifiable
- Total campaign budget
- Campaign type & rules
- Claim window (start / end)
- Number of recipients
- Claimed count
- Contract address
Encrypted with Zama FHE
- Per-recipient allocation amount
- Recipient tier
- Vesting class / schedule metadata
- Decryptable only by the recipient
Honest limitation: recipient wallet addresses and transaction timing remain visible on-chain in this MVP.
Public chains leak distribution strategy
Investors, advisors, contributors, and team members can infer each other's deals from public token transfers and vesting contracts. Anyone can see who got the biggest allocation, which contributors are top-tier, what advisors received, and when each party claimed.
Normal encryption does not help: you cannot run claim logic or prove campaign totals over data nobody can compute on. Fully Homomorphic Encryption lets the contract operate on encrypted allocations directly — so the rules stay public while the numbers stay private.
CloakOps + TokenOps + Zama
TokenOps provides the campaign and distribution lifecycle rails. CloakOps adds the confidential allocation, tier, and vesting metadata layer with Zama FHE. The result is a confidential campaign operations layer for private rounds, contributor rewards, advisor vesting, and community distributions.
Encrypted CSV upload
Upload allocations; amounts, tiers, and vesting are encrypted client-side before they hit the chain.
TokenOps lifecycle
Create campaign, sync recipients, and prepare the confidential distribution operation — visible in the UI.
FHE on-chain
ConfidentialCampaign.sol stores euint64 / euint8 values with per-recipient FHE access control.
Public audit
Anyone can verify totals, rules, and claim progress without ever seeing a private deal.
A real-world confidential dApp: token distribution leaks are a genuine financial privacy problem, and CloakOps shows how FHE keeps sensitive allocation data private while campaign rules stay publicly verifiable.
TokenOps is central, not a footnote: the admin flow creates a TokenOps campaign, syncs recipients, and prepares a confidential distribution operation — with live connection status and an operation log surfaced in the product.