-
- For contract with primary sales, get additional fees for all
- primary sales that happen on this contract. (This is useful if you
- are deploying this contract for a 3rd party and want to take fees
- for your service).
If this contract is a marketplace, get a
- percentage of all the secondary sales that happen on your
- contract.
- >
- }
- >
-
-
-
-
-
- form.setValue("deployParams._platformFeeBps", value.toString(), {
- shouldTouch: true,
- })
- }
- />
-
+ {props.isMarketplace ? (
+
+ A 2.5% platform fee is deducted from each sale to support ongoing
+ platform operations and improvements.{" "}
+
+ Read more.
+
+
+ ) : (
+
+ A 2.5% platform fee is deducted from each primary sale price to
+ support ongoing platform operations and improvements.{" "}
+
+ Read more.
+
+
+ )}