Skip to content

Commit 084e189

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent c5fd4e0 commit 084e189

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

wallets/resources/faq.mdx

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,36 @@ sidebarTitle: "FAQs"
77
### General
88

99
<AccordionGroup>
10+
<Accordion title="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>
1013
<Accordion title="How can I enable someone to login without an OTP email?">
1114
You can use custom authentication or OAuth to enable login options without an OTP email.
1215
</Accordion>
1316
<Accordion title="Which social login options does thirdweb support?">
1417
[Visit the playground](https://playground.thirdweb.com/wallets/sign-in/button) to view all supported authentication methods.\
1518
Wallets supports custom auth integrations for developers building their own authentication systems.
1619
</Accordion>
17-
<Accordion title="New Accordion">
18-
20+
<Accordion title="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.).
1924
</Accordion>
2025
</AccordionGroup>
2126

22-
### Security
27+
### Security & Recoverability
2328

2429
<AccordionGroup>
25-
<Accordion title="New Accordion" icon="sparkles">
26-
30+
<Accordion title="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+
<Accordion title="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.
2735
</Accordion>
28-
<Accordion title="New Accordion" icon="sparkles">
36+
<Accordion title="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).
38+
</Accordion>
39+
<Accordion title="New Accordion">
2940

3041
</Accordion>
3142
</AccordionGroup>

0 commit comments

Comments
 (0)