@@ -6,8 +6,8 @@ description: "Multi-Party Computation | Documentation - Web3Auth"
66
77import CommonQuestions from " @site/src/components/CommonQuestions" ;
88
9- import KeyManagementDark from " @site/static/images/key-management-dark.png" ;
10- import KeyManagementLight from " @site/static/images/key-management-light.png" ;
9+ import KeyManagementDark from " @site/static/images/flow-diagrams/ key-management-dark.png" ;
10+ import KeyManagementLight from " @site/static/images/flow-diagrams/ key-management-light.png" ;
1111import { mpccorekit } from " @site/src/components/SDKReferenceCards" ;
1212
1313Multi-Party Computation (MPC) forms the backbone of Web3Auth's advanced wallet infrastructure,
@@ -40,8 +40,8 @@ read through [How Web3Auth Works](/how-web3auth-works) and
4040
4141In this setup, users are equipped with three factors for authentication and recovery:
4242
43- 1 . ** OAuth Login Factor:** Managed across Web3Auth's Auth Network, accessible via OAuth providers
44- like Google.
43+ 1 . ** OAuth Login Factor:** Managed across Web3Auth Network, accessible via OAuth providers like
44+ Google.
45452 . ** Device Factor:** Stored securely on the user's device, often protected by device-specific
4646 security features such as biometrics.
47473 . ** Backup/ 2FA Factor:** Acts as a recovery share, stored separately or based on user's input with
@@ -79,7 +79,7 @@ Users employ OAuth logins, trusted devices, and other factors to manage their cr
7979pairs. Importantly, the complete private keys are not stored anywhere within the Wallet
8080Infrastructure system, including our databases or any participating nodes.
8181
82- To create a social login share, users interact with the Web3Auth Auth Network, where key generation
82+ To create a social login share, users interact with the Web3Auth Network, where key generation
8383operates via a 5/9 consensus system. This setup guarantees that wallets remain non-custodial,
8484ensuring that neither Web3Auth, Social Login Providers, nor any other party holding a key share can
8585claim full ownership.
0 commit comments