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

> Particle Network's developer docs.

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

# Particle Network Documentation

Particle Network provides the infrastructure for building **chain-agnostic, next-generation Web3 applications**.
Our stack consists of three core products:

1. **Universal Accounts**
   Universal Accounts enable any app to become chain-agnostic. They do so by providing users with a single account and unified balance across multiple chains.

   Thanks to this, users can spend their assets from multiple chains in a combined manner, use integrated dApps regardless of where their assets are or the chain the dApp is deployed on, and never manually bridge again.

   This user experience is known as [chain abstraction](https://developers.particle.network/intro/what-is-cha).
2. **Social Logins**
   Wallet creation and access with familiar Web2 credentials (Google, Twitter, Discord, etc.). This lowers onboarding friction and lets users start using dApps instantly.
3. **Account Abstraction (ERC-4337 AA)**
   Smart account infrastructure following the ERC-4337 standard.
   Features include gas sponsorship, batched transactions, and programmable account logic.

***

## New to Particle Network?

<CardGroup cols="1">
  <Card title="Introduction to Universal Accounts" icon="globe" href="./universal-accounts">
    Learn how Universal Accounts unify balances across chains to enable Chain Abstraction.
  </Card>

  <Card title="Introduction to Social Logins" icon="address-card" href="/social-logins/">
    Onboard users instantly with familiar Web2 logins and auto-generated wallets.
  </Card>

  <Card title="Introduction to Account Abstraction" icon="bolt" href="./account-abstraction">
    Explore how ERC-4337 smart accounts enable gasless txs, batching, and programmability.
  </Card>

  <Card title="What is Particle Network?" icon="atom-simple" href="./what-is-particle-network">
    Understand our mission to make Web3 retail-ready through Chain Abstraction and beyond.
  </Card>
</CardGroup>

***

## Want to Build?

<CardGroup cols="1">
  <Card title="Universal Account Quickstart" icon="star-shooting" href="/universal-accounts/cha/web-quickstart">
    Integrate Universal Accounts into an existing dApp in minutes.
  </Card>

  <Card title="Social Login Quickstart" icon="wand-magic-sparkles" href="/social-logins/connect/quickstart/web-quickstart">
    Add social logins to your dApp with just a few lines of code.
  </Card>

  <Card title="Account Abstraction Quickstart" icon="bolt" href="/aa/quickstart/web-aa">
    Start building with ERC-4337 Smart Accounts using the Particle AA SDK.
  </Card>
</CardGroup>

***

## Resources

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

  <Card title="Tutorial Videos" icon="video" href="https://www.youtube.com/@ParticleNtwrk">
    Watch 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">
    Join our Slack community for support and collaboration.
  </Card>
</CardGroup>
