Cleanly close a Stellar account
Recover the XLM locked in account reserves.
Every Stellar account locks a minimum reserve — 1 XLM plus 0.5 XLM per subentry (trustlines, offers, data entries, signers). LumenWipe recovers those reserves by guiding an account through a complete, auditable wind-down.
It systematically unwinds every encumbrance — cancelling offers, exiting Soroban DeFi positions, removing trustlines and data entries — converts the remaining balances to XLM, then merges the account into a destination wallet.
LumenWipe is non-custodial: every transaction is signed in your browser and keys never leave it. The API is read-only and returns unsigned XDRs, so you decode and verify each step before signing.
In this demo, the LumenWipe tab calls the public LumenWipe API to plan and build the wind-down, and lets you sign each step with your connected Pollar wallet.
What it does
Recovers locked reserves
Frees the XLM held by an account's minimum reserve.
Full wind-down loop
Offers, trustlines, data, signers and DeFi positions — handled in order.
Soroban & DeFi aware
Exits supported Soroban DeFi positions before closing.
Non-custodial & resumable
Signs in the browser; sessions can be paused and resumed.
Official resources
Summary based on the official LumenWipe site and docs. All credit to the LumenWipe team.