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

> Particle Wallet is a unified interface for interacting with accounts from various origins (Particle Auth, external wallets, etc.)

<Frame>
  <img src="https://static.particle.network/mintlify/videos/03-Embedded-wallet.gif" alt="Particle Wallet in use." style={{ width: '100%', maxWidth: '600px' }} />
</Frame>

***

## Unified interaction mechanism for Web2 and Web3 accounts

Particle Wallet is a **universal infrastructure for facilitating account interaction**, originating from both Web2 (through Particle Auth) and Web3 (external wallets, such as MetaMask). This central wallet interface allows for predictable and **unified utilization of accounts**, plugging in directly to Particle Connect and Particle Auth to create a **cohesive tech stack for social login, external wallet connection, and account utilization**.

Particle Wallet can directly be integrated into existing applications leveraging Particle Auth or Particle Connect to streamline and customize wallet interaction.

***

<CardGroup cols={3}>
  <Card title="Web" href="/wallet/desktop/web">
    Using Particle Wallet within web applications.
  </Card>

  <Card title="Unity SDK" href="/wallet/mobile/unity">
    Using Particle Wallet within games built on Unity.
  </Card>

  <Card title="Android SDK" href="/wallet/mobile/android">
    Using Particle Wallet within Android applications.
  </Card>

  <Card title="iOS SDK" href="/wallet/mobile/ios">
    Using Particle Wallet within iOS applications.
  </Card>

  <Card title="Flutter SDK" href="/wallet/mobile/flutter">
    Using Particle Wallet within applications built using Flutter.
  </Card>

  <Card title="React Native SDK" href="/wallet/mobile/react">
    Using Particle Wallet within applications built using React Native.
  </Card>
</CardGroup>
