Reward Distribution
Last updated
Last updated
Introduction
Reward distribution plays a crucial role in ensuring network security, decentralization, and alignment of incentives among participants. This documentation provides a detailed overview of the reward distribution system in our network, focusing on Logarithmic Reward and Time-Based Rewards algorithms.
Section 1: Logarithmic Reward Algorithm
This algorithm aims to encourage smaller stakers by making rewards proportional to the logarithm of the stake. It diminishes the power of large stakeholders.
1.1 Mathematical Formula
The reward for a particular stakeholder is calculated as:
1.2 Parameters
Total Reward: The entire reward pool.
Stakeholder's Stake: Amount staked by an individual stakeholder.
all individual stakes: A collection of stakes from all stakeholders.
1.3 Code Example
Section 2: Time-Based Rewards Algorithm
This model encourages long-term holding by granting rewards based on the amount of time a stakeholder keeps their stakes.
2.1 Mathematical Formula
The reward is calculated as:
2.2 Parameters
Total Reward: The entire reward pool.
Stakeholder's Stake: Amount staked by an individual stakeholder.
Stakeholder's Time: Duration of the stakeholder's staking.
all individual Stake * Time: A collection of the products of stakes and time from all stakeholders.
2.3 Code Example
Section 3: Reward Sources
The rewards come from various sources:
Transaction costs from stablecoins and asset tokens.
Interest from overcollateralized and uncollateralized loans.
Smart contract fees.
Section 4: EntryPoint Rewards
Entry points receive a small portion (x%) of the staking rewards. This is deflationary and diminishes until the entry points earn like a normal validator.
4.1 Mechanism to Determine x%
[Insert the chapter or details related to how the x% factor is determined]
Section 5: Delegated Proof of Stake (DPoS)
The entire reward distribution model is based on a DPoS algorithm, ensuring a balance between decentralization, scalability, and security.
The described reward distribution strategy effectively balances various stakeholders' interests, promotes long-term holding, and mitigates large stakeholders' undue influence. By employing Logarithmic and Time-Based Rewards algorithms and by carefully aligning sources and mechanisms of rewards, the system fosters a resilient and fair network economy.
Additional Ideas for Improvement
Dynamic Adjustment of Parameters: Implement mechanisms to dynamically adjust parameters based on network conditions to ensure robustness.
Multi-Level Reward Tiers: Introduce different reward tiers based on stakeholders' contributions or activities to further align incentives.
Let's categorize stakeholders into 3 tiers:
Bronze,
Silver,
Gold,
Each with its own reward multiplier.
Hybrid Reward System: Combining different staking algorithms to create a more balanced and nuanced reward distribution system.
To combine the logarithmic and time-based reward systems:
Where:
To combine everything into a single system:
Where:
represents the reward from the combined system.
is the weight assigned to the logarithmic reward. If , it means 70% of the reward is based on the logarithmic reward and 30% on the time-based reward.
is the reward from the logarithmic staking system.
is the reward from the time-based staking system.
is the total reward pool available for distribution.
is the reward multiplier based on the tier (Bronze, Silver, Gold) of the staker.
is a function that adjusts parameters dynamically based on network conditions.
is the total amount staked in the network.
is the amount staked by an individual participant.
is the time duration for which the participant staked.