You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wallets/resources/faq.mdx
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,36 @@ sidebarTitle: "FAQs"
7
7
### General
8
8
9
9
<AccordionGroup>
10
+
<Accordiontitle="Which blockchains are supported for Wallets?">
11
+
[View the full list](https://thirdweb.com/chainlist?service=connect-sdk) of supported chains for Wallets.
12
+
</Accordion>
10
13
<Accordiontitle="How can I enable someone to login without an OTP email?">
11
14
You can use custom authentication or OAuth to enable login options without an OTP email.
12
15
</Accordion>
13
16
<Accordiontitle="Which social login options does thirdweb support?">
14
17
[Visit the playground](https://playground.thirdweb.com/wallets/sign-in/button) to view all supported authentication methods.\
15
18
Wallets supports custom auth integrations for developers building their own authentication systems.
16
19
</Accordion>
17
-
<Accordiontitle="New Accordion">
18
-
20
+
<Accordiontitle="Do I need to build separate flows for user wallets and external wallets (e.g. MetaMask)?">
21
+
No, since our SDK provides the wallet signer, you can build a unified experience with the same code to handle how all your users' wallets interact with signatures and smart contracts.
22
+
23
+
However, you will need to provide a separate flow to create in-app wallets as you would with any wallet provider (WalletConnect, Coinbase Wallet, etc.).
19
24
</Accordion>
20
25
</AccordionGroup>
21
26
22
-
### Security
27
+
### Security & Recoverability
23
28
24
29
<AccordionGroup>
25
-
<Accordiontitle="New Accordion"icon="sparkles">
26
-
30
+
<Accordiontitle="What happens if thirdweb ceases to exist? Will my users be able to access their wallets?">
31
+
In the event that thirdweb ceases to exist, we have committed to keeping our user wallet service running for a period of at least 12 months after the shutdown announcement. During this time users will be able to access their wallet and transfer their assets out, or export their private key which they can then import into a different client.
32
+
</Accordion>
33
+
<Accordiontitle="How will my users recover their accounts in case they lose access to their auth?">
34
+
Users can also link their account to a different auth method (e.g. email, phone, or social). All linked methods will be able to be used to access their accounts, providing an alternate recovery method in the case where one is lost.
27
35
</Accordion>
28
-
<Accordiontitle="New Accordion"icon="sparkles">
36
+
<Accordiontitle="How is the private key managed?">
37
+
Learn more about the architecture of how thirdweb wallets are created and stored [in the security docs.](/wallets/resources/security).
0 commit comments