Skip to main content
Learn more about the Universal Accounts SDK and its role in chain abstraction and cross-chain app development in the section intro.

Overview

This section provides hands-on, task-based tutorials for developers building with the Particle Network Universal Accounts SDK.
Each guide focuses on implementing a real-world feature of chain abstraction — from connecting browser wallets and fetching balances to accepting cross-chain deposits and handling cross-ecosystem transactions.
These examples are ideal for teams integrating Universal Accounts into existing Web3 apps to enable multi-chain interoperability, unified balances, and bridge-free asset transfers.
If you’ve already integrated Particle Auth or ConnectKit, these guides will help you extend functionality with cross-chain operations and abstracted transaction flows.

What You’ll Learn

  • Integrate with Browser Wallets — connect standard EOA wallets and enable hybrid login with Universal Accounts.
  • Build a Balance Widget — fetch, aggregate, and display user balances across all supported chains in one view.
  • Use Universal Accounts as Deposit Flow — accept deposits in stablecoins or tokens from any supported chain, automatically available on your target network without bridges.
  • Preview Transaction Details — generate transaction previews using the SDK to verify execution parameters and simulate cross-chain actions.
  • Convert Primary Assets — convert or swap tokens within a Universal Account, supporting multi-chain liquidity and gas abstraction.

Before You Start

Before going through these guides, ensure your Universal Accounts SDK environment is properly configured:
  1. Get your API key — create a project in the Particle Dashboard and retrieve your SDK keys for authentication.
  2. Understand the SDK fundamentals — read the Universal Accounts Overview to learn how it unifies user identities, balances, and transaction logic across chains.
  3. Verify supported networks — check the Supported Chains.

Next Steps

Choose a guide to begin building with chain abstraction:
I