radiant_derive_address
Derive a Radiant address from a BIP39 mnemonic and BIP32 path to create isolated sub-wallets for per-task accounts. Returns address, public key, and WIF.
Instructions
Derive a Radiant address from a BIP39 mnemonic and BIP32 derivation path. Lets agents manage per-task sub-wallets from a single root key. Returns the address, public key, and WIF for the derived key. Use different account/index values to generate isolated sub-wallets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | BIP32 derivation path (default: m/44'/512'/0'/0/0 — Radiant Standard; e.g., m/44'/512'/0'/0/1 for second address, m/44'/512'/1'/0/0 for second account) | m/44'/512'/0'/0/0 |
| network | No | Network | mainnet |
| mnemonic | Yes | BIP39 mnemonic phrase (12-24 words, space-separated) | |
| passphrase | No | Optional BIP39 passphrase |