btc_sweep
Sweep the entire Bitcoin wallet balance to a single address, with fees deducted from inputs leaving zero sats. Use to drain or empty a wallet.
Instructions
Sweep the entire Bitcoin balance to one address. Fee is deducted from the inputs — leaves 0 sats in the wallet. Use this whenever the user says 'send all', 'sweep', 'drain', 'empty wallet', or 'move everything' on Bitcoin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Destination Bitcoin address (bc1...) | |
| fee_rate | No | Optional fee rate in Sat/vB | |
| password | No | Password to decrypt mnemonic (if encrypted at rest) | |
| wallet_name | Yes | Name of the wallet |