create_account
Create a GrokAccount PDA tied to a human root. If the root keypair is missing, returns an unsigned transaction. Simulate first with dry_run. No seed phrase required.
Instructions
Create the GrokAccount PDA for the human root. Root-signed. On localnet uses the local-only CORE id. On devnet uses the grokchain-devnet CORE program. If the root keypair path is missing, returns need_human_signature / need_human_setup and an unsigned tx. Never ask for a seed or key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Root pubkey if GROKCHAIN_ROOT_KEYPAIR is unset (unsigned-tx path) | |
| dry_run | No | Simulate instead of sending |