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

LiquityPayback

Description

Action for repaying LUSD tokens to Liquity Trove

Notes

Repays LUSD tokens to the trove Trove after payback can't have debt less than MIN_DEBT (2000e18)

Action ID

0x0761723e

SDK Action

const liquityPaybackAction = new dfs.actions.liquity.LiquityPaybackAction(
    lusdAmount,
    from,
    upperHint,
    lowerHint
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated