btc_import_descriptor
Import a watch-only Bitcoin wallet from a BIP84 descriptor. Supports mainnet and testnet, with optional change descriptor derivation.
Instructions
Import a watch-only Bitcoin wallet from a BIP84 descriptor. ONLY imports Bitcoin — to monitor the same seed's Liquid wallet, the user must separately import its CT descriptor with lw_import_descriptor (different derivation path + SLIP-77 key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network to use | mainnet |
| descriptor | Yes | BIP84 external descriptor (with or without [fp/path] prefix) | |
| wallet_name | Yes | Wallet name (may add Bitcoin to an existing Liquid-only wallet) | |
| change_descriptor | No | Optional change descriptor; auto-derived from external if omitted (replaces /0/* with /1/*) |