From 09c20df53e07225a78da14dde8e5cc79ba81cacd Mon Sep 17 00:00:00 2001 From: shialoth Date: Sun, 11 May 2025 15:52:06 +0530 Subject: [PATCH] tokenomics update --- src/app/(home)/ArchitectureSection.tsx | 4 -- src/app/(home)/TokenomicsSection.tsx | 71 ++++++++++++++----------- src/assets/images/tokenomics.png | Bin 48824 -> 41188 bytes 3 files changed, 40 insertions(+), 35 deletions(-) diff --git a/src/app/(home)/ArchitectureSection.tsx b/src/app/(home)/ArchitectureSection.tsx index ea26af5..50a6aae 100644 --- a/src/app/(home)/ArchitectureSection.tsx +++ b/src/app/(home)/ArchitectureSection.tsx @@ -87,10 +87,6 @@ export default function ArchitectureSection() { question: "EdgeNode Client - GPU Resource Sharing", answer: "Idle GPUs are integrated into the network via the EdgeNode client. This lightweight software runs minimal background processes and uses a predictive algorithm called QuantumMesh to anticipate demand, ensuring optimal resource utilization. GPUs report their availability, specifications, and thermal status in real-time.", }, - { - question: "The Adaptive Smart Contracts", - answer: "The system employs Adaptive Smart Contracts (ASC), an enhanced blockchain-based framework that supports dynamic contract updates based on real-time computational metrics. ASCs handle pricing, performance verification, and dispute resolution without human intervention.", - }, { 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.", diff --git a/src/app/(home)/TokenomicsSection.tsx b/src/app/(home)/TokenomicsSection.tsx index 397b899..beb5dd4 100644 --- a/src/app/(home)/TokenomicsSection.tsx +++ b/src/app/(home)/TokenomicsSection.tsx @@ -10,12 +10,13 @@ export default function TokenomicsSection() { useEffect(() => { const interval = setInterval(() => { - setActiveState((prev) => (prev === 1 ? 0 : prev + 1)); + setActiveState((prev) => (prev === 3 ? 0 : prev + 1)); }, 5000); return () => clearInterval(interval); }, []); + return (
@@ -85,25 +86,19 @@ export default function TokenomicsSection() { {activeState === 0 && ( <>

- Circulating Supply (95%) + Circulating Supply (90%)

-

- The majority of tokens are allocated for general circulation, enabling wide - accessibility and active ecosystem participation. + The majority of tokens are allocated for general circulation, enabling wide accessibility and active ecosystem participation.

-
  • Transactions: Facilitating payments between GPU renters and providers.
  • -
  • - Liquidity: Supporting smooth trading on decentralized exchanges and - maintaining token stability. + Liquidity: Supporting smooth trading on decentralized exchanges and maintaining token stability.
-

Empowers community & the platform's core functionality.

@@ -113,38 +108,52 @@ export default function TokenomicsSection() { {activeState === 1 && ( <>

- Team Allocations (2%) + Core Team & Dev Fund (4%)

-

- A small portion of tokens is reserved for the project team, vested over a - multi-year period to align incentives with long-term platform success. These - funds support ongoing development, attract top talent, and ensure continuous - innovation. + A small portion of tokens is reserved for the project team, vested over a multi-year period to align incentives with long-term platform success. These funds support ongoing development, attract top talent, and ensure continuous innovation.

- Marketing Operations (1%) + Ecosystem Expansion (2%)

- -

- Dedicated to promoting the platform and driving adoption through campaigns, - community programs, and partnerships. -

- -

- Treasury & Ecosystem Development{" "} - (2%) -

-

- Reserved for research, grants, and maintaining operational resilience to - ensure long-term platform sustainability. + Allocated for fostering ecosystem growth through strategic partnerships and supporting GPU contributors. These grants aim to accelerate adoption and expand the network of value-aligned participants. +

+ + )} + + {activeState === 2 && ( + <> +

+ Liquidity Support (2%) +

+

+ Reserved for ensuring adequate decentralized exchange liquidity. This allocation provides the means to maintain healthy trading volumes, reduce slippage, and improve token accessibility. +

+ +

+ Community & Contributors (1%) +

+

+ Dedicated to rewarding community members, testers, and early supporters through bounties, hackathons, and feedback initiatives. This strengthens grassroots involvement and decentralized collaboration. +

+ + )} + + {activeState === 3 && ( + <> +

+ Infra & Emergency Reserve (1%) +

+

+ Maintained as a contingency fund to support validators, decentralized storage systems, and infrastructure scalability. This reserve ensures the platform remains resilient and adaptable in dynamic environments.

)} + - {[1, 2].map((_, index) => ( + {[0, 1, 2, 3].map((_, index) => (