Synopsis
Behavior
- Query the RPC endpoint for chain health and mempool state.
- Print current chain height, mempool size, sync state, and the current cycle / cell basefee.
Flags
| Flag | Default | Description |
|---|---|---|
--rpc-url | Auto-discovered | RPC endpoint (key auto-discovery) |
Example
Edge Cases
- Read-only command. Does not require a private key.
- If the RPC endpoint is unreachable, prints a clear connection error.

