Skip to content

Commit 2013820

Browse files
committed
engine and ub changes
1 parent 9f1ca54 commit 2013820

File tree

8 files changed

+63
-13
lines changed

8 files changed

+63
-13
lines changed

apps/portal/src/app/connect/pay/faqs/page.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ This can include intents, native bridges, third party bridges, cross-chain messa
2929
health, price, and speed to guarantee the best path every time.
3030
</Details>
3131

32+
<Details summary="Am I able to use Universal Bridge with other wallet infrastructure providers?">
33+
Yes, Universal Bridge is designed to be agnostic to wallet infrastructure. You can use it with any wallet service.
34+
35+
We have adapters to easily integrate the following solutions:
36+
- [Dynamic](https://solutions.thirdweb.com/products/how-to-use-thirdweb-with-dynamic-xyz)
37+
- [Privy](https://solutions.thirdweb.com/products/how-to-use-thirdweb-with-privy)
38+
</Details>
39+
40+
41+
<Details summary="Does Universal Bridge support Apple Pay or Google Pay?">
42+
Apple Pay and Google Pay are supported through the onramp providers depending on region. Coinbase, Stripe, and Transak currently support Apple Pay. Transak supports Google Pay. [Learn more about the supported onramp providers.](/connect/pay/onramp-providers).
43+
</Details>
44+
3245
<Details summary="What are the KYC requirements?">
3346
Onramp options all require minimal KYC. This is done to comply with local regulations and to ensure the safety of our users.
3447
Please note: onramping with Coinbase does not require KYC for a purchase below $500 with debit card.
@@ -41,7 +54,7 @@ Our transaction maximum starts from $1500 per week for new users and can increas
4154
</Details>
4255

4356
<Details summary="What countries does Buy With Fiat support?">
44-
**Buy With Fiat** is available 130+ countries. The following countries are _UNSUPPORTED_:
57+
**Buy With Fiat** is available 160+ countries. The following countries are _UNSUPPORTED_:
4558

4659
- Afghanistan
4760
- Africa (All Countries)

apps/portal/src/app/connect/pay/onramp-providers/page.mdx

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,31 @@ export const metadata = createMetadata({
1212

1313
# Onramp Providers
1414

15-
thirdweb Universal Bridge integrates with Stripe, Kado and Transak to power our onramp. By default, we choose a recommended provider based on the location of the user, KYC status, and currency.
15+
**Onramp Providers** are services that allow users to buy crypto with fiat. You can set preferred providers for your application in the dashboard.
1616

17-
| Provider | Supported Countries |
18-
| -------- | ------------------------------------------------------------------------------------------------------- |
19-
| Transak | https://transak.notion.site/On-Ramp-Payment-Methods-Fees-Other-Details-b0761634feed4b338a69f4f186d906a5 |
20-
| Kado | https://www.kado.money/supported-countries |
21-
| Stripe | https://docs.stripe.com/crypto/onramp |
17+
Universal Bridge supports the following onramp providers:
2218

23-
## Choosing a Preferred Provider
19+
- **Coinbase**
20+
- **Transak**
21+
- **Stripe**
2422

25-
It is possible to specify a preferred onramp provider by setting the `preferredProvider` parameter in the ConnectButton, PayEmbed, or Headless Integration. Go to [customizations](../pay/customization/connectbutton#preferredProvider) for more detail, or checkout the [API Reference for preferredProvider](https://portal.thirdweb.com/references/typescript/v5/GetBuyWithFiatQuoteParams).
23+
## Provider Fees
24+
25+
Each provider has different fees associated with their services which often depend on various factors. The fees are set by the provider and are not controlled by thirdweb and will be transparent in the fee breakdown on the Universal Bridge modal.
26+
27+
| Provider | Fees |
28+
| -------- | ---- |
29+
| Coinbase | [Learn more about Coinbase Fees](https://help.coinbase.com/en/coinbase/trading-and-funding/pricing-and-fees/fees) |
30+
| Transak | [Learn more about Transak Fees](https://support.transak.com/en/articles/7845942-how-does-transak-calculate-prices-and-fees)|
31+
| Stripe | [Learn more about Stripe Fees](https://stripe.com/legal/crypto-onramp)
32+
33+
34+
## Provider Regions
35+
36+
Each provider has different regions they support. You can learn more about the supported regions for each provider in the links below.
37+
38+
| Provider | Regions |
39+
| -------- | ------- |
40+
| Coinbase | [View Regions](https://docs.cdp.coinbase.com/onramp/docs/api-configurations) |
41+
| Transak | [View Regions](https://transak.com/global-coverage) |
42+
| Stripe | [View Regions](https://support.stripe.com/questions/crypto-supportability-and-availability-by-region) |

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ export const sidebar: SideBar = {
241241
name: "Supported Routes",
242242
href: "https://thirdweb.com/routes",
243243
},
244+
{
245+
name: "Onramp Providers",
246+
href: `${paySlug}/onramp-providers`,
247+
},
244248
{
245249
name: "Service Fees",
246250
href: `${paySlug}/fees`,
335 KB
Loading
347 KB
Loading

apps/portal/src/app/engine/v3/faq/page.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ import { Callout, Details } from "@doc";
22

33
# Engine FAQs
44

5-
More information coming soon.
5+
<Details summary="How is pricing calculated for Engine Cloud?">
6+
Pricing is calculated through the number of write or POST requests made through the Engine API. Requests cost $1 per 1,000 requests.
7+
8+
For transactions completed through server wallets paid through the user's thirdweb account, users will pay a 5% premium on the gas fee of each transaction completed.
9+
10+
The breakdown for usage and transaction fees can be found in your usage dashboard under the team overview.
11+
</Details>

apps/portal/src/app/engine/v3/get-started/page.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { Callout, Step, Steps, Tabs, TabsContent, TabsTrigger, TabsList } from "@doc";
1+
import { Callout, Step, Steps, Tabs, TabsContent, TabsTrigger, TabsList, DocImage } from "@doc";
2+
import CreateVault from '../assets/create-vault.png';
3+
import SendTransction from '../assets/send-transaction.png';
24

35
# Get started
46

@@ -19,7 +21,8 @@ Learn how to get started with thirdweb Engine. This guide will walk you through
1921
Create a vault to manage your Engine's server wallets. After setup, you can manage your Vault to create additional access tokens or rotate admin keys.
2022

2123
<Callout variant="info" title="Vault">
22-
Vault is thirdweb's key management service designed to store smart server wallets non-custodially. Learn more about [Vault].
24+
Vault is thirdweb's key management service designed to store smart server wallets non-custodially. [Learn more about Vault.](/vault)
25+
<DocImage src={CreateVault} alt="Create Vault"/>
2326
</Callout>
2427
</Step>
2528

@@ -35,6 +38,7 @@ Learn how to get started with thirdweb Engine. This guide will walk you through
3538
To verify your server wallet setup and see how transactions work, you can send a test transaction in the next step. This sends a no-op transaction—a transaction with zero value—to your own wallet.
3639

3740
You can send additional test transactions or proceed with the full setup whenever you're ready.
41+
<DocImage src={SendTransction} alt="Send Test Transaction"/>
3842
</Step>
3943

4044
<Step title="Integrate with your app">

apps/portal/src/app/engine/v3/migrate/page.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
import { Callout } from "@doc";
2+
13
# Migrating from Engine v2 to v3
24

3-
This guide outlines the key changes required to migrate your applications from Engine v2 to Engine v3. We'll cover common operations and highlight the differences in API requests and authentication.
5+
Learn how to migrate your applications from Engine v2 to Engine v3. We'll cover common operations and highlight the differences in API requests and authentication.
6+
7+
<Callout variant="info" title="Migrating Wallets">
8+
If you'd like to migrate your wallets from v2 to v3 to also be secured by [Vault](/vault) or thirdweb's key management service, please [contact us for assistance.](https://thirdweb.com/support)
9+
</Callout>
410

511
## Writing to a contract
612

0 commit comments

Comments
 (0)