hedera_create_account
Create a new Hedera account by providing a public key; optionally set an initial HBAR balance and account memo.
Instructions
Build (unsigned) a new Hedera account with a given public key and optional initial HBAR balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Account memo | |
| publicKey | Yes | ED25519 or ECDSA public key (DER or hex) controlling the new account | |
| payerAccountId | No | Payer (defaults to HEDERA_OPERATOR_ID) | |
| initialBalanceHbar | No | Initial balance in HBAR (default 0) | |
| maxAutomaticTokenAssociations | No | Auto token-association slots |