-
Notifications
You must be signed in to change notification settings - Fork 621
[Portal] removed glossary, added new articles, deprecated old pages #6841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| import { Callout, Step, Steps, DocImage } from "@doc"; | ||
| import ProjOverview from "./assets/proj-overview.png"; | ||
| import ProjSettings from "./assets/proj-settings.png"; | ||
| import ProjTransfer from "./assets/proj-transfer.png"; | ||
|
|
||
|
|
||
| # Transfer projects to another team | ||
|
|
||
| Learn how to transfer a thirdweb project from one team to another. | ||
|
|
||
| <Callout variant="info" title="Owner Permissions Required"> | ||
| To transfer projects, you must be an owner of both the source and destination teams. | ||
| </Callout> | ||
|
|
||
| <Steps> | ||
|
|
||
| <Step title="Select Project"> | ||
| Select the project you want to transfer from the list of projects in your team. | ||
|
|
||
| <DocImage src={ProjOverview} alt="Project overview"/> | ||
|
|
||
| </Step> | ||
|
|
||
| <Step title="Project Settings"> | ||
| Navigate to the project settings by clicking on the gear icon in the bottom left of the project dashboard. | ||
| <DocImage src={ProjSettings} alt="Project settings"/> | ||
|
|
||
| </Step> | ||
|
|
||
| <Step title="Transfer Project"> | ||
| Navigate to the Transfer Project modal and select the destination team from the dropdown. Click on the Transfer Project button to initiate the transfer. | ||
|
|
||
| <DocImage src={ProjTransfer} alt="Transfer project"/> | ||
| </Step> | ||
|
|
||
| </Steps> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| import {DocImage} from "@doc"; | ||
| import FeeShare from './assets/fee-dash.png'; | ||
|
|
||
|
|
||
| # Understanding fees | ||
|
|
||
| Understand how protocol, developer, and onramp fees work with Universal Bridge. | ||
|
|
||
| ### Developer Fee | ||
|
|
||
| To monetize applications or games, you are able to set a developer fee on each crypto-to-crypto or swap transaction. You may set this percentage | ||
| through Project > Universal Bridge > Settings. | ||
|
|
||
| <DocImage src={FeeShare} alt="Developer fee share" /> | ||
|
|
||
| ### Protocol Fee | ||
|
|
||
| Our protocol fee is a flat 30 basis points (0.30%) applied on the source token amount. | ||
| This fee is independent of network gas fees and does not fluctuate. | ||
|
|
||
| #### Setting fees using buy or sell | ||
|
|
||
| You can configure who pays the protocol fee for buy or sell transactions by specifying the input amount `sell` or `buy`. | ||
|
|
||
| See full reference for [`buy`](https://portal.thirdweb.com/references/typescript/v5/buy/prepare) and [`sell`](https://portal.thirdweb.com/references/typescript/v5/sell/prepare). | ||
|
|
||
|
|
||
| #### Setting fees on transfers or purchase mode | ||
|
|
||
| You can configure who pays the protocol fee for transfers or purchase mode using the `feePayer` setting. This affects the | ||
| total amount paid by the user and the amount received by the destination (e.g., a seller, app, or partner). | ||
|
|
||
| feePayer=buyer (Default) i.e. the user covers the protocol fee. | ||
|
|
||
| Example: If the source token is 10 USDC, the user pays 10.30 USDC. | ||
|
|
||
| - thirdweb receives: 0.30 USDC | ||
|
|
||
| - Receiver receives: 10.00 USDC | ||
|
|
||
| feePayer=receiver i.e. the receiver covers the protocol fee. | ||
|
|
||
| Example: The user pays 10.00 USDC. | ||
|
|
||
| - thirdweb receives: 0.30 USDC | ||
|
|
||
| - Receiver receives: 9.70 USDC | ||
|
|
||
| [See full reference.](https://bridge.thirdweb.com/reference#tag/transfer/POST/v1/transfer/prepare) | ||
|
|
||
| ### Onramp Fee | ||
|
|
||
| When onramping to crypto using the Universal Bridge, a fee is charged by the third-party provider. This fee is determined by the provider and is typically a percentage | ||
| of the amount being onramped. This fee may vary based on the provider and payment method used. | ||
|
|
||
| There are no protocol fees on onramp transactions. | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.