Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/dashboard/src/components/pay/PayConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ export const PayConfig: React.FC<PayConfigProps> = (props) => {
Fee Sharing
</h3>
<p className="mt-1.5 mb-4 text-foreground text-sm">
thirdweb collects a 1% fee per end user transaction through{" "}
<strong>Buy With Crypto</strong>. We share 70% of this fee with
you.{" "}
thirdweb collects a 0.3% protocol fee on swap transactions. You
may set your own developer fee in addition to this fee.
<Link
href="https://portal.thirdweb.com/connect/pay/fee-sharing"
target="_blank"
Expand Down
6 changes: 1 addition & 5 deletions apps/portal/src/app/connect/pay/faqs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ thirdweb does not charge any fees for buy with fiat. Any fees on onramping are b
</Details>

<Details summary="What are the fees for Buy With Crypto?">
For buying with crypto, thirdweb charges 0.3% and the application developer may charge up to 0.7% on each transaction
</Details>

<Details summary="How does fee sharing work for Buy With Crypto?">
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.
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.
</Details>

<Details summary="What does the term “network fees” refer to?">
Expand Down
23 changes: 0 additions & 23 deletions apps/portal/src/app/connect/pay/fee-sharing/page.mdx

This file was deleted.

Loading