On Solana, accounts must hold a rent-exempt balance (lamports) to exist. When you close an empty token account, those lamports are returned to the destination you specify. If you set
outcomeAccountRentRecipient when requesting an order, retrieve that value from your stored order params and reuse it as the close destination. Otherwise, choose any destination (typically the user’s wallet).Closing a token account is a standard SPL Token action. DFlow does not provide a dedicated endpoint for this.Choose the rent destination
Decide where the reclaimed rent should go. If your app set
outcomeAccountRentRecipient when creating the order, use that address.Select a rent destination
Select a rent destination