Reward Mechanism
RhinoSpider is a peer-to-peer resource-sharing network that rewards users for contributing idle bandwidth and computational power to decentralized applications and AI.
RhinoSpider rewards users for bandwidth and computational contributions, adjusted based on mode, region, and device capabilities.
Bandwidth Reward Formula (Web Client and App)
Rewards for bandwidth-sharing via the web client or app depend on:
Bandwidth Shared (𝐵𝑠ℎ𝑎𝑟𝑒): Total MB of bandwidth contributed.
Regional Demand (𝐷𝑔𝑒𝑜): Regions with higher demand yield better rewards.
Network Load (𝐶𝑙𝑜𝑎𝑑): Varies based on overall network usage.
Rbandwidth = (kB × Bshare) × (1 + Dgeo) × (1 + Cload)
Computational Rewards Formula (App Only)
Computing rewards are calculated based on:
Compute Power (𝑃comp): CPU/GPU contribution measured in FLOPS.
Task Priority (𝑇priority): Demand level of the computational task.
Uptime (U): Continuous uptime boosts reliability, increasing rewards.
Rcompute = kC × Pcomp × Tpriority × U
where kC is the reward per unit compute.
Hybrid Mode Reward Adjustment
For users in Hybrid Mode (app only), rewards are enhanced:
Rtotal = (Rbandwidth + Rcompute) × (1 + [H/2])
where H is the Hybrid Bonus (between 5% and 20%).
Last updated