From f7091b6bd0b8c9da8b06dd5c957c5285ac0b81f1 Mon Sep 17 00:00:00 2001 From: Adam Moser <63419657+toteki@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:12:43 -0600 Subject: [PATCH] Update proto/umee/leverage/v1/tx.proto --- proto/umee/leverage/v1/tx.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/umee/leverage/v1/tx.proto b/proto/umee/leverage/v1/tx.proto index 05e0b364ae..a4e62a0dfd 100644 --- a/proto/umee/leverage/v1/tx.proto +++ b/proto/umee/leverage/v1/tx.proto @@ -54,7 +54,8 @@ service Msg { // limit checks for the liquidator are deferred until after the reward is collateralized, allowing // this initial borrow to exceed the liquidator's borrow limit as long as it is healthy by the end // of the transaction. Repay amount is calculated automatically, so the liquidator only specifies - // repay and reward token denoms. + // repay and reward token denoms. For safety, the liquidator cannot exceed 80% of their borrow limit when + // executing this transaction, instead of the regular 100%. rpc LeveragedLiquidate(MsgLeveragedLiquidate) returns (MsgLeveragedLiquidateResponse); // SupplyCollateral combines the Supply and Collateralize actions.