Account Demolisher
An open-source tool for cleanly closing Stellar accounts, including any Soroban DeFi positions the account holds.
Account Demolisher closes a Stellar account end to end. It reads the account, builds a dependency-ordered plan for unwinding every subentry and position the account holds, simulates each step against the live network, and walks the user through signing and submitting the closure. The recovered XLM is delivered to a destination wallet or, when the destination is a centralized exchange, routed through a temporary mediator account so the final bit of base reserve does not get stuck.
The project ships as a single web app. Everything signs on the user's own device.
What it closes
Classic Stellar subentries:
- Open DEX offers
- Trustlines (both regular and pool-share)
- Data entries
- Non-master signers and elevated thresholds
- Held sponsorships
- Claimable balances the account is the claimant of
Soroban DeFi positions:
- Blend lending positions (repay, withdraw collateral, withdraw supply, claim emissions, queue backstop withdrawals)
- Aquarius liquidity positions (withdraw shares, claim rewards)
- Soroswap liquidity positions and aggregator conversions
- FxDAO vaults (pay debt and redeem, plus the classical stablecoin disposal)
- SEP-41 token balances (transfer drain)
- SEP-41 allowances (revoke)
Where to go next
- Getting started. How to use the live app, what the demo account does, and how to connect a real wallet.
- How it works. The closure plan, the audit, the simulation, the execution.
- Destinations and the mediator. Sending the recovered XLM to a wallet or to a centralized exchange.
- Allowance viewer. Auditing and revoking token approvals on any account.
- Multisig. Coordinating a closure across multiple signers via Refractor or partial XDR.
- Security. What we sign, what we never sign, and what the threat model covers.
- Self host. Running the app on your own infrastructure.
- FAQ. Short answers to the questions we hear most.
Links
- Live app: demolisher.saliht.xyz
- Source: github.com/bytemaster333/account-demolisher
- License: Apache 2.0