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

LiquityRatioIncreaseCheck

Description

Action to check if ratio of the Liquity position after strategy execution is greater than the target ratio.

Notes

5% offset acceptable

Action ID

0x3b29b437

SDK Action

const liquityRatioIncreaseCheckAction = new dfs.actions.checkers.LiquityRatioIncreaseCheckAction(
    targetRatioIncrease
);

Action Type

CHECK_ACTION

Input Parameters

    /// @param targetRatioIncrease Target ratio increase.
    struct Params {
        uint256 targetRatioIncrease;
    }

Return Value

Events and Logs

Last updated