hackquest logo

Dark Subnet

Computation on data you cannot see. Verification of work you cannot read.

视频

项目图片 1

技术栈

Python

描述

🌑 Dark Subnet – The Trust Layer for Bittensor

Dark Subnet is a pioneering Bittensor implementation that unlocks sensitive AI use cases (Healthcare, Finance, Privacy-Preserving GovTech) by combining Fully Homomorphic Encryption (FHE)/Zero Knowledge Proofs (ZKP)/Multi Party Computation (MPC) with a novel Honey Pot Verification mechanism.

Today, decentralized AI requires miners to see raw inputs. This prevents deployment in healthcare, finance, government, and enterprise environments where data exposure is unacceptable.

Dark Subnet solves this using three core cryptographic layers:

Fully Homomorphic Encryption (FHE)

Miners compute directly on encrypted data. They never see inputs or outputs.

Zero-Knowledge Proofs (ZKP)

Using Pedersen commitments and Fiat-Shamir transforms, miners prove correct computation without revealing data.

Multi-Party Computation (MPC)

Validator keys are distributed using Shamir Secret Sharing with threshold decryption. No single validator can decrypt sensitive results.

We combine these into a new consensus primitive:

🧠 Proof of Blind Intelligence (PoBI)

Verifiable AI work that remains completely private.

Validators inject encrypted Honey Pot Trap tasks to detect dishonest miners. Since miners cannot distinguish traps from real requests, correctness proves genuine encrypted computation.

The computational overhead of FHE becomes an inherent proof-of-work — intelligence cannot be faked cheaply.

---

Impact:

Dark Subnet transforms Bittensor from a marketplace of intelligence into a marketplace of trusted intelligence.

It unlocks regulated industries, confidential AI agents, and enterprise adoption — without sacrificing decentralization.

This is not just another subnet. 🚫

It is the cryptographic trust layer for decentralized AI.

本次黑客松进展

Ready to deploy on Testnet

Testnet Guide: https://github.com/GodOfAgents/Dark-Subnet/blob/main/TESTNET_GUIDE.md

✅ Test Coverage

(Ran all tests in Docker)

docker run dark-subnet python -m pytest tests/ -v

  • Results: 36 passed

  • Crypto (ZKP/MPC): 26 tests

  • FHE Models: 6 tests

  • Synapse Protocol: 4 tests

融资状态

$0/- no fundraising fully self funded

队长
AAseem Chishti
项目链接
赛道
DeFiDAOAIOther