What is an Agent Wallet?
An agent wallet is a cryptocurrency wallet controlled by an AI agent rather than a human, holding funds the agent spends autonomously to execute transactions, pay for services, and interact with blockchain protocols.
WHY IT MATTERS
For an AI agent to participate onchain, it needs its own wallet — a keypair for signing transactions. Unlike human wallets where a person reviews each transaction, agent wallets operate programmatically.
Agent wallets can be EOAs (externally owned accounts) or smart contract wallets. Smart wallets are preferred — they support spending limits, session keys, and multi-sig natively.
The key question is custody: who holds the private key? Options include the agent framework, cloud KMS, or MPC setups — each with trade-offs between convenience, security, and decentralization.
HOW POLICYLAYER USES THIS
PolicyLayer wraps agent wallets with non-custodial spending controls. Regardless of wallet type, PolicyLayer enforces rules without ever taking custody of the private key.