ab_generate_wallet
Generate a new Ethereum/Abstract Externally Owned Account (EOA) with private key and address for agents to create keypairs before funding or deploying smart accounts.
Instructions
Generate a brand-new Externally Owned Account (EOA).
RETURNS • privateKey – 0x-prefixed 32-byte hex string • address – checksummed Ethereum/Abstract address
COMMON USES • Let agents spin up their own keypairs before funding or deploying smart-accounts.
SECURITY • The private key is returned in plaintext. Ensure the caller stores it securely and never logs it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||