Hello ICP Architects and Builders,
We recently grew tired of seeing highly sensitive clinical and continuous wearable telemetry (Oura, Whoop, Apple Watch) being hoovered up by centralized Web2 cloud providers to train corporate models.
To solve this, we bypassed AWS entirely and built AETERNA: a decentralized operating system for biology, anchored natively on the Internet Computer.
We are currently launching our Genesis Phase (capping at 100 Alpha Nodes) and wanted to drop the architecture here for the core engineers to review. We are pushing the limits of dynamically spawned canisters, large-scale stable memory, and browser-side AI compute.
The Architecture
1. The Sovereign Vault (Dynamically Spawned Canisters)
Instead of a shared database, the AETERNA Engine (our factory canister) uses cycles to dynamically forge a dedicated, isolated 400GB smart-canister for every verified user. Access is managed via a one-to-one Genesis Soulbound Token (SBT), acting as the locator beacon to fetch their specific vault on new devices.
2. Zero-Leakage Ingestion (Junction API + PQC)
We integrated the Junction (formerly Vital) SDK directly into the React frontend. Telemetry and clinical bloodwork are ingested on the client, encrypted locally via Post-Quantum (Kyber-1024) standards, and pushed as encrypted blobs into their personal ICP canister. Zero plain-text data ever touches a server.
3. WebGPU Compute + Blockchain Storage
This is where the ICP stack shines. Because the data cannot be read by a centralized server, the AI must run locally. When a user authenticates, the canister returns their encrypted timeline. The client decrypts it and feeds it directly into a WebGPU-accelerated local LLM (currently executing with Qwen for node testing, locking to Gemma-2b for final Mainnet execution) to act as a 24/7 Sentinel Oracle, analyzing biological drift without a single byte of data leakage.
4. The Genesis Boot
During the intake ritual, the engine captures the user’s demographic baseline (including Cycle-Sync logic for female bio-markers) and hardware signatures. To prevent spam and ensure the vault has autonomous runway, initialization requires a $198 Activation Deposit (managed non-custodially via threshold-ECDSA), which funds the node’s fuel and stable memory.
The Genesis Gate
You can view the Monolith and the Intake Dossier UI here:
Note: The UI is completely decentralized and deployed via asset canisters.
We built this entirely on Motoko and React/Vite. The goal is to prove that Decentralized Science (DeSci) doesn’t just mean tokenizing research—it means physically securing the biological data of the individual at the protocol level, allowing them to eventually yield Bio-Capital from their own biology.
We would love feedback from the core devs on our canister-spawning factory model and stable memory optimization for handling high-frequency telemetry blobs.
Biology is the engine. Cryptography is the shield.
— The AETERNA Protocol