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

LiquityBorrow

Description

Action for borrowing LUSD tokens from Liquity

Notes

Increases the trove"s debt and withdraws minted LUSD tokens from the trove

Action ID

0x1b4a4a55

SDK Action

const liquityBorrowAction = new dfs.actions.liquity.LiquityBorrowAction(
    maxFeePercentage,
    lusdAmount,
    to,
    upperHint,
    lowerHint
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated