derive_entropy_bip85
Derive a deterministic child seed phrase or raw entropy from a BIP-39 master seed using BIP-85. Specify an index, optional passphrase, and choose child mnemonic word count or byte length.
Instructions
Derive a deterministic child seed or entropy from a master seed (BIP-85).
Works offline. Requires MCP_BITCOIN_ALLOW_MNEMONIC=true.
Args: mnemonic: The master BIP-39 seed phrase. index: Derivation index; each index gives a different child. passphrase: Optional BIP-39 passphrase for the master seed. child_mnemonic_words: Set to 12/15/18/21/24 to derive a child seed phrase. Leave unset to derive raw hex entropy instead. num_bytes: Entropy length, 16-64, when deriving raw entropy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| mnemonic | Yes | ||
| num_bytes | No | ||
| passphrase | No | ||
| child_mnemonic_words | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |