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: apps/portal/src/app/connect/pay/get-started/page.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Log in to [the thirdweb dashboard](https://thirdweb.com/team). Navigate to the *
46
46
47
47
## Option 1: ConnectButton
48
48
49
-
Pay is available by default with our `ConnectButton` component. When users log in with Connect, they'll be able to onramp and purchase crypto directly from the logged in Connect interface. You can read more about `ConnectButton`[in this guide](/connect/sign-in/ConnectButton).
49
+
Universal Bridge is available by default with our `ConnectButton` component. When users log in with Connect, they'll be able to onramp and purchase crypto directly from the logged in Connect interface. You can read more about `ConnectButton`[in this guide](/connect/sign-in/ConnectButton).
description: "Frequently asked questions about thirdweb's Ecosystem Wallet",
6
+
image: {
7
+
title: "FAQs for thirdweb Ecosystem Wallet",
8
+
icon: "wallets",
9
+
},
10
+
});
11
+
12
+
# Ecosystem Wallet FAQs
13
+
14
+
### What is an Ecosystem Wallet?
15
+
16
+
An ecosystem wallet is a managed in-app wallet service that allows platforms to create a branded wallet and login system, manage their partners, and allow any number of partners to spin up in-app wallets. End users that create in-app wallets through your partner applications (either with email, phone number, passkey, or socials) will receive **one account and wallet address** that they can access across the entire ecosystem.
17
+
18
+
### How do Ecosystem Wallets work?
19
+
20
+
Ecosystem Wallets are a fully managed and containerized in-app wallet backend service that is white labeled to your application. By giving you access to this backend service, you can power any application with in-app wallets just like thirdweb does for over 70,000 developers.
21
+
22
+
### What is an Ecosystem Partner?
23
+
24
+
Ecosystem partners are games or applications that you have permissioned to spin up in-app wallets underneath your brand. They will have access to the same account (funds, assets, etc.) for any end users that 1) use your branded login system or 2) log in with your wallet.
25
+
26
+
You can manage ecosystem partners in the Permissions tab of your Ecosystem Wallet dashboard.
27
+
28
+
### Which login providers can display my Ecosystem Wallet?
29
+
30
+
thirdweb Connect, with WalletConnect and any wagmi- or viem-based login providers coming soon.
31
+
32
+
### How can Partners integrate my Ecosystem Wallet?
33
+
34
+
Partners can integrate your Ecosystem Wallet in three different ways:
35
+
36
+
**Login System**
37
+
38
+
Partners can install thirdweb SDK and use the Partner ID you created for them to display your branded sign in flow. All login options in this sign in flow will create an in-app wallet.
39
+
40
+
**Branded Wallet Connector**
41
+
42
+
Partners can add your wallet as a wallet connector option in their existing sign in flow on any domains they've whitelisted by calling the follow endpoint from their application.
43
+
44
+
**WalletConnect (Coming Soon)**
45
+
46
+
Partners using WalletConnect will automatically display your wallet as a WalletConnect option on any domains they've whitelisted.
47
+
48
+
### What is the difference between Anyone and Allowlist scopes for Ecosystem Wallet?
49
+
50
+
The **Anyone** scope allows any developer to integrate your ecosystem wallet, even if you have not given them permission. Any developer with thirdweb Connect, for example, would now display your wallet as a login option.
51
+
52
+
The **Allowlist** scope allows developers that you have explicitly added to your list of Partners to display your wallet as a login option.
53
+
54
+
You can manage scope in the Permissions tab of your Ecosystem Wallet dashboard.
55
+
56
+
### How does billing work for Ecosystem Wallets?
57
+
58
+
As the ecosystem admin, you will be billed $250 monthly for your Ecosystem Wallet. This allows any application or game in your ecosystem generate in-app wallets. Each month, we allow you and your ecosystem partners to generate 30,000 wallets for free. Once you've generated 30,000 wallets, you will be charged $0.02 per in-app wallet. At the end of each month, we will provide you with an invoice with a usage breakdown across all partners.
Copy file name to clipboardexpand all lines: apps/portal/src/app/connect/wallet/faq/page.mdx
-57
Original file line number
Diff line number
Diff line change
@@ -57,63 +57,6 @@ Currently, users will rely on the built-in recovery of their auth method. Refer
57
57
58
58
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.
59
59
60
-
# In App Wallet FAQs
61
-
62
-
### How do users connect to their in-app wallet in a third-party app?
63
-
64
-
Users can access it by doing a manual connection via wallet connect. They will then have to use the connect button or embed and select manage wallet -> connect an App.
65
-
66
-
### How is pricing calculated for in-app wallets?
67
-
68
-
In-app 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. In-app wallets are completely free up to 1,000 monthly active wallets, and $0.02 per wallet after that.
69
-
70
-
# Ecosystem Wallet FAQs
71
-
72
-
### What is an Ecosystem Wallet?
73
-
74
-
An ecosystem wallet is a managed in-app wallet service that allows you to create a branded wallet and login system, manage your partners, and allow any number of partners to spin up in-app wallets. End users that create in-app wallets through your partner applications (either with email, phone number, passkey, or socials) will receive **one account and wallet address** that they can access across the entire ecosystem.
75
-
76
-
### How do Ecosystem Wallets work?
77
-
78
-
Ecosystem Wallets are a fully managed and containerized in-app wallet backend service that is white labeled to your application. By giving you access to this backend service, you can power any application with in-app wallets just like thirdweb does for over 70,000 developers.
79
-
80
-
### What is an Ecosystem Partner?
81
-
82
-
Ecosystem partners are games or applications that you have permissioned to spin up in-app wallets underneath your brand. They will have access to the same account (funds, assets, etc.) for any end users that 1) use your branded login system or 2) log in with your wallet.
83
-
84
-
You can manage ecosystem partners in the Permissions tab of your Ecosystem Wallet dashboard.
85
-
86
-
### Which login providers can display my Ecosystem Wallet?
87
-
88
-
thirdweb Connect, with WalletConnect and any wagmi- or viem-based login providers coming soon.
89
-
90
-
### How can Partners integrate my Ecosystem Wallet?
91
-
92
-
Partners can integrate your Ecosystem Wallet in three different ways:
93
-
94
-
**Login System**
95
-
96
-
Partners can install thirdweb SDK and use the Partner ID you created for them to display your branded sign in flow. All login options in this sign in flow will create an in-app wallet.
97
-
98
-
**Branded Wallet Connector**
99
-
100
-
Partners can add your wallet as a wallet connector option in their existing sign in flow on any domains they've whitelisted by calling the follow endpoint from their application.
101
-
102
-
**WalletConnect (Coming Soon)**
103
-
104
-
Partners using WalletConnect will automatically display your wallet as a WalletConnect option on any domains they've whitelisted.
105
-
106
-
### What is the difference between Anyone and Allowlist scopes for Ecosystem Wallet?
107
-
108
-
The **Anyone** scope allows any developer to integrate your ecosystem wallet, even if you have not given them permission. Any developer with thirdweb Connect, for example, would now display your wallet as a login option.
109
-
110
-
The **Allowlist** scope allows developers that you have explicitly added to your list of Partners to display your wallet as a login option.
111
-
112
-
You can manage scope in the Permissions tab of your Ecosystem Wallet dashboard.
113
-
114
-
### How does billing work for Ecosystem Wallets?
115
-
116
-
As the ecosystem admin, you will be billed $250 monthly for your Ecosystem Wallet. This allows any application or game in your ecosystem generate in-app wallets. Each month, we allow you and your ecosystem partners to generate 30,000 wallets for free. Once you’ve generated 30,000 wallets, you will be charged $0.02 per in-app wallet. At the end of each month, we will provide you with an invoice with a usage breakdown across all partners.
0 commit comments