interface icon indicating copy to clipboard operation
interface copied to clipboard

More descriptive error message for stable borrow

Open shivgupt opened this issue 2 years ago • 5 comments

Aave protocol do not allow stable rate borrow when collateral asset is mostly same as borrow asset. Currently UI shows 👇🏻 error message to user when trying to initiate same asset borrow which seems bit convoluted. image

Suggestion: Update the error statement to something along lines - "stable rate borrow only supported when collateral and borrow asset are different", so that it is more clear to the user.

shivgupt avatar Jun 03 '22 17:06 shivgupt

This is still an issue, the stable borrow can be affected by the overall % of stable borrow and the percentage of a stable borrowed asset compared to a users collateral of that asset.

defispartan avatar Aug 17 '22 19:08 defispartan

So this text should be updated

defispartan avatar Aug 17 '22 19:08 defispartan

Should figure out what the error message should say in this scenario. Mostly this issue is around figuring out what this text should be, then quickly updating/implementing it.

drewcook avatar Aug 17 '22 19:08 drewcook

Hi! Also want to have my 5 cents from design point of view.

Since there is a dependancy of conditions from interest rate choice, we can re-organize elements in the window to show it better and fit different messages better: Screenshot 2022-09-30 at 15 18 46

So here, if APY select comes first, everything underneath it can change and show different conditions. As an example, different available amounts to borrow depending on the APY rate. The same with error messages, hints, min amount, etc.

I'll work on more detailed designs.

iamanastasia avatar Sep 30 '22 11:09 iamanastasia

@defispartan Tagging myself so I remember to review

defispartan avatar Oct 06 '22 15:10 defispartan