

1
/
3
Key storage and protection
<b>Social login wallet</b>: your private key is securely stored inside a trusted TEE environment. It's only temporarily reconstructed when needed and wiped immediately after use – no management required.
<b>MPC (Multi-Party Computation) wallet</b>: the private key is split into shares stored in different places, so the full key never appears. When you sign, each party computes its share and the results are combined to produce the signature.
<b>Social login wallet</b>: your private key is securely stored inside a trusted TEE environment. It's only temporarily reconstructed when needed and wiped immediately after use – no management required.
<b>MPC (Multi-Party Computation) wallet</b>: the private key is split into shares stored in different places, so the full key never appears. When you sign, each party computes its share and the results are combined to produce the signature.


1
/
3
Security
Both are highly secure, but social login wallets respond and sign faster.
<b>Social login wallet</b>: protected by on-device hardware isolation (TEE), so it stays safe even if apps or the OS are attacked; main risks are device compromise or account takeover.
<b>MPC wallet</b>: MPC wallets split the key into shares to prevent leakage, but signing requires multi-party computation, so speed depends more on network and device performance and is typically slower.


1
/
3
Recovery and changing device
<b>Social login wallet</b>: easy to use: sign in on any new device with the same social account – no manual backup needed. You can also convert to a seed phrase wallet and use the seed phrase to export the wallet.
<b>MPC wallet</b>: can't export seed phrase or private key. When key shares are reset, you must back them up again manually, which is more cumbersome.

