Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: LP performance reward metric #2266

Draft
wants to merge 5 commits into
base: colosseo_II
Choose a base branch
from
Draft

Conversation

cdummett
Copy link
Collaborator

@cdummett cdummett commented May 8, 2024

closes #2305

Summary

PR adds a new reward metric for reward Liquidity Providers for providing liquidity within a specified range.

To make the rewards independent of the liquidity fees accumulated on a market, the transfer implements the concept of "virtual fees". That is, the fees that would have been distributed for a fixed amount of accumulated fees (1 quantum).

This reward metric will require core to compute SLA performance for a number of price ranges and as such a new network parameter is added to restrict the minimum transfer size of transfers to reward pools.

@cdummett cdummett added this to the 🏛️ Colosseo II milestone May 8, 2024
@cdummett cdummett self-assigned this May 8, 2024
@cdummett cdummett changed the base branch from master to colosseo_II May 8, 2024 09:45
@cdummett cdummett marked this pull request as ready for review May 15, 2024 09:57
@cdummett cdummett requested a review from a team May 15, 2024 09:57
protocol/0056-REWA-rewards_overview.md Outdated Show resolved Hide resolved
protocol/0056-REWA-rewards_overview.md Outdated Show resolved Hide resolved
@davidsiska-vega
Copy link
Contributor

Blocked until we finalise #2299

@davidsiska-vega davidsiska-vega marked this pull request as draft June 19, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LP protocol reward schemes carry own SLA def
3 participants