Validator
The `hanzo validator` commands.
Also for this capability: API · CLI · MCP · SDKs
One-click validator onboarding: prove your Genesis NFT, get a node provisioned, queue its registration.
hanzo validator listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo validator challenge | Issues the single-use nonce and the exact message a wallet must sign to claim a validator slot. |
hanzo validator create | Claims a validator slot and provisions its node, after proving the caller's wallet owns the slot's NFT. |
hanzo validator list | Returns the validator slots the caller's org has claimed. |
get
| Command | What it does |
|---|---|
hanzo validator get <tokenId> | Returns one claimed validator slot, scoped to the caller's org. |
How is this guide?