Web3Auth is a user-friendly infrastructure designed to simplify the onboarding of users into decentralized applications (dApps) and Web3 wallets. It enables seamless sign-in experiences through familiar OAuth providers like Google and Twitter, while ensuring users maintain full control of their cryptographic wallets in a non-custodial manner. Importantly, Web3Auth is not a wallet itself; rather, it serves as a foundational layer that enhances wallet functionality by managing user authentication and key management without requiring users to navigate complex blockchain transactions.
- Wallet Creation: Enables wallet creation in seconds while ensuring security through non-custodial methods and seed phrase-free setups using Multi-Party Computation (MPC).
- User-Friendly Login Options: Supports social logins, allowing new users to create wallets without using seed phrases.
- Customizable Design: Provides a white-labeled wallet UI that can be fully customized for brands on both mobile and web platforms.
- MPC Architecture: Utilizes distributed partial keys for transaction signing, enhancing security and performance.
- Account Abstraction: Simplifies user interactions with blockchain through features like gas-less transactions and mobile External Owned Accounts (EOAs).
- Headless SDKs: Offers headless SDK solutions for developers to own the user engagement experience and host it themselves.
- Fiat-to-Crypto API: Partners with providers to facilitate cost-effective fiat-to-crypto conversion.
- Identity Verification: Allows verification of users through "Sign-in With Ethereum" and CAIP proposals for added security and compliance.
- Blockchain Agnostic: Compatible with various blockchains including Ethereum, Bitcoin, Solana, and Aptos.
- Interoperability: Facilitates connectivity with popular applications via WalletConnect.
- Enterprise-Grade Security: Complies with SOC2, CCPA, CPRA, and GDPR, with a routinely audited codebase ensuring high security standards.
- User Engagement Enhancements: Designed to improve user engagement and onboarding, allowing projects to seamlessly scale their user base.
-
User Authentication: Web3Auth allows users to authenticate using familiar social login options (like Google, Facebook), making it easy to access decentralized applications (dApps).
-
Web3Auth SDK: Developers integrate Web3Auth into their applications using a Software Development Kit (SDK), which simplifies the login and authentication process.
-
Key Generation: When users log in, Web3Auth generates a unique cryptographic key for them. This key is essential for interacting with blockchain networks.
-
Redirection Process: Upon initiating the login, users are redirected to the Web3Auth portal where the login process occurs. They then authenticate using their chosen OAuth provider.
-
Returning to the App: After successful authentication, users are redirected back to the dApp with a derived key specific to that application.
-
Single and Multi-Factor Authentication: Web3Auth supports both single-factor (like social logins) and multi-factor authentication, enhancing security by requiring additional proofs of identity.
-
Key Sharing: Web3Auth uses techniques like Shamir's Secret Sharing to split users' keys into multiple shares, which are stored in various secure locations - neither the whole key nor its parts are kept in one place.
-
Security with Multi-Party Computation: In its advanced architecture, instead of reconstructing keys, Web3Auth uses Multi-Party Computation (MPC) to perform operations with split keys, enhancing security.
-
Non-Custodial Wallet Management: Users maintain control over their private keys, ensuring that no single entity (including Web3Auth) has full ownership. This non-custodial nature increases security and user trust.
-
Web of Trust: The decentralized nature of key management creates a "web of trust," where various elements (like trusted devices) are used to manage keys securely.
-
User-Friendly Experience: This entire process is designed to be seamless for users—allowing them to interact with dApps without needing to manage complex cryptographic keys manually.
- Dev Workshop
- Quick Start
- Plug and Play SDKs
- Core Kit SFA (Single Factor Authentication) SDKs
- Core Kit MFA(Multi Factor Authentication) SDKs
- Web3Auth Wallet Ecosystem
- Helper SDKs
- Auth Provider Setup
- Connecting Blockchains with Web3Auth
- Various Tutorials and Examples
- Numerous Guides
- Blog
- Web3Auth Demo/Playground
- GitHub