Skip to content

Commit 76694f0

Browse files
committed
Update Contracts FAQ (#7930)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR adds new information to the `page.mdx` file regarding deployment costs and auditing of thirdweb contracts. ### Detailed summary - Added a new `Details` section on deployment costs for thirdweb contracts, outlining: - Mint fees and primary sales fees for specific contract types. - A 2% convenience fee and a 0.5% protocol fee on primary sales. - Clarified that fees apply only to prebuilt contracts via the dashboard. - Included information about thirdweb contracts being audited by third-party firms. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added an FAQ explaining costs for deploying prebuilt contracts via the dashboard. * Clarifies a 2% dashboard deployment fee plus a 0.5% protocol fee (total 2.5%) taken from primary sales. * Includes an example payout and lists affected contract categories. * Notes that custom or externally deployed contracts are exempt. * Specifies fees are deducted in the sale’s currency and placed after the existing FAQ on using thirdweb with existing contracts. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 65a8c39 commit 76694f0

File tree

1 file changed

+17
-0
lines changed
  • apps/portal/src/app/contracts/faqs

1 file changed

+17
-0
lines changed

apps/portal/src/app/contracts/faqs/page.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ For any already deployed contracts, you can use the thirdweb dashboard to import
2121

2222
</Details>
2323

24+
<Details summary="Does it cost money to deploy contracts on thirdweb?">
25+
Only thirdweb pre-built contracts have mint fees or fees taken on primary sales for the following contracts which have a primary recipient field:
26+
27+
- Drop Contracts: DropERC20, DropERC721, DropERC1155, OpenEdition
28+
- Token Contracts: TokenERC20, TokenERC721, TokenERC1155
29+
- Specialized Contracts: , LoyaltyCard, BurnToClaim, MarketplaceV3
30+
31+
There is a 2% convenience fee for deploying from the dashboard and a 0.5% protocol fee that is integrated into the contract.
32+
33+
The 2.5% fee will be automatically deducted from primary sales executed through these contracts. For example, an asset listed at 0.1 ETH will distribute 0.0975 ETH to the seller and 0.0025 ETH to the platform.
34+
35+
The fee applies only to prebuilt contracts deployed via the thirdweb dashboard. Custom contracts or externally deployed contracts are not subject to fees.
36+
37+
The fee is charged from the primary sale, including a claim or mint action when there is a price on the NFT (non-zero). The fee is paid in the same currency as the claiming or minting price.
38+
39+
</Details>
40+
2441
<Details summary="Are thirdweb contracts audited?">
2542
Yes, thirdweb pre-built contracts are audited by third-party security firms. You can see the attached
2643
audit reports for each contract linked on the contract page on Explore.

0 commit comments

Comments
 (0)