CurveUsdSelfLiquidateWithColl

Description

Liquidates a curveusd position with a given percentage of collateral

Notes

This action uses internal swapper to liquidate the position

Action ID

0xe17ef895

SDK Action

const curveUsdSelfLiquidateWithCollAction = new dfs.actions.curveusd.CurveUsdSelfLiquidateWithCollAction(
    controllerAddress,
    percentage,
    minCrvUsdExpected,
    swapAmount,
    minAmount,
    to,
    additionData,
    gasUsed,
    dfsFeeDivider
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?