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

# What is Chain Abstraction?

> The practical benefits of chain abstraction for dApps and users.

<Frame caption="Chain Abstraction visualized.">
  <img className="block dark:hidden" src="https://mintcdn.com/particlenetwork-fccf74d2/oXCulWNeMx80sJqa/intro/images/cha-overview.png?fit=max&auto=format&n=oXCulWNeMx80sJqa&q=85&s=760fd24d1b7d4e7067765f7aae3a4209" alt="Chain Abstraction" width="2104" height="1180" data-path="intro/images/cha-overview.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/particlenetwork-fccf74d2/oXCulWNeMx80sJqa/intro/images/cha-overview.png?fit=max&auto=format&n=oXCulWNeMx80sJqa&q=85&s=760fd24d1b7d4e7067765f7aae3a4209" alt="Chain Abstraction" width="2104" height="1180" data-path="intro/images/cha-overview.png" />
</Frame>

# Chain Abstraction

**Chain abstraction** removes the friction of dealing with multiple blockchains.\
With **Universal Accounts**, users and developers interact with Web3 as if it were one unified environment.

***

## What This Means for Users

* **One account and balance** across all chains.
* **Use any token as gas** on any transaction.
* **No bridges or chain switching** required.

***

## What This Means for Developers

* Build your dApp on one chain, serve users from all of them.
* No need to manage cross-chain deployments.
* Unified liquidity, handled automatically in the background.

## Next Steps

<CardGroup cols="2">
  <Card title="Integrate Chain Abstraction" icon="code" href="/universal-accounts/cha/web-quickstart">
    Start building with Universal Accounts.
  </Card>

  <Card title="See It Live: UniversalX" icon="layer-group" href="https://universalx.app">
    Try UniversalX, a chain-agnostic trading app powered by Universal Accounts.
  </Card>
</CardGroup>
