From f1fe3989bf642bd549b32a8dabb933f512dac578 Mon Sep 17 00:00:00 2001 From: shialoth Date: Tue, 13 May 2025 23:10:00 +0000 Subject: [PATCH] removed computecoins --- src/app/(home)/ArchitectureSection.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/(home)/ArchitectureSection.tsx b/src/app/(home)/ArchitectureSection.tsx index 50a6aae..022a8b4 100644 --- a/src/app/(home)/ArchitectureSection.tsx +++ b/src/app/(home)/ArchitectureSection.tsx @@ -91,10 +91,6 @@ export default function ArchitectureSection() { question: "HiveMind Engine For Computing Resource Orchestration", answer: "Orchestration is powered by the HiveMind engine, a distributed AI-powered scheduler. HiveMind uses neural topology mapping to allocate workloads intelligently, balancing computational loads while minimizing latency. It also supports cross-node task migration, enabling seamless scaling for complex jobs.", }, - { - question: "ComputeCoins For A Better Payment Integration", - answer: "The platform introduces ComputeCoins, a native cryptocurrency designed for microtransactions. ComputeCoins utilize a hybrid consensus model combining proof-of-contribution and proof-of-completion, ensuring that payments reflect actual GPU utilization. This system rewards efficiency and penalizes fraud.", - }, { question: "Security and Privacy", answer: "The platform employs QRE encryption to secure communications and transactions, ensuring protection against future quantum-based threats. Computation on GPUs is sandboxed using a proprietary system called Isolated Compute Layers (ICL), which prevents interference or data leaks between tasks.",