Close a loan and take the collateral back
Repay what is outstanding and withdraw the collateral, in one press, without stranding dust debt that blocks the withdrawal.
What you type
Close my loan and send the collateral back to my wallet.
Change the numbers, the assets or the network — it is a sentence, not a template. If what you want is not possible on the network you named, ask before planning: "can I do this" is usually really "can I do this there".
What it compiles to
The plan you approve
- 01close-loanbaseloan.closerepay and withdraw collateral2 calls
- 02send-backbasetransfer.erc20collateral to your wallet1 call
- 03sweep-nativebasetransfer.nativeand any ETH left on the account, by transaction value1 call
3 steps
You read this before anything happens. Saving it runs nothing; running it is a separate, deliberate press.
What to know before you run it
Related workflows
Every operation named above is in thecatalogue, which is generated from the running build. If this page and the catalogue disagree, the catalogue is right.