CBRedeem

Redeem LUSD (sometimes yTokens) for bLUSD

Description

Action redeems bLUSD tokens for LUSD tokens, from the chickend bond manager contract. The user gets back LUSD tokens based on the redemption rate of the contract. Yearn yTokens can also be returned back to the user in case of the vault is deprecated and makes it redeemable.

Action calls ChickenBondManager.redeem(uint256 _bLUSDToRedeem, uint256 _minLUSDFromBAMMSPVault);

Action ID

0x0ec91495

SDK Action

const cBRedeemAction = new dfs.actions.chickenBonds.CBRedeemAction(
    bLUSDAmount,
    minLUSDFromSP,
    from,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?