Call the tools.
Thirteen tools, Protocol 4. Amounts are decimal strings, memo_hash is hex.
The tool surface
Negotiate, settle, disclose
Recovery & ops
A full negotiation is open_channel, propose_offer, wait_for_offers, counter_offer, accept_and_settle, then grant_viewing_key and reveal.
Every write takes operation_id. Persist it and the intent before the call, and reuse both after a restart — see operation_id under core concepts.
This page documents CLI Protocol 4, published as v0.2.0, exposing the thirteen tools listed above. The older v0.1.0 speaks Protocol 2 and exposes ten. erebus-sdk refuses a mismatched CLI by protocol number rather than failing later on a changed shape.