Redeem USDest

How approved institutions burn USDest and withdraw USDC.

Redemption

Click Redeem on the Institutions dashboard to burn USDest and receive USDC 1:1, less any redemption fee.

  1. Review the redemption details.
  1. Complete the transaction.
    1. Within the buffer: Redeem calls withdraw(usdestAmount, recipient). It burns USDest and sends USDC to the recipient in the same transaction.
    2. Above the buffer: Request Redemption calls requestWithdraw(usdestAmount, recipient). Your USDest is escrowed and the request shows as Pending Settlement. When the T-bill fund redemption settles, the strategy role calls fulfillWithdraw(requestId), which burns the USDest and sends USDC.
%%{init: {'theme':'base','themeVariables':{'primaryColor':'#eef0ff','primaryBorderColor':'#4d4dff','primaryTextColor':'#1e293b','lineColor':'#94a3b8','secondaryColor':'#e9f5f2','tertiaryColor':'#f8fafc','clusterBkg':'#f6f9fc','clusterBorder':'#dbe3ec','edgeLabelBackground':'#ffffff','actorBkg':'#eef0ff','actorBorder':'#4d4dff','signalColor':'#475569','signalTextColor':'#1e293b','labelBoxBkgColor':'#eef0ff','labelBoxBorderColor':'#4d4dff','noteBkgColor':'#fff7e6','noteBorderColor':'#c2a06a'}}}%%
sequenceDiagram
    actor Institution
    Institution->>+USDest: withdraw(USDest)
    USDest->>+Institution: USDC