> ## 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.

# Home

> Particle Network builds chain abstraction infrastructure so users can interact with any dApp, on any chain, without bridges or network switching.

<Frame>
  ![Particle Network and the Chain Abstraction Coalition.](https://static.particle.network/mintlify/images/0.png)
</Frame>

Particle Network’s mission is to simplify Web3’s user experience. It does so by providing three core services:

1. **Universal Accounts**: Gives your users one account and balance for any chain (EVM+Solana), making your dApp chain-agnostic. Powered by EIP-7702 and Particle Network’s [chain abstraction technology](/intro/what-is-cha).
2. **Account Abstraction**: Turns your users’ accounts into ERC-4337 Smart Accounts, allowing you to sponsor fees, batch transactions, customize gas payments, use session  keys, etc.
3. **Social Logins**: Allow your users to create an in-app wallet secured by their email, Google/social accounts, etc. [Uses MPC-TSS](/social-logins/mpc-tss#security-mpc-tss).

***

## Pick your path

<Tip>
  Still unsure which service better fits your project? Visit our [Start Here](/intro/which-product) page for a comparison and deeper breakdown.
</Tip>

<CardGroup cols="2">
  <Card title="Universal Accounts Quickstart" icon="globe" href="/universal-accounts/web-quickstart">
    Make your app chain-agnostic in minutes.
  </Card>

  <Card title="Simple Deposit Quickstart" icon="shopping-cart" href="/simple-deposit/quickstart">
    Allow users from any chain to deposit into your app without bridging.
  </Card>

  <Card title=" Social Logins Quickstart" icon="wand-magic-sparkles" href="/social-logins/connect/quickstart/web-quickstart">
    Simplify your app's onboarding with social logins.
  </Card>

  <Card title="Account Abstraction Quickstart." icon="bolt" href="/aa/quickstart/web-aa">
    Sponsor fees, use session keys, customize gas tokens, and more using ERC-4337.
  </Card>
</CardGroup>

***

## Resources

<CardGroup cols="3">
  <Card title="GitHub Repos" icon="github" href="https://github.com/orgs/Particle-Network/repositories">
    Open-source SDKs and core packages.
  </Card>

  <Card title="Tutorial Videos" icon="video" href="https://www.youtube.com/@ParticleNtwrk">
    Walkthroughs and deep dives on integration.
  </Card>

  <Card title="Slack Community" icon="slack" href="https://join.slack.com/t/particlenetworkhq/shared_invite/zt-3blxdzcd2-7skD8MNWUn_20eOrp9SICA">
    Support and collaboration.
  </Card>
</CardGroup>
