AeroNyx
  • AeroNyx WhitePaper
    • Technical White Paper
    • Token Economics White Paper
  • Aledger Whitepaper
    • Tokenomics: The AFI Token Economy
    • RWA Asset Packages and Device Models
    • Joint Staking Mechanism
    • Aledger Decentralized Node System
    • Token Supply Adjustment Mechanisms
    • Temporal Reward Adjustment Mechanism
  • AeroNyx Network Points System
    • Decentralized Node Points
    • SNYX Staking Rewards System
  • Decentralized Node Documentation
    • Run AeroNyx decentralized nodes on your server using Docker
    • SNYX Token Guide for AeroNyx Network
    • How to Claim Test Tokens and Find Nodes to Stake
    • Setting Node PassCode for Enhanced Privacy
  • AeroNyx FAQ & Community Guide
    • Invitation code
    • Unverified developers on Apple systems
    • Account Recovery: Lost Password Guide
    • Interacting with AeroNyx: Wallet Setup Guide
  • Update Announcement
    • Node Docker Update Announcement
    • AeroNyx iOS 1.0.1 Release Notes
  • Media resources
  • Developer documentation
    • Overview
    • C++
    • Python
    • NodeJS
    • Rust
  • Articles
    • AERONYX PRIVACY POLICY
    • AERONYX USER AGREEMENT
    • AERONYX US USER SERVICE AGREEMENT
    • ALEDGER NODE OPERATOR CODE OF CONDUCT
    • ALEDGER PLATFORM GENERAL RISK DISCLOSURE
    • ALEDGER PLATFORM MASTER TERMS OF SERVICE
    • ALEDGER REAL WORLD ASSET PACKAGE PURCHASE AGREEMENT
    • ALEDGER PLATFORM PRIVACY POLICY
    • ALEDGER NODE OPERATOR COOPERATION AGREEMENT
    • Unleashing Global Computing Power: AeroNyx's Integration of SOON SVM for DePIN Privacy-Preserved Nod
    • AeroNyx and DePHY: Pioneering the Next Wave of Decentralized Networks
  • ANPB NFT
    • Introduce
Powered by GitBook
On this page
  • Strategic Temporal Allocation Formula
  • Parameter Governance
  1. Aledger Whitepaper

Temporal Reward Adjustment Mechanism

Strategic Temporal Allocation Formula

To balance early adopter incentives with sustainable growth, Aledger implements a strategic temporal allocation formula that dynamically adjusts rewards based on participation timing, network growth, and total supply constraints.

User Reward = Base Reward × [α × Temporal Coefficient + β × Staking Ratio + γ × Network Saturation Factor]

Where:

  • Base Reward: Standard reward calculated from asset package APY

  • α, β, γ: Weight coefficients that sum to 1.0 (initially set to α=0.4, β=0.4, γ=0.2)

  • Temporal Coefficient: Rewards early adoption (calculated below)

  • Staking Ratio: Existing staking ratio coefficient from core tokenomics

  • Network Saturation Factor: Adjusts for network capacity constraints

Temporal Coefficient Calculation

Temporal Coefficient = 1 + 0.5 × [1 - min(User Entry Position / Adoption Threshold, 1)²]

Where:

  • User Entry Position: Sequential position of user registration (1 = first adopter)

  • Adoption Threshold: Target number for early adoption phase (initially 1,000 packages)

This creates a non-linear decay curve where:

  • First adopters receive up to 1.5× multiplier

  • Middle adopters receive gradually decreasing benefits

  • Late adopters (beyond threshold) receive the standard 1.0× multiplier

Network Saturation Factor

Network Saturation Factor = max(0, 1 - (Current Daily Emissions / Maximum Daily Emissions)^1.5)

This factor dynamically adjusts rewards as the network approaches maximum emission capacity:

  • At low emission levels (<50% of capacity): Minimal impact (~1.0×)

  • At medium emission levels (50-80% of capacity): Moderate reduction

  • At high emission levels (>80% of capacity): Significant reduction

Parameter Governance

The Temporal Reward Adjustment parameters (α, β, γ, Adoption Threshold) are subject to governance voting by node operators, with the following constraints:

  • Parameter adjustments limited to ±10% per quarter

  • 14-day advance notice required for any parameter changes

  • Super-majority (66%) of weighted node votes required for approval

PreviousToken Supply Adjustment MechanismsNextAeroNyx Network Points System

Last updated 2 months ago