radiant_create_wallet
Create a new Radiant wallet with a random key or a recoverable BIP39 mnemonic using HD derivation. Choose network and mnemonic length for secure key storage.
Instructions
Generate a new Radiant wallet. Supports two modes: (1) random key (fast, no mnemonic) or (2) BIP39 mnemonic with BIP32 HD derivation (12-24 words, recoverable). WARNING: Store the WIF/mnemonic securely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | BIP32 derivation path (only used if mnemonic=true, default: m/44'/512'/0'/0/0 — Radiant SLIP-0044) | m/44'/512'/0'/0/0 |
| network | No | Network (mainnet or testnet) | mainnet |
| mnemonic | No | If true, generate a BIP39 mnemonic (12 words) with HD derivation instead of a random key | |
| passphrase | No | Optional BIP39 passphrase (only used if mnemonic=true) | |
| word_count | No | Mnemonic word count (only used if mnemonic=true) | 12 |