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
CORE-0000
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on renaming and updating the documentation related to `thirdweb Pay`, transitioning to the `Universal Bridge` terminology. It enhances clarity and alignment with the new features and guides for web3 payments.
### Detailed summary
- Updated titles and descriptions in various `.mdx` files to reflect `Universal Bridge`.
- Changed sidebar navigation names and links to align with `Universal Bridge`.
- Revised content in `page.mdx` files to include new functionalities and guides.
- Added sections on fee sharing and supported chains in the `Overview` documentation.
- Modified FAQ entries to clarify `Universal Bridge` specifics.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<Detailssummary="What are the fees for Buy With Fiat?">
16
15
thirdweb takes a 1% fee on all Buy With Fiat transactions. Additional processing fees will depend on the selected onramp vendor.
16
+
</Details>
17
17
18
-
### What are the fees for Buy With Crypto?
19
-
18
+
<Detailssummary="What are the fees for Buy With Crypto?">
20
19
thirdweb takes a 1% fee on all Buy With Crypto transactions.
20
+
</Details>
21
21
22
-
### How does fee sharing work for Buy With Crypto?
23
-
22
+
<Detailssummary="How does fee sharing work for Buy With Crypto?">
24
23
thirdweb shares 70% of all fees collected through Buy With Crypto with our developers. Fee sharing is not currently available for Buy With Fiat transactions.
24
+
</Details>
25
25
26
-
### What does the term “network fees” refer to?
27
-
26
+
<Detailssummary="What does the term “network fees” refer to?">
28
27
Network fees, also referred to as miner fees, are paid to the miner for processing crypto transactions and securing the respective network. These fees do not go to thirdweb.
28
+
</Details>
29
29
30
-
### What are your transaction limits for Buy With Fiat?
31
-
30
+
<Detailssummary="What are your transaction limits for Buy With Fiat?">
32
31
We currently require a $1 minimum purchase for both stablecoin and non-stablecoin purchases through Buy With Fiat.
33
32
34
33
Our transaction maximum starts from $1500 per week for new users and can increase over time to $10,000 per week.
34
+
</Details>
35
35
36
-
### What countries does Buy With Fiat support?
37
-
36
+
<Detailssummary="What countries does Buy With Fiat support?">
38
37
**Buy With Fiat** is available 130+ countries. The following countries are _UNSUPPORTED_:
39
38
40
39
- Afghanistan
@@ -60,9 +59,9 @@ Our transaction maximum starts from $1500 per week for new users and can increas
60
59
- Yemen
61
60
62
61
All United States are supported, excluding Hawaii.
62
+
</Details>
63
63
64
-
### Does thirdweb offer direct onramping to tokens through Buy With Fiat?
65
-
64
+
<Detailssummary="Does thirdweb offer direct onramping to tokens through Buy With Fiat?">
66
65
We offer direct onramping **internationally** to the following tokens:
67
66
68
67
- Mainnet (Ethereum)
@@ -80,19 +79,22 @@ We offer direct onramping to the following tokens in the **US only**:
80
79
All other tokens will require an additional Buy With Crypto step.
81
80
82
81
\* Not available in New York or the EU.
82
+
</Details>
83
83
84
-
### How does KYC work with Buy With Fiat
85
-
84
+
<Detailssummary="How does KYC work with Buy With Fiat">
86
85
Users will be required to complete KYC verification for their first purchase using 'Buy with Fiat.' After that, no further KYC will be needed for future purchases on the same platform.
86
+
</Details>
87
87
88
-
### What cryptocurrencies does Pay support?
89
-
88
+
<Detailssummary="What cryptocurrencies does Pay support?">
90
89
Pay can support any currency on our [supported chains](/connect/pay/supported-chains).
90
+
</Details>
91
91
92
-
### How are cryptocurrency prices set in thirdweb Pay?
93
-
92
+
<Detailssummary="How are cryptocurrency prices set in thirdweb Pay?">
94
93
Prices are set depending on the liquidity provider used to route your transaction.
94
+
</Details>
95
95
96
-
### Does thirdweb Pay offer fiat payouts?
97
-
96
+
<Detailssummary="Does thirdweb Pay offer fiat payouts?">
"thirdweb Pay - Fast, flexible credit card and crypto point of sale",
12
+
"Learn everything about thirdweb’s web3 payments solution, Universal Bridge. Technical docs on onramping, bridging + swapping.",
12
13
});
13
14
14
15
# Overview
15
16
16
-
Pay allows your users to purchase cryptocurrencies and execute transactions with their credit card or debit card, or with any token via cross-chain routing.
17
+
Universal Bridge allows your users to bridge, swap, and purchase cryptocurrencies and execute transactions with any fiat options or tokens via cross-chain routing.
17
18
18
19
<DocImagesrc={PayOverviewImage} />
19
20
@@ -67,14 +68,30 @@ Pay allows your users to purchase cryptocurrencies and execute transactions with
67
68
68
69
</div>
69
70
70
-
### Use Cases
71
+
##Supported Chains
71
72
72
-
-**Onramp funds directly into any transaction,** perfect for any of the following use cases:
73
-
-**Games** selling in-game assets onchain.
74
-
-**DEXes** looking to help users deposit funds.
75
-
-**Staking apps** onboarding new users to their pools.
76
-
-**Social apps** looking to add tipping or other paid functionality to their application.
77
-
-**Non-profits** accepting donations in crypto.
73
+
Universal Bridge is supported on select EVM compatible chain. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist?service=pay).
74
+
75
+
<DocImagesrc={SupportedChains} />
76
+
77
+
## Fee Sharing
78
+
79
+
Thirdweb collects a 1% fee per end-user transaction and shares 70% of that fee with you. For example, on a $100 Polygon purchase, a $1.00 fee is charged—of which $0.30 is retained by thirdweb and $0.70 is remitted to you.
80
+
81
+
Note: Fee sharing applies only to fees from swaps and bridges; fiat purchases are excluded.
82
+
83
+
To enable fee sharing, simply set a recipient address in your dashboard under Team > Project > Connect > Pay in the thirdweb dashboard.
Specify a preferred onramp provider by setting the preferredProvider parameter in ConnectButton, PayEmbed, or Headless Integration. For details, refer to
94
+
[customization](../pay/customization/connectbutton#preferredProvider) or the [API Reference for preferredProvider](/references/typescript/v5/GetBuyWithFiatQuoteParams).
0 commit comments