Please enable JavaScript.
Coggle requires JavaScript to display documents.
Solend Instructions, Solend States, Isolated lending protocol strategy -…
Solend Instructions
-
-
-
-
DepositReserveLiquidity: Deposit liquidity into a reserve in exchange for collateral. Collateral represents a share of the reserve liquidity pool
-
-
-
-
-
-
-
LiquidateObligation: Repay borrowed liquidity to a reserve to receive collateral at a discount from an unhealthy obligation
-
DepositReserveLiquidityAndObligationCollateral: Combines DepositReserveLiquidity and DepositObligationCollateral
-
-
LiquidateObligationAndRedeemReserveCollateral: Repay borrowed liquidity to a reserve to receive collateral at a discount from an unhealthy obligation
Solend States
Obligation
-
-
-
-
deposits: Vec<ObligationCollateral>,
borrows: Vec<ObligationLiquidity>,
-
-
-
-
-
-
-
-