Redeem USDest
How approved institutions burn USDest and withdraw USDC.
Redeeming USDest for USDC is available only to approved institutions. Other holders can swap USDest on secondary markets.
Redemption
Click Redeem on the Institutions dashboard to burn USDest and receive USDC 1:1, less any redemption fee.
- Review the redemption details.
Redemption Details
- USDest Balance: USDest in the connected allowlisted wallet
- Remaining Redeem Limit: capacity left in the current period
- Available USDC Buffer: USDC immediately available in the reserve
- Settlement: Instant if the amount is within the USDC buffer, otherwise Pending Settlement while T-bill fund units are redeemed
- Redeem Fee: fee deducted, if any
- Complete the transaction.
- Within the buffer: Redeem calls
withdraw(usdestAmount, recipient). It burns USDest and sends USDC to the recipient in the same transaction. - 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 callsfulfillWithdraw(requestId), which burns the USDest and sends USDC.
- Within the buffer: Redeem calls
%%{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