> ## Documentation Index
> Fetch the complete documentation index at: https://uasdev.mintlify.site/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 enables **chain abstraction** through **Universal Accounts**, providing users with a unified account and balance for any chain.

In essence, **Universal Accounts** allow users to combine and spend assets from multiple chains, on any destination chain, without bridging. Developers can integrate them directly into any **web application**, making their dApps chain-agnostic by default and accessible to users from any ecosystem.

Whether you're getting started or already familiar with chain abstraction, this documentation helps you:

* Understand **what chain abstraction is and how it works.**
* **Integrate Universal Accounts** into web applications.

***

## New to Chain Abstraction (ChA)? Start Here

Learning the fundamentals of ChA through beginner-friendly tutorials.

<CardGroup cols="1">
  <Card title="What is chain abstraction?" icon="swap" href="./what-is-cha">
    One account. One balance. Any chain. Chain abstraction lets you use any dApp on Web3 with funds from any chain, without bridging.
  </Card>

  <Card title="Understanding Universal Accounts" icon="globe" href="./universal-accounts">
    Universal Accounts are the foundation of Particle’s chain abstraction stack, giving users one unified balance and combining their assets across every chain.
  </Card>
</CardGroup>

## Want to Build Something?

Get building with our how-to guides and quick integration walkthroughs.

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

  <Card title="Display a Unified Balance" icon="coins" href="/universal-accounts/ua-reference/desktop/web#fetch-primary-assets">
    Fetch and display the unified balance of a Universal Account.
  </Card>

  <Card title="Send a transaction via a Universal Account" icon="paper-plane" href="/universal-accounts/ua-reference/desktop/web#sending-a-transfer-transaction">
    Send transactions to any chain via Universal Accounts.
  </Card>
</CardGroup>

***

## SDK Reference

<CardGroup cols="1">
  <Card title="SDK reference" icon="computer-classic" href="/universal-accounts/ua-reference/desktop/web">
    Full Universal Accounts SDK reference.
  </Card>
</CardGroup>

***

## Why Chain Abstraction?

<CardGroup cols="2">
  <Card title="Addressing Web3's Biggest Problem" icon="sitemap" href="https://blog.particle.network/quantifying-the-impact-of-chain-abstraction-exposing-web3s-inefficiencies">
    Dive into how chain abstraction works and how it addresses the biggest problem in Web3.
  </Card>

  <Card title="Beyond UX: dApps On The Need For Chain Abstraction" icon="ruler-combined" href="https://blog.particle.network/beyond-ux-dapps-on-the-need-for-chain-abstraction/">
    Explore how dApps can benefit from Chain Abstraction.
  </Card>
</CardGroup>

***

## Other Products

**Particle Network** also offers a suite of SDKs and APIs for integrating **Social Login Wallets** and **Account Abstraction** into your dApp.

<Card title="Introduction to Social Login Wallets and Account Abstraction" icon="address-card" href="/api-reference/guides/overview">
  Learn how to integrate these tools into your dApp.
</Card>

## Resources

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

  <Card title="Tutorial Videos" icon="video" href="https://youtube.com/@ParticleNetwork">
    Watch our integration walkthroughs and technical overviews.
  </Card>

  <Card title="Changelog" icon="file-lines" href="/changelog">
    Track all updates and improvements to our SDKs and APIs.
  </Card>
</CardGroup>
