From 32dcf4dcb90d9e9ec3a8537d3346c8b24a6f0d62 Mon Sep 17 00:00:00 2001 From: rahul-thirdweb <109543120+rahul-thirdweb@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:53:27 +0700 Subject: [PATCH] Update 5 FAQ.mdx Signed-off-by: rahul-thirdweb <109543120+rahul-thirdweb@users.noreply.github.com> --- docs/onboarding/21 Embedded Wallet/5 FAQ.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/onboarding/21 Embedded Wallet/5 FAQ.mdx b/docs/onboarding/21 Embedded Wallet/5 FAQ.mdx index 53689f6e9..d626397b0 100644 --- a/docs/onboarding/21 Embedded Wallet/5 FAQ.mdx +++ b/docs/onboarding/21 Embedded Wallet/5 FAQ.mdx @@ -38,6 +38,10 @@ Users can access it by choosing the thirdweb option in WalletConnect. They will We support Google, Apple, Facebook and email out of the box, and embedded wallets can be configured to work with any Open ID Compatible authentication service. We will be adding out of the box support for more social login options soon. +### How is pricing calculated for embedded wallets? + +Embedded wallets are billed based on "monthly active wallets". An active wallet is defined as a wallet where a user logs in during the billing period. Embedded wallets are completely free up to 10,000 monthly active wallets, and $0.02 per wallet after that. + # Customization FAQs ### Do you support gasless transactions? @@ -82,3 +86,7 @@ You can learn more about the architecture of how embedded wallets are created an Using Shamir Secret Sharing technology, your customers’ assets are safe even if thirdweb or you are compromised. This is because the attacker will only be able to access 1 of the 3 shards, and that is not enough to reconstruct the private key. + + + +