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

Node Structure

  • Provider Nodes: These nodes contribute GPU power to the network. They are rewarded daily based on the compute units they provide. The total reward pool consists of 20 million GPoints, distributed over a year. Each provider's share is calculated based on their contribution relative to the total compute units on the network.

  • Validator Nodes: Validators will be responsible for keeping the GAN Chain working by verifying, voting on, and maintaining a record of transactions. The transactions from the mempool are bundled into an execution payload and sent to the chosen validators for verification.

  • Queen Nodes: These nodes are responsible for assigning computational tasks to provider nodes and conducting regular health checks to ensure smooth operation. They play a crucial role in maintaining the integrity and efficiency of the compute renting process.

Note: Validator Nodes are given an option to upgrade to a Queen Node by staking a defined amount of GPoints in the near future.

  • King Node: The central node of the GAN Chain, the King Node, is responsible for monitoring the queen. It acts as the supreme authority & ensures security. It will be added in the near future.

PreviousGAN ChainNextChain Architecture

Last updated 11 months ago