Skip to main content

Channel Operations

The channel group covers direct Lightning channel management against your local node. Peer arguments use pubkey@host:port format.

Open A Channel

Notable options:
  • --capacity
  • --push-msat
  • --asset-id
  • --asset-amount
  • --push-asset-amount
  • --public or --private
  • --with-anchors
  • --fee-base-msat
  • --fee-proportional-millionths
Example colored channel:

LSP Channel Orders

Use channel order when you want KaleidoSwap’s LSP flow instead of manually opening a peer channel.

Subcommands

Create an order

Useful options:
  • --confirmations
  • --funding-within
  • --expiry-blocks
  • --refund-address
  • --announce or --private
  • --asset-id
  • --lsp-asset-amount
  • --client-asset-amount
  • --email
Example colored channel order:

LSP Metadata

The lsp subgroup exposes server metadata and network details: These commands are useful before creating orders or when wiring client defaults.

Practical Sequence

See Market And Swaps for server-side trading flows that often run alongside channels and liquidity management.