Import Qi Wallet
import_qi_walletImport an existing Qi wallet from its BIP-39 mnemonic phrase into an encrypted store, setting a name and password for secure access.
Instructions
Import an existing Qi-ledger wallet from its BIP-39 mnemonic phrase into this server's encrypted store, under a name and password. Same encryption as create_qi_wallet (only the mnemonic is encrypted at rest, never the phrase itself in this tool's output). The receiving address for the given zone is re-derived deterministically from the phrase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name for this wallet (letters, numbers, "-", "_"; 1-64 chars). Must not already be used by another Qi wallet -- reusing a QUAI wallet's name pairs with it (see create_wallet's pairQiWallet). | |
| zone | No | The zone to derive the receiving address in. | cyprus1 |
| mnemonic | Yes | The existing BIP-39 mnemonic phrase (space-separated words) for this Qi wallet. | |
| password | Yes | Password to encrypt the wallet with (minimum 8 characters). Not stored anywhere. |