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
, wherealpha
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.
Last updated