-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fast Exit Construction #726
Comments
So one thing that I just remembered is that the biggest issue I saw last week is the two/three step asset transfer:
but maybe that's not even an issue, if we hide this flow behind the frontend UX? Opinions? |
3 can probably be automated, triggered automatically after 2 is success. we take the gas cost of this tx from 1, or from fees? thoughts? |
how do we automate claim? part of |
I was thinking of a bot that would call the |
So @souradeep-das and me asked ourselves, how much is Compound actually useful to what we're trying to accomplish: Oracles play a major role in Compound as they act/force on the liquidation ratio and borrow permission ratio. Coming out of the conversation I had with Souradeep:
Other stuff: It would make sense for the Quasar to give "insurance" when it borrows in a default currency, perhaps ETH or OMG. This would be a sort of over-collateral borrowing that Compound already understands. In our case, this is much simpler since the borrowing is only allowed from the Quasar. Compound uses multi-collateral borrowing, which we'd use very strictly just with one token: @souradeep-das anything else you'd want to add? I'm sure I missed something. |
From Discussions last week-
We can attach lending/borrowing (similar to compound's design) to the liquidity pool of the existing quasar fast exits design. This is to keep the same design and open the quasars pool to be suppliable by everyone. The compound design can be seen as an external attachment wherein the quasar owner is the pseudo borrower from the pool, and uses these borrowed asset to provide liquidity for exiting outputs.
The Ux being 2-3 steps could be an issue, so we might want to be aggressive with the params and run in operator trust method and remove waiting period from the quasar. , since operator is providing liquidity(the funds are borrowed though). Find some discussions about the possibility of making UX simpler here - #723 (comment)
Some additional thoughts-
The text was updated successfully, but these errors were encountered: