LiquityRedeem

Description

Action for redeeming Trove in Liquity

Notes

Redeems ETH(wrapped) using LUSD with the target price of LUSD = 1$

Action ID

0xd89acd5c

SDK Action

const liquityRedeemAction = new dfs.actions.liquity.LiquityRedeemAction(
    lusdAmount,
    from,
    to,
    firstRedemptionHint,
    upperPartialRedemptionHint,
    lowerPartialRedemptionHint,
    partialRedemptionHintNICR,
    maxIterations,
    maxFeePercentage
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?