docs: update pricing for per-operation fees#820
Open
nijoe1 wants to merge 3 commits into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
synapse-dev | 218f90f | Commit Preview URL Branch Preview URL |
Jun 13 2026, 01:31 AM |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Filecoin Onchain Cloud documentation to reflect the GA pricing model by separating recurring rates (storage + proving) from per-operation fees, and explaining how fees are funded via a lockup reserve.
Changes:
- Replaces the old minimum-floor model with explicit recurring rates (storage per TiB/month/copy + flat proving fee per data set/month).
- Documents small per-operation fees and introduces/clarifies the lockup reserve mechanics (including an explanatory “fees and lockup” section).
- Updates examples and cookbook guidance to align with the new pricing terminology and structure.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/src/content/docs/introduction/about.mdx | Updates the About page pricing section and table to the new recurring rates + per-operation fee model. |
| docs/src/content/docs/developer-guides/storage/storage-costs.mdx | Reworks Storage Costs into recurring rates + one-time fees, adds lockup mechanics section, and updates examples/caveats. |
| docs/src/content/docs/cookbooks/payments-and-storage.mdx | Updates the cookbook pricing narrative/tables and adds fee + lockup + SDK-caveat guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
This was referenced Jun 9, 2026
Aligns three docs files with the per-op pricing model landed in synapse-sdk#823 (synapse-sdk 1.0.1 / synapse-core 0.7.0): - payments-and-storage.mdx: replace floor/sybil pricing with recurring rates ($2.50/TiB/mo, $0.024/dataset/mo proving) and per-op fees table; update dataset creation cost table; fix CDN unit to $14/TiB - storage-costs.mdx: fix CDN unit, remove stale SDK-update caution, update getUploadCosts() examples to surface fees and lockups fields - about.mdx: add proving-fee conditionality clause, fix CDN unit, mention lockup reserve in per-op fees sentence - astro.config.mjs: add gfm: true to fix MDX table rendering (Astro 6 deprecated but still respects the option via @astrojs/mdx)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the pricing docs to the new model: recurring storage and proving rates, small per-operation fees, and the fixed lockup reserve.
Touches the About page, the Storage Costs guide, and the Payments & Storage cookbook.
Closes #817