CurveUsdLevCreate

Description

Creates a new curveusd leveraged position with a given amount of collateral and debt

Notes

This action uses internal swapper to create a loan

Action ID

0x2465d76e

SDK Action

const curveUsdLevCreateAction = new dfs.actions.curveusd.CurveUsdLevCreateAction(
    controllerAddress,
    collateralAmount,
    debtAmount,
    minAmount,
    nBands,
    from,
    additionData,
    gasUsed,
    dfsFeeDivider
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?