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

LiquityRatioCheck

Description

Action to check the ratio of the Liquity position after strategy execution.

Action ID

0xafe610df

SDK Action

const liquityRatioCheckAction = new dfs.actions.checkers.LiquityRatioCheckAction(
    ratioState,
    targetRatio
);

Action Type

CHECK_ACTION

Input Parameters

    /// @param ratioState State of the ratio (IN_BOOST or IN_REPAY)
    /// @param targetRatio Target ratio.
    struct Params {
        RatioState ratioState;
        uint256 targetRatio;
    }

Return Value

Events and Logs

Last updated