create_wallet
Generate a new EVM or Solana wallet with encrypted private key storage, returning wallet ID and address for secure on-chain operations.
Instructions
Create a new EVM or Solana wallet. Returns the wallet ID and address. Private key is encrypted server-side and never exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Friendly name for the wallet | |
| chain_id | No | Default chain ID (1=Ethereum, 8453=Base, 42161=Arbitrum, 10=Optimism, 137=Polygon, 43114=Avalanche, 56=BSC, 7777777=Zora, 369=PulseChain, 900=Solana, 901=Solana Devnet) |