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

E-Mode containers #1091

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

E-Mode containers #1091

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

Comments

@robert-zaremba
Copy link
Member

robert-zaremba commented Jul 4, 2022

Summary

Implement Aave E-Mode functionality.

Problem Definition

Today, when borrowing against a highly correlated asset, user has the same borrow limit as when borrowing against totally non correlated asset. For highly correlated assets we expect more efficiency. For example, when borrowing USDC against USDT, we don't expect much deviation, unless when some market situation will emerge.

Proposal

Aave implements an E-Mode containers.

E-Mode allows borrowers to restrict themselves in borrowing only assets belonging to a certain category (e.g., stablecoins). When this happens, if users supply assets of the same category as collateral, the borrowing power (LTV), and maintenance margin (liquidation threshold) are overridden by the E-Mode category configuration to allow higher capital efficiency.

E-Mode categories, enable a wave of new use cases such as:
• Highly efficient yield farming (for example, deposit ETH staking derivatives to borrow ETH)
• Diversified risk management

Solution

Create E-Mode containers. User will have to select when collaterizing tokens for an E-Mode container or when borrowing from the E-Mode container.

Each E-Mode container will have a set of lending parameters similar to token parameters from the factory. If a user makes an operation within an E-Mode container, the container parameters will be used instead of the token parameters,

Container composition as well as parameters will be subject to the governance.

Example

Let's say user want's to borrow ETH against sETH (some liquid staking of ETH). Normally he would would need to keep something like 130% collaterization ratio and the liquidation premium would be ~5%. However, when borrowing in an E-Mode ETH container, the collaterization ratio could be 105% and liquidation premium could be ~2%, making the supply more efficient.

Consequences

  • we still need to think how this will impact the general supply
  • for the final user it makes more sense to operate within E-Mode when possible

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@robert-zaremba robert-zaremba added this to the v5 milestone Jul 4, 2022
@robert-zaremba robert-zaremba changed the title E-Mode borrows E-Mode containers Jul 4, 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