PendleTokenReedem

Description

Redeems PT tokens for underlying tokens after maturity. E.g PT-eUSDE-{date} -> eUSDE

Notes

This action performs two steps:

/// 1. First convert PT token to SY token
/// 2. Then convert SY token to underlying tokens

Action ID

0x3de77432

SDK Action

const pendleTokenRedeemAction = new dfs.actions.pendle.PendleTokenRedeemAction(
    market,
    underlyingToken,
    ptToken,
    from,
    to,
    ptAmount,
    minAmountOut
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?