For the complete documentation index, see llms.txt. This page is also available as Markdown.

LlamaLendSelfLiquidate

Description

LlamaLendSelfLiquidate Closes the users position while he's in soft liquidation

Action ID

0xafcc4eb7

SDK Action

const llamaLendSelfLiquidateAction = new dfs.actions.llamalend.LlamaLendSelfLiquidateAction(
    controllerAddress,
    minDebtAssetExpected,
    from,
    to,
    debtAsset
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated