GNUS.AI
  • 🧠About GNUS.AI
    • GNUS.AI
    • Introduction
    • Features and Benefits
      • Scale and cost-efficiency
      • GNUS.ai Network vs. Centralized xAI 100k Cluster
        • 1. Executive Summary
        • 2. Introduction
        • 3. Understanding the GNUS.ai Decentralized Network
        • 4. The Centralized xAI 100k Cluster Explained
        • 5. Comparing CAPEX and OPEX
        • 6. Payout Structure and Profitability
        • 7. The Deflationary Token Mechanism
        • 8. Projected Token Price Appreciation
        • 9. Summary Comparison Tables
        • 10. Conclusion and Next Steps
        • Final Thoughts
      • Tokenomics
    • Public Roadmap
    • Whitepaper
    • Meet the Team
    • Why GNUS.AI
      • Works Everywhere
      • Customizable
      • Fast
      • Secure
        • Secure 2FA with TOTP and zk-SNARKs
    • How Does It Work?
      • Idle Central Processing (GPU)
      • Distributed Computation
      • Dynamically Adjusted Resource Allocation
  • 🖥️Technical Information
    • Super Genius Blockchain Technical Details
      • SuperGenius DB Layout
      • AI Data Blocks
      • Slicing Data for Macro MicroJobs
      • Verification and Hash Results from Processing
      • Diagram of the internal blockchain, blocks and processing functionality
      • IPFS Pub Sub
      • SG Consensus Algorithm Implementation
      • Account creation with ECSDA and El Gamal
      • Key Derivation Function
      • El Gamal encryption
      • Prover specification
      • C++ Coding Standards
      • SuperGenius processing component information
        • Processing worker app workflow
        • Job Processing Flow
      • Super Genius DAG Blockchain
      • Minimal MMR Proof System with UTXOs
      • Cross-chain Bridging through SuperGenius
        • Overview of Technical Details for Cross-Chain Bridging Flow
        • Message Creation and Leader Election
        • Leader Ownership and Verification Channel Creation
        • Node Verification and Voting
        • Signature Collection and Aggregation
        • Destination Chain Submission and Validation
    • Hybrid Smart Contract
      • GNUS.ai Ecosystem: A Unified Network of Intelligence
      • Structure
        • Structure Details
      • Encoded IDs
    • Our Smart Contract Testing Philosophy
    • AI Systems
      • Overview
      • Query Workflow
      • Data Storage
      • Pub/Sub Communication
      • Retraining Mechanism
    • Zero Knowledge Proofs
      • Proof schemes and Elliptical Curves
  • Resources
    • Contact Us
    • Contracts
    • FAQS
    • Multisig Wallets
    • Glossary
    • Official Links
Powered by GitBook
On this page
  1. Technical Information
  2. Hybrid Smart Contract

Encoded IDs

Explanation

  • Upper 128 bits: Represent the parent token ID in the hierarchy. This ensures that each child token can trace its parent.

  • Lower 128 bits: Represent the child token ID. This uniquely identifies the child token within the context of its parent.

In this representation, each token and NFT has a globally unique lower 128-bit ID, ensuring no placeholders are used. Each new token or NFT increments a global counter to maintain uniqueness.

  1. GNUS Token

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000000

  2. Game Studio 1 Token (Child of GNUS)

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000001

  3. Game 1 Token (Child of Game Studio 1)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000002

  4. NFT 3 (Child of Game 1)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000003

  5. Game 3 Token (Child of Game Studio 1)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000004

  6. NFT 6 (Child of Game 3)

    • ID: 0x0000000000000000000000000000000100000000000000000000000000000005

  7. Assistance App 1 Token (Child of GNUS)

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000006

  8. Solo Game 1 Token (Child of GNUS)

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000007

  9. NFT 1 (Child of Solo Game 1)

    • ID: 0x0000000000000000000000000000000300000000000000000000000000000008

  10. NFT 2 (Child of Solo Game 1)

    • ID: 0x0000000000000000000000000000000300000000000000000000000000000009

  11. Healthcare App Token (Child of GNUS)

    • ID: 0x000000000000000000000000000000000000000000000000000000000000000A

  12. Country 1 Token (Child of GNUS)

    • ID: 0x000000000000000000000000000000000000000000000000000000000000000B

  13. Game Studio 2 Token (Child of Country 1)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000C

  14. Game 2 Token (Child of Game Studio 2)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000D

  15. NFT 4 (Child of Game 2)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000E

  16. Game 4 Token (Child of Game Studio 2)

    • ID: 0x000000000000000000000000000000050000000000000000000000000000000F

  17. NFT 5 (Child of Game 4)

    • ID: 0x0000000000000000000000000000000500000000000000000000000000000010

  18. ISP App Token (Child of Country 1)

    • ID: 0x0000000000000000000000000000000500000000000000000000000000000011

  19. Finance App

    • ID: 0x0000000000000000000000000000000000000000000000000000000000000012

PreviousStructure DetailsNextOur Smart Contract Testing Philosophy

Last updated 1 year ago

🖥️