LumenWipe is infrastructure for closing Stellar accounts and recovering the XLM locked in their reserves.
It offers a web app, a REST API, and an SDK, so anyone from a single user to a whole platform can run the same non-custodial wind-down. Every transaction is signed in your browser, and no server ever holds your keys or funds.
A clean close is several transactions in a strict order. LumenWipe runs the whole sequence in one guided flow.
| Capability | Status | Detail |
|---|---|---|
| Full account wind-down | Live | Clears every subentry in order, then merges. Most accounts close in a single signature. |
| Soroban and DeFi exits | Building | Exit positions on Blend, Aquarius, Soroswap, Phoenix, and FxDAO so the account can close. |
| Exchange-compatible merge | Live | Bridges the close to a CEX deposit address with the correct memo. |
| Sponsored fees | Planned | Frees accounts too locked to pay their own transaction fee. |
| Allowance inspector | Planned | Revoke risky token approvals, even without closing. |
You decide what happens to each balance: swap it to XLM or return it to its issuer. Nothing converts on autopilot.
- Keys stay in your browser. The backend is read-only and cannot move funds.
- Live on-chain state is re-read before anything is built or signed.
- The transaction builder is open source and auditable, with no network side effects.
A REST API and TypeScript SDK (planned) let wallets, exchanges, and platforms run the same wind-down with their own keys. Pollar, our first integration partner, is building it into its account-closure path.
Try it on lumenwipe.com, read the docs and architecture, or dig into the source.
Open source and non-custodial, built for the Stellar ecosystem.
