
Particle’s Onboarding SDKs
Particle offers two SDKs for user onboarding:- Particle Connect: A single modal for both Web3 wallets and social logins, with optional Account Abstraction (AA) built in.
- Particle Auth: Social login only, linking Web2 identities (Google, Apple, Twitter, etc.) to an EOA wallet, with full UI customization.
Both SDKs can work alongside the AA SDK for smart account features.
Which one should I pick?
Particle Connect- You want one modal that covers both wallet connections and social logins.
- Account Abstraction (AA) features available out of the box if needed.
- You’re fine with a standardized modal UI (limited customization).
- You only need social logins and want to provide users with an instant wallet.
- You want full control over the UI and the ability to embed login directly into your app’s flow.
- You’re building a Web2-style onboarding with a branded experience.
Particle Connect

Particle Connect Login Modal
Particle Auth

Particle Auth Login Modal