What is Account Abstraction V2?
Account Abstraction V2 refers to the evolution of Ethereum's account model through EIP-7702, which allows existing externally owned accounts (EOAs) to delegate their execution to smart contract code — complementing ERC-4337's smart account approach.
WHY IT MATTERS
ERC-4337 (Account Abstraction V1) introduced smart accounts with programmable validation. But it requires deploying new smart contract wallets. EIP-7702 (V2) takes a different approach: upgrading existing EOAs in-place with smart contract capabilities.
This means the billions of dollars in existing EOA wallets can gain account abstraction features — spending limits, session keys, batching, gas sponsorship — without migrating to new addresses. The transition is seamless and reversible.
For the agent ecosystem, V2 expands the addressable market for spending controls. Any existing wallet can now benefit from PolicyLayer-style controls, not just purpose-built smart accounts.
HOW POLICYLAYER USES THIS
PolicyLayer supports both ERC-4337 and EIP-7702 approaches to account abstraction. Whether agents use dedicated smart accounts or upgraded EOAs, PolicyLayer provides consistent spending policy enforcement across both architectures.