Research
Future Plans
Roadmap for CoFHE decentralization, upcoming features, and planned improvements
Future Plans
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Roadmap for CoFHE decentralization, upcoming features, and planned improvements
| Component | Compromise | Plan to solve | Timeline | Status |
|---|---|---|---|---|
| Threshold Network (TN) | All parties are run by Fhenix | N/A | N/A | ❌ |
| Threshold Network (TN) | Use of a Trusted Dealer for keys and random data generation | N/A | N/A | ❌ |
| Threshold Network (TN) | Parties trust the Coordinator | N/A | N/A | ❌ |
| Threshold Network (TN) | TN trusts CoFHE (tx-flow decryptions) | N/A | N/A | ❌ |
| Threshold Network (TN) | Parties trust a Trusted Dealer | 1. Run TD in a TEE 2. Public ceremony for share creation 3. Eliminate TD | N/A | ❌ |
| Threshold Network (TN) | Parties are not using unique random data within the protocol | Pull random data from the TD | N/A | ❌ |
| Threshold Network (TN) | SealOutput reencryption performed in a centralized manner | N/A | N/A | ❌ |
| ZK-Verifier (ZKV) | CoFHE trusts ZK-Verifier | Run ZKV in a TEE | N/A | ❌ |
| CoFHE | Trust in CoFHE to perform correct FHE computations | External verification using AVS | N/A | ❌ |
| CoFHE | User inputs stored in a centralized manner | Use a decentralized DA | N/A | ❌ |
| All | Codebase is unaudited | Perform a security audit | N/A | ❌ |
| All | Codebase is not fully open-source | Open-source codebase | N/A | ❌ |
| Feature | Type | Description | Timeline | Status |
|---|---|---|---|---|
| Integration SDK | DevX | SDK to easily integrate CoFHE-specific components into dApps | N/A | ❌ |
| Additional external devtools | DevX | Remix, Alchemy SDK and more | N/A | ❌ |
| RNG | DevX | Ability to generate secure randomness in contracts | N/A | ❌ |
| Alternative runtimes | DevX | Support for additional runtimes other than EVM | N/A | ❌ |
| FHE ops in view functions | DevX | Ability to execute FHE operations in view functions in contracts | N/A | ❌ |
| GPU support | UX | Run FHE operations on a GPU backend, improving performance and overall latency | N/A | ❌ |
| FPGA support | UX | Run FHE operations on an FPGA backend, improving performance and overall latency | N/A | ❌ |
| T-out-of-N MPC protocol | Robustness | Improve robustness of the TN by not requiring all parties to be online | N/A | ❌ |
| Support additional host-chains | DevX/UX | N/A | N/A | ❌ |
| Key shares rotation | Robustness/Security | Ability to rotate the party shares in the TN | N/A | ❌ |
| Key Rotation | Robustness/Security | Ability to rotate the key for the entire protocol | N/A | ❌ |
Was this page helpful?