Skip to main content
The Particle Dashboard is the control center for integrating Particle’s Wallet-as-a-Service and SDKs.
From here, you can manage projects, track users, customize login flows, configure paymasters, and access node endpoints.

Particle Network dashboard.


Project Management

Every SDK requires three values: Project ID, Client Key, and App ID.
You create these inside the dashboard by setting up:
  1. Projects: Containers for multiple applications with shared settings.
  2. Applications: Specific instances (Web, iOS, Android) identified by an App ID.
Applications let you configure features like:
  • Multi-device login: Keep user accounts consistent across devices.
  • Redirect links: Define where users land after login.
When creating an app, you’ll need to specify a domain. This can be any domain, even a placeholder like demo.com.
To retrieve these values, follow these steps:
Sign up or Log in into the Particle dashboard
Login into Particle.Login into Particle.
Create Particle project.Create Particle project.
Create web app.Create web app.
Find app's credentials.Find app's credentials.

User Activity

The Activity tab gives you real-time insight into app usage:
  • Total, new, and active users
  • Wallet connections and social logins
  • Verification messages (SMS + email)

Team

Use the Team tab to invite collaborators:
  • Administrators: Full edit access (apps, branding, authentication, etc.)
  • Viewers: Read-only access
Permissions apply at the project level (all apps inside).

Users

The Users tab lists all individual users of your apps, showing:
  • Linked social accounts (if any)
  • EVM and Solana addresses
  • Sign-up and last active timestamps
See also: getUserInfo.

Custom Auth

For apps needing custom login flows, the Custom page supports JWT-based authentication (RS256).
Configure fields like:
  • JWKs URI
  • Custom ID key
  • Validation rules
This lets you plug in your own OAuth or identity provider.
Find a comple guide on how to implement custom authentication via JWT.

Paymaster

The Paymaster page manages Particle’s Omnichain Paymaster:
  • Deposit stablecoins on one chain (e.g., Ethereum, BNB)
  • Sponsor gas fees across 35+ supported chains
  • Track deposits and usage

Stats

The Stats tab shows analytics for requests tied to your project:
  • Method distribution (e.g., eth_getBalance)
  • Success rate
  • Total request count

📹 A quick dashboard walkthrough video is available.