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

Isolation Mode (sandobx) #1092

Open
4 tasks
robert-zaremba opened this issue Jul 4, 2022 · 0 comments
Open
4 tasks

Isolation Mode (sandobx) #1092

robert-zaremba opened this issue Jul 4, 2022 · 0 comments

Comments

@robert-zaremba
Copy link
Member

Summary

Allow risky assets to be utilized in lending in an Isolated Container.

Problem Definition

Today, to reduce market risk, Umee only allows to highly liquid assets in the lending framework. Aave has similar problem:

When Aave governance lists an asset on the Aave Protocol, borrowers using it as collateral immediately have access to the whole protocol’s liquidity. This makes it complicated to list new assets and reduces the capital efficiency for borrowers. Therefore, V3 introduces Isolation Mode, inspired by the MakerDAO approach for exposure management.

Proposal

Introduce a new type of assets: isolated:

  • Only Isolated Assests can only be added as a collateral in an isolated mode.
  • Only tokens that have been permitted by Umee governance to be borrowable in isolation mode can be borrowed by users utilizing an isolated collateral up to a specified debt ceiling.
  • Add new parameter for each token: maximum collateral. Each Isolated Asset must have defined maximum collateral. Users can put in aggregate up to maximum collateral of any token (unless the parameter is not defined). This is to protect the system of giving too much exposure to a single token (ref: https://decrypt.co/103489/solend-whale-108m-loan-nearly-crashed-solana)

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@robert-zaremba robert-zaremba changed the title Isolation Mode Isolation Mode (sandobx) Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant