Skip to content

Commit 77909a6

Browse files
authored
docs: add note about negative profit isolation (#1790)
add new note to monetization documentation add new ignoredscope to .vale.ini
1 parent 9602ad5 commit 77909a6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
StylesPath = .github/styles
22
MinAlertLevel = warning
3-
IgnoredScopes = code, tt, table, tr, td
3+
IgnoredScopes = code, tt, table, tr, td, frontmatter
44

55
Vocab = Docs
66

sources/platform/actors/publishing/monetize.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ where:
9898

9999
Only paid user activity is included in profit calculations.
100100

101+
:::note Negative profit isolation
102+
103+
An Actor's negative net profit does not affect the positive profit of another Actor. For aggregation purposes, any Actor with a negative net profit is considered to have a profit of $0.
104+
105+
- _Previously:_ `Total Profit = (-$90) + $100 = $10`
106+
- _Now:_ `Total Profit = $0 + $100 = $100`
107+
108+
:::
109+
101110
#### How to set pricing for PPE
102111

103112
1. _Understand your costs_: Analyze resource usage (e.g CPU, memory, proxies, external APIs) and identify cost drivers

0 commit comments

Comments
 (0)