Division DIVISION
[ system online ]   v0.4.2   //   cofhe 0.1.3

AI-generated FHE contracts.
Audited. // Deployed.

Division turns one sentence into a production-ready Fhenix CoFHE contract. Audited end-to-end by PRION's 8-head LLM pipeline. Shipped on-chain — no human glue code.

Github //
StatusTestnet Verified
Marathon4 / 4 Waves
AuditConsensus
Templates13
~/division division@fhe — bash — 88×24
$ division generate "private payroll with regulator visibility"

[parser]   intent → ConfidentialPayroll
[claude]   drafting solidity (cofhe 0.1.3)…
[deepseek] reviewing async-decrypt flow…
[groq]     formal property hints…

[✓] ConfidentialPayrollV2.sol               412 lines
[✓] Compiled with solc 0.8.24
[✓] PRION audit: 0 critical · 0 high · 2 info
[✓] hardhat tests: 28 / 28 passed
[✓] Deployed → 0xaCf08AB17be784fe2c04e0c666cA4b09FaA2F840

$ 
// live_generator

Describe it. Ship it.

model: multi-llm · cofhe 0.1.3

Intent

plain english
output · generator /tmp/division/gen.sol
$ division generate "private payroll with regulator visibility"
[ready] awaiting run… press Generate.

$ 
// prion_audit

8 heads. One consensus.

target: *.sol · cofhe-aware

Solidity input

paste or generate

PRION heads

idle
01Reentrancy
02Overflow
03Access control
04Oracle
05MEV
06Gas · DoS
07FHE leakage
08Economic
consensus
0%
// findingsawaiting run
[idle] paste Solidity & press Run Audit.
// deployment_log

Shipped on-chain.

network: arbitrum sepolia
WaveContract AddressStatus Explorer
03SealedBidMint 0x5dF8…1F25 live View on Arbiscan →
04HiddenLiquidations 0x1C99…1e48 live View on Arbiscan →
05ConfidentialPayrollV2 0xaCf0…F840 live View on Arbiscan →
13 templates 4/4 waves shipped 0 critical findings
// pipeline

Four steps. One command.

// 01Describe

Plain-English intent. No Solidity yet. Parser classifies domain (auction, payroll, DAO, DEX, vault…)

// 02Generate

Multi-model (Claude + DeepSeek + Groq) emits FHE Solidity with type system and async-decrypt hooks.

// 03Compile

hardhat-starter runs solc 0.8.24, generated test suite, PRION 8-head audit, PoC replay.

// 04Deploy

Broadcast to Fhenix testnet + Arbitrum Sepolia. Verified bytecode, tx hash, done.

// core_systems

Under the hood.

CoFHE 0.1.3 Hardhat Solidity 0.8.24 PRION 8-head auditor async-decrypt flow PoC replay harness Slither + Mythril tx broadcaster
// execute

Ship one. Right now.

install & run ~/projects/yours
$ npm install -g @division/fhe
$ division generate "your idea here"

# first run pulls templates + audits cache (~30s)
// chain_focus

Fhenix native.

primary · fhe Fhenix CoFHE precompiles · encrypted state · async-decrypt flow.
settlement Arbitrum
Sepolia
Deploy target for testnet contracts.
Cross-chain FHE expansion planned Q3 2026
// copied to clipboard