Live · 3 chains · 15+ contracts shipped

Privacy smart contracts,
deploy-ready.

Describe what you need in one line. Division Privacy generates audited, deploy-ready Solidity using FHE, commit-reveal or stealth-address primitives — depending on your chain.

— HOW IT WORKS

Three steps from spec to on-chain.

No boilerplate. No copy-pasting CoFHE examples. You describe the use case, pick the primitive, get compiled Solidity with tests.

01
Describe the use case
"Sealed-bid auction with off-chain settlement" or "hidden liquidation health factor for lending." Free-form text. No template.
02
Pick your privacy primitive
FHE via Fhenix CoFHE · commit-reveal for EVM chains · stealth addresses for receiver privacy. Model picks defaults, you override.
03
Compile, audit, deploy
Contract + Hardhat test + deploy script. Pre-audited by PRION (3-model council). One click to testnet.
— WHAT YOU GET BACK

Compiles. Tests pass. Audited.

Real output for a "sealed-bid auction on Fhenix" spec — FHE via CoFHE, encrypted bid comparison, reveal after deadline.

$ division generate --chain fhenix --spec "sealed-bid auction, FHE bids" → selecting primitive: CoFHE · InEuint128 for bid → generating contract + hardhat test... → compiling on solc 0.8.25 + cofhejs v0.1.3... ✓ SealedBidAuction.sol (312 LOC, 0 warnings) ✓ SealedBidAuction.test.ts (8 tests, all passing) ✓ deploy.ts (ready for Sepolia) → routing to PRION auditor... 3 findings · HIGH=2 · MED=3 · LOW=1 · $0.0025 Council: 3/3 CONFIRM on all 2 HIGH issues (fix suggestions inline) $ division deploy --network arbSepolia ✓ deployed: 0x5dF81198596d71107B182F320aFBDBFDbca51F25