interface icon indicating copy to clipboard operation
interface copied to clipboard

Support for siloed borrowing in the interface

Open foodaka opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. In the contracts for v3 we support the new functionality around siloed borrowing. This means the user would be able to borrow only that specific asset. Therefore once you borrow a siloed asset you would not be able to borrow another asset. Its currently on the contracts but it is not yet enabled on any assets.

Describe the solution you'd like An indication and flow for the user that when you borrow a siloed asset it restricts borrowing of other assets with a message.

foodaka avatar Jul 19 '22 12:07 foodaka

@kartojal UiPoolDataProviderV3 contract needs to be re-deployed for all V3 markets with this change: https://github.com/aave/aave-v3-periphery/commit/08d20c07b5c81765216be2b374d6c67b7a0e57b7

defispartan avatar Jul 22 '22 22:07 defispartan