Account Demolisher
Close a Stellar account completely, including the Soroban DeFi positions it holds, and send the recovered XLM where you choose.
Account Demolisher closes a Stellar account from start to finish. It reads the account, unwinds everything attached to it, converts what is left to XLM, and merges the account to a destination you pick. Every transaction is signed on your own device.
Pick your path
Users
Close an account, send the funds to a wallet or an exchange, revoke token allowances, and clear anything that blocks a close.
Developers
Architecture, the plan graph, the mediator and relay protocols, the security model, configuration, and self-hosting.
What it closes
Classic Stellar entries, handled inside one batched transaction (or a few, for a large account):
- Open DEX offers
- Trustlines, both credit trustlines and pool-share trustlines
- Data entries
- Non-master signers and elevated thresholds
- Self-sponsored entries
- Claimable balances the account can claim
Soroban DeFi positions, each unwound in its own transaction before the classic close:
- Blend: repay borrows, withdraw collateral and supply, claim emissions
- Aquarius: withdraw pool shares, claim rewards
- Soroswap: withdraw the LP position
- FxDAO: pay the vault debt, which returns the collateral in the same call
- SEP-41 token allowances: set the approval to zero
Links
- Live app: demolisher.app
- Source: github.com/bytemaster333/account-demolisher
- License: Apache 2.0