Skip to content

Commit 826748b

Browse files
committed
[Portal] fee-changes (#6573)
CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the fee structure and related information for the `Buy With Crypto` and swap transactions in the `fee-sharing` documentation. ### Detailed summary - Removed references to a 1% fee and 70% sharing for `Buy With Crypto`. - Updated the protocol fee to 0.3% for swap transactions. - Allowed developers to set their own additional fees. - Clarified fee structure for buying with crypto and swap transactions. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent d4f5a9d commit 826748b

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

apps/dashboard/src/components/pay/PayConfig.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ export const PayConfig: React.FC<PayConfigProps> = (props) => {
139139
Fee Sharing
140140
</h3>
141141
<p className="mt-1.5 mb-4 text-foreground text-sm">
142-
thirdweb collects a 1% fee per end user transaction through{" "}
143-
<strong>Buy With Crypto</strong>. We share 70% of this fee with
144-
you.{" "}
142+
thirdweb collects a 0.3% protocol fee on swap transactions. You
143+
may set your own developer fee in addition to this fee.
145144
<Link
146145
href="https://portal.thirdweb.com/connect/pay/fee-sharing"
147146
target="_blank"

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ thirdweb does not charge any fees for buy with fiat. Any fees on onramping are b
1616
</Details>
1717

1818
<Details summary="What are the fees for Buy With Crypto?">
19-
For buying with crypto, thirdweb charges 0.3% and the application developer may charge up to 0.7% on each transaction
20-
</Details>
21-
22-
<Details summary="How does fee sharing work for Buy With Crypto?">
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.
19+
For buying with crypto or swap fees, thirdweb charges a 0.3% protocol fee. Developers may monetize their application by charging additional fees set through the dashboard.
2420
</Details>
2521

2622
<Details summary="What does the term “network fees” refer to?">

apps/portal/src/app/connect/pay/fee-sharing/page.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)