From 3eaf13dc33f0b81ac65cdba7e55feeaedba85c50 Mon Sep 17 00:00:00 2001 From: Adam Moser <63419657+toteki@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:55:08 -0600 Subject: [PATCH] Update x/leverage/README.md Co-authored-by: Robert Zaremba --- x/leverage/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/leverage/README.md b/x/leverage/README.md index ef3dd3577d..d2d07d38e9 100644 --- a/x/leverage/README.md +++ b/x/leverage/README.md @@ -320,7 +320,8 @@ Here are their basic functions: - `MsgLiquidate` Liquidates a borrower whose borrowed value has exceeded their liquidation threshold (which is a certain amount above their borrow limit). The liquidator repays a portion of their debt using base tokens, and receives uTokens from the target's collateral, or the equivalent base tokens. The maximum liquidation amount is restricted by both the liquidator's specified amount and the borrower's liquidation eligibility, which may be partial. - `MsgLeveragedLiquidate` Liquidates a borrower, but instead of repaying with base tokens from wallet balance, borrows those tokens immediately before using them. Receives uTokens from the target's collateral, and immediately collateralizes them for the liquidator instead. -This transaction will succeed even if the liquidator could not afford to borrow the initial tokens (due to borrow limit), as long as they are below 80% usage of their new borrow limit after the reward collateral is added. + +This transaction will succeed even if the liquidator could not afford to borrow the initial tokens (thanks to the new collateral position acquired from the borrower), as long as they are below 80% usage of their new borrow limit after the reward collateral is added. The liquidator is left with a new borrow that they must pay off, and new collateral which can eventually be withdrawn. ## Update Registry Proposal