This is a proposal to revamp network rewards distribution.
The current 8:2 reward ratio (Staking: Operation) and the taxation of Operation Rewards for Operators’ income inadequately covers the operational costs of a Node, particularly when running multi-worker deployment.
Multiple Operators have approached us to express this concern.
To address this, it is necessary to revamp the way Operation Rewards are calculated and distributed:
Calculation should be linked to more quantifiable metrics, such as the number of workers, the amount of storage used (as it’s the main cost), or something related to the Node’s coverage. Currently it’s linked to the number of requests, which in some cases, isn’t always fair. It is also vulnerable to manipulation since requests are not billed as of now.
Distribution of Operation Rewards should go to Operation Pool. By separating Operation Rewards from the Staking Pool, Operators retain full control over their earnings, improving cost recovery for running Nodes and enhancing financial viability for multi-worker deployments (also incentivizes such a deployment)
Is it possible to adjust the reward ratio from 8:2 to 9:1, with Operational Rewards making up 10% of the total reward? It seems that 20% is a little bit high for node rewards, which would mean users receive even less.
A method can be designed to calculate the potential contribution of Nodes in order to allocate Operation Rewards. This calculation method could include factors such as the total Node stake, whether it is a public good Node, uptime duration, the number of valid requests, and the number of networks and workers it supports. This would allow for a more comprehensive evaluation of the Node’s potential contribution to the network.
Based on the white paper’s description, the Operation Rewards Calculation should focus more on the Node’s contribution to the network. To align with this, I’ve further categorized and named the key factors as follows:
Request Distribution (measuring processing capacity and efficiency):
Valid request count (valid_count)
Potential invalid request count (invalid_count)
Data Indexing (measuring network coverage and load capacity):
Number of supported networks (network_count)
Worker count (worker_count)
Activity count (activity_count)
Stability (measuring reliability and continuous uptime):
Node version (version)
Continuous uptime (uptime)
These metrics provide a detailed framework to evaluate a Node’s contribution accurately and ensure the rewards are distributed fairly based on performance and reliability.
Formula Design
The total score for Node i is represented as S_i, with the formula: