A Universal Account is composed of multiple addresses, each relevant to a specific interaction layer: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.
- Owner Address: The EOA that owns the Universal Account and signs transactions (e.g., from MetaMask or via a social login).
- EVM Universal Address: The UA address used on EVM-compatible chains.
- Solana Universal Address: The UA address used on Solana.
The EVM and Solana Universal Addresses are distinct due to the way deposits work on each network.You can deposit any EVM token to the EVM Universal Address, and any Solana token to the Solana Universal Address. EVM and Solana assets will be accessible through the same UA instance, and balance lookups and transactions will remain unified at the SDK level.
UA Info Management
This repository includes a sample Next.js app with social logins via Particle Auth alongside Universal Accounts.
Next steps
Primary Assets & Unified Balance
Fetch unified balances and per-chain breakdowns.
Transfer Transaction
Send tokens cross-chain from a Universal Account.
