waveFluidDexSmartDebtBorrow

Description

Borrow tokens from Fluid DEX vault (T3, T4)

Action ID

0x81fb1de1

SDK Action

const fluidDexBorrowAction = new dfs.actions.fluid.FluidDexSmartDebtBorrowAction(
    vault,
    to,
    nftId,
    borrowVariableData,
    wrapBorrowedEth
);

Action Type

STANDARD_ACTION

Input Parameters

circle-info

SDK will set borrowAmount as empty for dex borrow action as that field is only used for regular borrow (T1,T2), not smart debt (T3,T4).

Return Value

circle-info

For smart debt borrow action, return value will represent minted borrow shares

Events and Logs

Last updated