-
Notifications
You must be signed in to change notification settings - Fork 215
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
Treasury: clean up new collateral addition #2877
Comments
Moving to Product Backlog. Important change but from a product perspective not explicitly necessary for Staking Dynamics phase or Rewards Beta. If the LP token change here is inextricably linked with extracting AMM rewards then it's worth revisiting how much of this to address. |
In #4026 we have:
This issue seems like a good-enough place to track that. |
or... should we track that somewhere else, since #4026 seems to address the original scope of this issue: "governance tokens in Vaults are no longer supported". Maybe that's only part of getting rid of them. |
This issue is obsolete, so I'll add closing it to #4026. The liquidity tokens spoken of above were the ones from the AMM that the Treasury used to receive as part of creating the pools. Since it no longer creates those pools, there aren't any tokens to hold onto. |
The explicit TODO referenced just above here is now done in bootstrap.js in that same PR. |
What is the Problem Being Solved?
The Treasury code mints a Governance token, which isn't part of the design, and doesn't explicitly touch received Liquidity tokens.
Description of the Design
Drop the vestigial Governance token. create a seat to own the Liquidity tokens
Security Considerations
None.
Test Plan
basic testing.
The text was updated successfully, but these errors were encountered: