💰Reward Mechanism

The Evora token reward system is designed to encourage high performance, distributed, and honest behavior across edge device operators.

Reward=BaseRate×UptimeFactor×TaskFactor×DensityBoost×TierMultiplierReward=BaseRate×UptimeFactor×TaskFactor×DensityBoost×TierMultiplier

  • BaseRate: Fixed reward baseline

  • UptimeFactor: Ratio of uptime per 24h period

UptimeFactor=min(UptimeHours/24,1.0)UptimeFactor=min(UptimeHours/24,1.0)

  • TaskFactor: Measures the volume of successful AI tasks

TaskFactor=log(1+TasksCompleted)/log(1+MaxTasks)TaskFactor=log(1+TasksCompleted)/log(1+MaxTasks)

  • DensityBoost: Encourages operators to scale device ownership while ensuring fairness

DensityBoost=1+log(1+NearbyOwnedDevices)0,5DensityBoost=1+log(1+NearbyOwnedDevices)0,5

Last updated