Hanzo AI

Wallet

The `hanzo wallet` commands.

Also for this capability: API · CLI · MCP · SDKs

Blockchain key custody: create wallets, rotate their keys, and sign with them.

API reference →

hanzo wallet list

Every 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.

CommandWhat it does
hanzo wallet createProvisions a new signing identity under one of the caller org's accounts and answers the stored wallet including its…
hanzo wallet listReturns the caller org's wallets, newest first, optionally NARROWED within the org by project, agent or account.

accounts

CommandWhat it does
hanzo wallet accounts createOpens a named wallet account for the caller's org.
hanzo wallet accounts getReturns the caller org's wallet accounts, newest first.

get

CommandWhat it does
hanzo wallet get <id>Returns one of the caller org's wallets: its scope, custody kind, tier, chain and on-chain address.

keys

CommandWhat it does
hanzo wallet keys <id>Rolls one wallet's signing material through its own custody backend and answers the wallet with whatever address that…

sign

CommandWhat it does
hanzo wallet sign <id>Produces a secp256k1 signature from one of the caller org's wallets over a 32-byte digest, through whichever custody…

transactions

CommandWhat it does
hanzo wallet transactions <id>Composes a Safe transaction on the MPC ring and answers its EIP-712 hash together with the owner approval the ring's…

How is this guide?

On this page