LogoLogo
  • Learn
    • Introduction
      • AegisAI: Modular AI-Specific Layer 1 Blockchain
      • The Need for Decentralized AI
      • Features of AegisAI
      • Typical Use Cases
      • Vision: Building a Fair and Open AI Ecosystem
    • Overview of AegisAI
      • Dual-layer Architecture
      • Lifecycle of an AI Task
      • PoS+W Inference Concensys
      • Reward Mechanism
      • Composability
      • Staking-equivalent License
  • How-to Guides
    • Run a Node
    • Develop a DeAI Application
      • Quick Start Guide
      • AegisAI for EVM Developers
      • AegisAI for Solana Developers
      • AegisAI RPC API
      • Build Your First AI dApp
  • Reference
    • AegisAI LLM Inference Specifications
  • Community
    • Twitter
    • Telegram
Powered by GitBook
On this page
  1. Learn
  2. Overview of AegisAI

Reward Mechanism

AegisAI’s reward mechanism motivates participation in both computation and verification:

  • Computation Rewards:

    • Nodes are rewarded based on the speed and correctness of their submissions. The top m nodes, ranked by L1 timestamp, share a reward pool calculated as Task Gas Fees + Network Rewards * alpha, where alpha balances computation and verification incentives.

    • Rewards decrease by 10% for each subsequent rank.

  • Verification Rewards:

    • Verifiers earn rewards for validating results, with a pool comprising collateral from incorrect nodes plus Task Gas Fees + Network Rewards * (1 - alpha).

    • To ensure authenticity, verifiers must solve a task-specific PoW challenge. Rewards also decrease by 10% per rank.

PreviousPoS+W Inference ConcensysNextComposability

Last updated 2 months ago