MetaMask Embedded Wallets (formerly Web3Auth)

  • Name: MetaMask Embedded Wallets (formerly Web3Auth)
  • URL: https://web3auth.io/
  • Category: Embedded wallet infrastructure / authentication / non-custodial key-management SDK
  • Tags: ethereum-ecosystem solana-ecosystem
  • Summary: MetaMask Embedded Wallets is embedded-wallet plumbing for apps that want familiar sign-in flows instead of seed-phrase-first onboarding. The product surface is still split between legacy Web3Auth assets and MetaMask branding, but the core shape is straightforward: hosted key-share and recovery infrastructure wrapped in multi-platform SDKs. Useful wallet-ops infrastructure, not a new wallet primitive.
  • What it does:
    • Lets apps create embedded non-custodial wallets using OAuth, email, SMS, authenticator apps, or custom authentication flows
    • Provides SDKs across web, React, Vue, Node.js, Android, iOS, React Native, Flutter, Unity, and Unreal Engine
    • Supplies wallet infrastructure rather than a standalone end-user wallet, giving developers a cryptographic key provider they can use inside their own applications or wallet experiences
    • Uses distributed key-share and threshold-reconstruction infrastructure so no single party holds the entire private key, while still supporting account recovery flows
    • Supports EVM and Solana directly and can export private keys for use with other chains and custom integrations
  • Key claims:
    • MetaMask’s docs say Embedded Wallets is “not a wallet” but wallet infrastructure that simplifies onboarding and key management for dapps and blockchain wallets
    • The docs say users maintain control of non-custodial wallets while the system removes direct seed-phrase management from the onboarding path
    • The architecture docs say the system combines OAuth login flows, an Embedded Wallets network, SDKs, and a threshold-key core kit (tKey) to reconstruct signing keys without any single party holding the full secret
    • The GitHub org says the product is chain-agnostic, includes built-in EVM and Solana providers, and spans web, mobile, gaming, and backend SDKs
    • The docs also say the infrastructure is built to handle millions of users with globally available, automatically scaling Kubernetes-based infrastructure
  • Whitepaper: No classic whitepaper or litepaper was found during this pass. The strongest primary materials were the official Web3Auth site, MetaMask Embedded Wallets docs, architecture/get-started pages, and the public Web3Auth GitHub organization; see ../whitepapers/metamask-embedded-wallets-primary-sources-2026-04-26.md.
  • Sources:

Internal linkages

Governance / control risk

  • The leverage sits in authentication-factor policy, threshold-key reconstruction, recovery handling, provider defaults, and session continuity.

  • When a vendor says it removed wallet friction, the useful question is who now controls recovery factors, identity bindings, and the durable login path.

  • Last reviewed: 2026-05-29 UTC