wallet_from_mnemonic
Derive a blockchain address from a BIP-39 mnemonic with optional account and address indexes. Returns the address without exposing the private key.
Instructions
Derive an address from a BIP-39 mnemonic at optional account/address index. Does NOT return private key. Gated: requires WEB3AGENT_ALLOW_AGENT_VISIBLE_SECRETS=1 (mnemonic in agent context). Prefer local CLI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | Yes | BIP-39 mnemonic phrase | |
| accountIndex | No | BIP-44 account index (default 0) | |
| addressIndex | No | BIP-44 address index (default 0) |