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

MorphoBlueTargetRatioCheck

Description

Action to check the ratio of the Morpho Blue position after strategy execution.

Notes

This action only checks for current ratio, without comparing it to the start ratio. 5% offset acceptable

Action ID

0x49f12f40

SDK Action

const morphoBlueTargetRatioCheckAction = new dfs.actions.checkers.MorphoBlueTargetRatioCheckAction(
    loanToken,
    collateralToken,
    oracle,
    irm,
    lltv,
    user,
    targetRatio
);

Action Type

CHECK_ACTION

Input Parameters

Return Value

Events and Logs

Last updated