Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pages/permissionless/how-to/signers/particle-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import SmartAccounts from "./smartAccounts.mdx"

[Particle Network](https://particle.network) provides Wallet Abstraction services that simplify user onboarding.

The [Particle Auth SDK](https://developers.particle.network/api-reference/auth/desktop-sdks/web) offers seamless 2-click onboarding using social logins. It allows users to quickly sign up using familiar Web2 options like Google, email, or phone numbers. Particle uses MPC-TSS for secure key management, ensuring both convenience and security.
The [Particle Auth SDK](https://developers.particle.network/api-reference/auth/desktop-sdks/web) offers seamless 2-click onboarding using social logins, powered by MPC-TSS. It allows users to quickly sign up using familiar Web2 options like Google, email, or phone numbers.

For a streamlined social login experience, you can combine Particle with permissionless.js while leveraging ZeroDev as the smart wallet. This setup enables features like gas fee sponsorship, transaction batching, and more, enhancing the user experience within your application.
For a streamlined social login experience, you can combine Particle with permissionless.js while leveraging any smart account; as Particle acts as a signer. This setup enables features like gas fee sponsorship, transaction batching, and more, further enhancing the user experience within your application.

## Setup

Expand All @@ -32,4 +32,4 @@ After setting up your Particle Auth project, you’ll have access to a `provider

### Use with permissionless.js

<SmartAccounts />
<SmartAccounts />