Skip to main content

Before You Start

These command groups require an active and unlocked node:

BTC Wallet

Common wallet commands

Examples

Backup and restore

Both commands accept --password. Restore overwrites the current node data, so use it deliberately.

RGB Assets

Core asset commands

Issue new assets

The issue subgroup supports the three supported schemas:
Use:
  • nia for fixed-supply fungible assets
  • cfa for collectible fungible assets
  • uda for unique digital assets

Asset invoice and send examples

Notable asset send options:
  • --fee-rate
  • --min-confirmations
  • --donation
  • --transport-endpoint
  • --skip-sync

Lightning And RGB+LN Payments

Payment commands

Examples

When paying zero-amount invoices, provide --amount-msat. For RGB+LN payments, supply --asset-id and --asset-amount.

Working Style

  • Use --json when you need machine-readable responses.
  • Use --skip-sync only when stale wallet or transfer state is acceptable.
  • Create extra UTXOs before heavy RGB activity to avoid running out of usable colored outputs.
See Channels And LSP Flows next if you are managing channels or ordering inbound liquidity.