Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/fizz/reward-details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ While you receive the majority of the earnings from user leases, there are some
This means that as a Fizz node operator, you receive 90% of the total amount paid by the user for leasing your compute resources.

<Callout type="info">
**Example**: If a user pays 100 USDT tokens to lease your compute resources:
- You receive: 90 USDT tokens
- Spheron Foundation receives: 5 USDT tokens
- Gateway receives: 5 USDT tokens
**Example**: If a user pays 100 uSPON tokens to lease your compute resources:
- You receive: 90 uSPON tokens
- Spheron Foundation receives: 5 uSPON tokens
- Gateway receives: 2 uSPON tokens
</Callout>

By Offering competitive pricing and maintaining good resource availability can maximize your direct earnings from user leases and the liveness points.
2 changes: 1 addition & 1 deletion content/rent-gpu/icl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It's structured into several key sections:
8. [Port Range](/rent-gpu/icl#8-port-range)
9. [Pull Policy](/rent-gpu/icl#9-pull-policy)
10. [Shared Memory (SHM) Support](/rent-gpu/icl#10-shared-memory-shm-support)
11. [Advanced Placement Attributes](/rent-gpu/icl#11-advanced-placement-attributes)
11. [Advanced Attributes](/rent-gpu/icl#11-advanced-attributes)
12. [Mac Deployment Support](/rent-gpu/icl#12-mac-deployment-support)
13. [GPU VRAM Minimum Requirements](/rent-gpu/icl#13-gpu-vram-minimum-requirements)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand All @@ -27,4 +27,4 @@
"eslint-config-next": "15.2.4",
"@eslint/eslintrc": "^3"
}
}
}