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

CurveUsdCollRatioCheck

Description

Action to check the collateral ratio of the Curve USD position after strategy execution.

Notes

5% offset acceptable

Action ID

0xe677476f

SDK Action

const curveUsdCollRatioCheckAction = new dfs.actions.checkers.CurveUsdCollRatioCheck(
    ratioState,
    targetRatio,
    controllerAddr
);

Action Type

CHECK_ACTION

Input Parameters

Return Value

Events and Logs

Last updated