
User flow of Particle Network’s Account Abstraction.
Understanding Account Abstraction
From a technical standpoint, Account Abstraction (ERC-4337) separates account logic from EOAs, replacing them with Smart Accounts. These programmable accounts allow for improved UX while staying fully decentralized. The Particle AA SDK enables developers to:- Deploy smart accounts bound to EOAs (MPC-secured via Particle Auth or external).
- Construct, sponsor, and send UserOperations.
- Retrieve fee quotes and handle gas sponsorship.
- Support recovery flows and custom logic.
Key Features
User Experience
- Gasless transactions through paymaster sponsorship.
- Batched operations (e.g., approve + swap in one click).
- Programmable logic for recovery, spending limits, or custom policies.
Developer Benefits
- Full ERC-4337 support out of the box.
- Works natively with Particle Auth (MPC EOAs) or external wallets.
- Simple SDK integration for constructing, simulating, and sending UserOperations.
Explore the AA SDK
Start building with ERC-4337 smart accounts.
Smart Wallet-as-a-ServiceParticle’s AA SDK provides the infrastructure to launch fully programmable smart wallets, with sponsorship, batching, and recovery built-in. Ideal for consumer-ready dApps.