diff --git a/apps/dashboard/src/components/pay/PayConfig.tsx b/apps/dashboard/src/components/pay/PayConfig.tsx index 12be74bcef5..069f3caca7e 100644 --- a/apps/dashboard/src/components/pay/PayConfig.tsx +++ b/apps/dashboard/src/components/pay/PayConfig.tsx @@ -139,9 +139,8 @@ export const PayConfig: React.FC = (props) => { Fee Sharing

- thirdweb collects a 1% fee per end user transaction through{" "} - Buy With Crypto. 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.

-For buying with crypto, thirdweb charges 0.3% and the application developer may charge up to 0.7% on each transaction -
- -
-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.
diff --git a/apps/portal/src/app/connect/pay/fee-sharing/page.mdx b/apps/portal/src/app/connect/pay/fee-sharing/page.mdx deleted file mode 100644 index 84b67aa60ac..00000000000 --- a/apps/portal/src/app/connect/pay/fee-sharing/page.mdx +++ /dev/null @@ -1,23 +0,0 @@ -import { createMetadata, DocImage } from "@doc"; -import paySettingsImage from "../assets/pay-settings.png"; - -export const metadata = createMetadata({ - image: { - title: "thirdweb Universal Bridge - Fee Sharing", - icon: "thirdweb", - }, - title: "thirdweb Universal Bridge - Fee Sharing | thirdweb", - description: "How to participate in fee sharing with thirdweb Universal Bridge", -}); - -# Fee Sharing - -thirdweb collects a 1% fee per end user transaction. We share 70% of this fee with you. - -For example, if a user purchases $100 worth of Polygon through your application, thirdweb charges a total of $1.00. thirdweb collects $0.30 and sends $0.70 to you. - -Plase note that fee sharing only applies to fees collected through swaps and bridges. Fiat purchases do not currently qualify for fee sharing. - -To participate in fee sharing, all you need to do is set a recipient address in your dashboard. Your recipient address can be configured in your dashboard by navigating to your Team > Project > Connect > Universal Bridge in [thirdweb dashboard](https://www.thirdweb.com/team). - -