Network:

Profile

Cross-App Wallets

Please connect your wallet using the Privy pill above to enable signing functionality.

Debug Info:

Regular connected wallets: 0

Wagmi active address: None

Cross-app wallets: 0

Smart wallets: 0

Selected smart wallet: None

Embedded wallet (signer): None

How Cross-App Wallets Work

  • Smart Wallets: Hold your funds and execute transactions
  • Embedded Wallets: Used internally by Privy for signing/authorization
  • For Transactions: Use useSmartWallets().client.sendTransaction()
  • Correct API: Pass chain object, not chainId
  • Value Format: Use BigInt(0) for 0 ETH
  • Privy handles: The embedded wallet signing automatically

🔍 Different Smart Wallet Types

1. Regular Smart Wallets (useSmartWallets):

Created directly through Privy. Requires dashboard configuration with bundler/paymaster.

2. Cross-App Smart Wallets:

From external providers like Flaunch. Uses different APIs (useCrossAppAccounts).

3. Embedded Wallets:

Standard Privy wallets. Always work for basic transactions.

Try all three buttons above to see which type of wallet you have!