You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: orchestrators/guides/set-pricing.mdx
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ icon: tag
4
4
---
5
5
6
6
In this guide we'll go over how to set and configure pricing to charge for
7
-
transcoding advertised to broadcasters off-chain.
7
+
transcoding advertised to gateways off-chain.
8
8
9
-
# Setting WEI Price
9
+
# Setting WEI Price
10
10
11
11
## Choose a Price
12
12
13
13
To charge for transcoding orchestrators set a price per pixel denominated in Wei
14
-
(1 ETH = 1e18 Wei), advertised to broadcasters off-chain.
14
+
(1 ETH = 1e18 Wei), advertised to gateways off-chain.
15
15
16
16
To get support for setting a price that will allow you to receive work on the
17
17
network, contact us on our [Discord](https://discord.gg/uaPhtyrWsF) channel.
@@ -86,7 +86,7 @@ To set a price in USD, one just needs to add the `USD` suffix to the value provi
86
86
87
87
Given the price per pixel in USD is going to be a really low number, the recommendation is to also set the `-pixelsPerUnit` flag so a more human-friendly number can be specified on the price per unit. The `-pixelsPerUnit` acts as a denominator on the `-pricePerUnit` and the recommendation is to keep it constant over time, updating only the price per unit as seen fit.
88
88
89
-
e.g.:
89
+
e.g.:
90
90
91
91
- To set a price of **$4.10 E -13**
92
92
@@ -104,7 +104,7 @@ e.g.:
104
104
105
105
Notice that the `-pixelsPerUnit` flag supports the exponential notation, so it’s easier to understand the value being set. The `-pricePerUnit` does not support it though, so a standard decimal notation must be used. This is also an incentive to use the `-pixelsPerUnit` value in order to keep the `-pricePerUnit` as an easily readable value.
106
106
107
-
This feature is also supported by broadcasters, with the `-pixelsPerUnit` flag staying the same, while the `-maxPricePerUnit` should be set instead forthe max price. The currency is specifiedin the same format.
107
+
This feature is also supported by gateways, with the `-pixelsPerUnit` flag staying the same, while the `-maxPricePerUnit` should be set instead forthe max price. The currency is specifiedin the same format.
0 commit comments