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

LiquityV2TargetRatioCheck

Description

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

Notes

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

Action ID

0xd54d1b42

SDK Action

const liquityV2TargetRatioCheckAction = new dfs.actions.checkers.LiquityV2TargetRatioCheckAction(
    market,
    troveId,
    targetRatio
);

Action Type

CHECK_ACTION

Input Parameters

Return Value

Events and Logs

Last updated