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

[CL] Implement reward splitting and Balancer migration #4828

Closed
AlpinYukseloglu opened this issue Apr 4, 2023 · 1 comment
Closed

[CL] Implement reward splitting and Balancer migration #4828

AlpinYukseloglu opened this issue Apr 4, 2023 · 1 comment
Assignees
Labels
F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board

Comments

@AlpinYukseloglu
Copy link
Contributor

AlpinYukseloglu commented Apr 4, 2023

Background

Our current approach for incentives ignores Balancer pools and assumes that every LP will immediately have to migrate to continue earning incentives. While we eventually want everyone to migrate, this makes for odd UX, especially since we will not immediately have superfluid rewards ready for CL at launch. Specifically, the primary issues posed by the current setup are as follows:

  1. Rush for LPs to migrate (bad UX and risks breaking dependent contracts/vaults)
  2. Mass unlock for superfluid staked OSMO
  3. LPs can mass-exit by migrating and leaving (since we removed freezing)
  4. LPs are forced to choose between superfluid incentives and chain incentives

Suggested Design

There are a number of approaches to addressing these issues, but for many reasons we have internally converged on making the following key changes:

Required

Optional

Acceptance Criteria

  • All of the functionality above is implemented and thoroughly tested
@AlpinYukseloglu AlpinYukseloglu added the F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board label Apr 4, 2023
@github-project-automation github-project-automation bot moved this to Needs Triage 🔍 in Osmosis Chain Development Apr 4, 2023
@AlpinYukseloglu AlpinYukseloglu changed the title [CL][Incentives] Implement reward splitting for incentives [CL][Incentives] Implement reward splitting and Balancer migration Apr 4, 2023
@AlpinYukseloglu AlpinYukseloglu changed the title [CL][Incentives] Implement reward splitting and Balancer migration [CL] Implement reward splitting and Balancer migration Apr 4, 2023
@p0mvn p0mvn moved this from Needs Triage 🔍 to In Progress🏃 in Osmosis Chain Development Apr 10, 2023
@p0mvn p0mvn moved this from In Progress🏃 to Needs PR Review in Osmosis Chain Development Apr 17, 2023
@p0mvn
Copy link
Member

p0mvn commented Apr 24, 2023

We can close this now, as major work is complete and minor issues are tracked separately

@p0mvn p0mvn closed this as completed Apr 24, 2023
@github-project-automation github-project-automation bot moved this from Needs PR Review to Done ✅ in Osmosis Chain Development Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board
Projects
Archived in project
Development

No branches or pull requests

3 participants