save_wallet
Store a Qubic wallet address under a friendly name for quick access. Saves only the public address locally, never keys.
Instructions
Save a Qubic wallet address with a friendly name for quick access. Only saves the public address — never stores seeds or private keys. Stored locally in ~/.qubic-mcp/wallets.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A friendly name for this wallet (e.g., "my-main", "trading", "savings") | |
| address | Yes | The 60-character Qubic address to save |