---------------- | ----------------------------------- | ---------------------------------- | | Setup | Enable toggle in Dashboard | Reference provider app IDs in code | | Code required | Dashboard configuration only | 2 lines with RainbowKit | | Privy SDK needed | Yes | Optional | | User flow | Users consent to share wallets | Users link or login with wallets | | Security control | Set read-only mode, enable Blockaid | Inherits provider’s settings | | Dashboard location | My app tab | Integrations tab | | Use case | Enable cross-app wallet ecosystem | Reduce onboarding friction |Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
When to become a provider
When to become a provider
An app should become a provider if it:Setup: Navigate to Dashboard > Global Wallet > My app and enable the toggle.
- Has existing users with embedded wallets that could be valuable in other apps
- Wants to build network effects by enabling users to leverage their wallets across partner apps
- Wants to increase user retention through cross-app utility
- Wants to control security settings like read-only mode or Blockaid transaction scanning
Global wallet provider access is a gated feature. Before implementing global wallets as a
provider, contact Privy at [email protected] and include your app ID.
When to integrate as a requester
When to integrate as a requester
An app should integrate as a requester if it:
- Wants to reduce onboarding friction by letting users sign in with existing wallets
- Does not want to manage wallet creation, recovery, or infrastructure
- Wants users to bring assets and identity from other apps
- Wants quick integration using standard wallet connectors like RainbowKit or ConnectKit
toPrivyWallet() or Privy hooks.When to be both provider and requester
When to be both provider and requester
An app should configure both roles if it:
- Wants maximum wallet interoperability in both directions
- Is building a partnership ecosystem with other apps
- Wants users to both import wallets from partners and export wallets to partners
- Wants to tap into other ecosystems while building its own
User consent and security
Privy requires that users explicitly confirm all wallet actions in a cross-app context.
- The provider app opting into cross-app flows.
- The user explicitly consenting to share their wallet information with the requester app.
- Users are granted a custom access token to make future requests to the provider wallet
- The user’s wallet addresses are then attached to the requester’s user object as a new cross-app linked account
- If the provider allows for the wallet to be used for signatures and transactions, the requester can request signatures and transactions using the custom access token. Providers can also choose to make their wallets available in read-only mode.

