> ## Documentation Index
> Fetch the complete documentation index at: https://developers.particle.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Social Logins

> Onboard users with familiar credentials and automatic wallet creation.

**Social Logins** let users sign in to dApps using credentials they already know — Google, Twitter, Discord, Apple, and more — while automatically generating a secure, non-custodial wallet in the background.

This eliminates the friction of seed phrases and manual wallet setup, allowing developers to offer a **Web2-like onboarding experience** without sacrificing decentralization. Particle Network ensures keys are safely managed using [MPC (Multi-Party Computation)](/social-logins/mpc-tss), keeping control in the user’s hands.

<Frame caption="Particle Connect Login Modal">
  <img src="https://mintcdn.com/particlenetwork-fccf74d2/oXCulWNeMx80sJqa/intro/images/connect-modal.png?fit=max&auto=format&n=oXCulWNeMx80sJqa&q=85&s=d7cf832e3aec896a35e17b70af2b1b91" alt="Particle Connect Login Modal" style={{ width: '100%', maxWidth: '600px', maxHeight: '400px' }} width="436" height="572" data-path="intro/images/connect-modal.png" />
</Frame>

***

# Understanding Social Logins

From a technical standpoint, Social Logins work by binding a user’s Web2 identity (e.g., Google OAuth) to a non-custodial wallet. Particle’s infrastructure abstracts away key management, ensuring wallets can be recovered while staying decentralized.

## Key Features

### User Experience

* One-click onboarding with familiar Web2 credentials.
* No need for seed phrases, extensions, or manual wallet creation.
* Fast, familiar login flow users already trust.

### Developer Benefits

* Easy SDK integration with minimal code changes.
* Works across web, mobile, and desktop environments.
* Fully compatible with other Particle products (Universal Accounts, Account Abstraction).

***

<Card title="Get started with Social Logins" icon="address-card" href="/social-logins/overview">
  Add Social Logins to your dApp.
</Card>

<Tip>
  **Best for onboarding retail users**

  Social Logins reduce drop-off by removing seed phrases and wallet setup barriers, making them ideal for consumer-ready dApps and mainstream audiences.
</Tip>
