GAN Chain Documentation
  • Introduction
  • Barrels of Compute Guide
    • Barrel of Compute FAQ
  • $GPU Tokenomics
    • $GPU Genesis Nodes
    • $GPU Agentic Compute
    • Deflation
    • Distribution
    • Utility
    • Daily Emissions
      • Distribution
      • Emission Rate
  • GAN Chain
    • Node Structure
    • Chain Architecture
    • GAN Consensus Mechanisms
      • Proof of Authority
      • Proof of Availability
      • Proof of Compute
      • GPU Benchmarking
  • Nodes
    • Validator Node Licensing
    • Total Supply
    • Pricing
    • Provider Node Setup
      • Add a Provider Node
      • Add a Machine
      • Start a Machine
    • Validator Node Setup
      • Creating an SS58 Address
      • Adding the Validator Node
      • Adding the SS58 account to explorer
      • Running the Validator Node
      • Adding Validator in the Explorer
    • Queen Staking Setup
    • Network Rewards
      • Health Score
      • Compute Score
      • Node score
      • Staking Score
      • Reward Calculator
  • Smart Contracts
    • GPU.sol
    • Rewards.sol
  • Issuance or Minting
  • Rent gpu
  • Subnets
Powered by GitBook
On this page
  1. GAN Chain
  2. GAN Consensus Mechanisms

Proof of Compute

PreviousProof of AvailabilityNextGPU Benchmarking

Last updated 11 months ago

Proof of Compute (PoC) is a novel consensus algorithm designed for the GAN Chain to efficiently allocate GPU resources among providers for tasks assigned by consumers. PoC combines elements of Proof of Stake (PoS) and Proof of Work (PoW) to ensure fair and decentralised resource allocation while maintaining high-quality task execution. The algorithm involves three main actors: Queen node, Provider node, and Consumer. Providers stake their GPU resources and participate in the GAN Chain network, where the Queen node evaluates their capabilities through benchmarking tests, system configurations, and Time-to-Live (TTL) parameters. Providers are rewarded based on their performance and are assigned tasks from consumers. Throughout the task execution, the Queen node continuously monitors the provider's health to ensure the quality of service. PoC offers a unique blend of PoS and PoW, denoted as PoC = PoS + PoW, to create a decentralised and automated ecosystem within the GAN Chain.

  • Provider Registration and Staking: Providers stake their GPU resources to participate in the GAN Chain network. Staked resources are registered in the GAN Chain and serve as collateral for participating in task assignments.

  • Queen Node Evaluation: Upon registration, the Queen node evaluates provider capabilities using benchmarking tests, system configurations, and TTL parameters. These evaluations ensure that providers meet the required standards for task execution.

  • Continuous Monitoring by Queen Node: Throughout the task execution process, the Queen node monitors provider health to ensure the quality of service. This monitoring includes performance checks and adherence to consumer requirements.