gocoon init --dir ./gocoon-data [--json] [--force]
gocoon config generate --wallet wallet.json --ton-config global.config.json [--out client-config.json]gocoon wallet generate [--pretty]
gocoon wallet info --wallet wallet.json [--config client-config.json]
gocoon wallet wait-funded --wallet wallet.json --config client-config.json
gocoon wallet withdraw --wallet wallet.json --config client-config.json --to <TON_ADDRESS>wallet withdraw sends all remaining TON from the Cocoon node wallet using TON
send mode 160 (128 + 32): carry all remaining balance and destroy if zero.
gocoon run --config client-config.json [--runner ./gocoon-runner] [-v 3]
gocoon status
gocoon models
gocoon chat --model Qwen/Qwen3-32B --prompt "Hello"
gocoon serveBy default the CLI talks to the local runner at http://127.0.0.1:10000.
gocoon channel info --config client-config.json
gocoon channel topup --amount <nanoTON>
gocoon channel withdraw
gocoon channel closeChannel commands call the local runner HTTP control plane.
gocoon root --config client-config.json
gocoon root --ton-config global.config.jsonOutputs root contract parameters as JSON.