create_wallet
Create a new or restore an existing non-custodial wallet on EVM, Solana, or Bitcoin. Returns the address and private key.
Instructions
Create or restore a non-custodial wallet; returns the address and the private key (caller keeps the key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Which chain family to act on. | evm |
| testnet | No | Use the chain's testnet. | |
| private_key | No | Optional: restore an existing wallet from its key; omit to generate a fresh one. |