Mining Reward Distribution Mechanism

The AIPIN platform offers projects a customizable mining reward formula, designed to fairly distribute incentives based on contribution and lock-in behavior:

Formula Overview

Each user’s mining reward is determined by the following formula: User Reward = BaseReward × (UserWeight÷TotalWeight) × LockCoefficient

  • BaseReward

    • Refers to the total amount of EMC or project tokens distributed to all users in a given mining cycle

    • Typically set as a percentage of the remaining pool balance (e.g., 1–2% per day)

    • Projects may define their own emission models, such as:

      1. Fixed daily rewards

      1. Monthly decay schedules

      1. Custom logic tied to project growth

  • UserWeight (Individual Weight)

    • Measures a user's contribution during the mining cycle

    • Factors may include:

      1. Hardware uptime

      1. Number of AI tasks completed

      1. Node compute contribution

    • All users' weights are aggregated to form the TotalWeight

    • A user's share of the reward is determined by: UserWeight(i) ÷ TotalWeight

    • Users who contribute more to the network receive proportionally greater rewards

  • LockCoefficient

    • Users who lock their earned rewards for a period of time receive a multiplier bonus (>1.0)

    • Default (no lock) is 1.0

    • Examples:

      • 30-day lock = 1.2×

      • 90-day lock = 1.5×

    • Projects can create customized lock period tiers or apply a formula-based multiplier curve

Last updated