Add detailed FOC pricing table#781
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the “About Filecoin Onchain Cloud” documentation to include a more detailed pricing table for Filecoin Onchain Cloud (FOC) operations, including per–Data Set operational fees and the finalized Proving Service price.
Changes:
- Expanded the About page pricing table with additional operation-level rows (create/delete data set, add/delete piece, terminate service).
- Added the Proving Service price at $0.025 per Data Set per 30 days.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | **Create Data Set** | **$0.00112** to the storage provider, plus a **$0.10 Sybil fee** to the network | Provisioning a new Data Set. | | ||
| | **Proving Service** | **$0.025 per Data Set / 30 days** | PDP proving cost per Data Set per 30-day period. | | ||
| | **Add Piece** | **$0.002 per add operation** | Applies to each add operation. Batches support up to 61 pieces. | | ||
| | **Delete Piece** | **$0.002 per delete operation** | Applies to deletion of a piece or batch. | | ||
| | **Delete Data Set** | **$0.00112** | User-signed deletion; the storage provider receives gas reimbursement. | | ||
| | **Terminate Service** | **$0.00112 per Data Set termination** | Charged when terminating service for a Data Set. | |
There was a problem hiding this comment.
Currently the table delimits pricing in "$" and there is a note below the table that All storage and retrieval charges are denominated in USDFC (or supported ERC-20 tokens) and settled via Filecoin Pay. - The current state of things looks good to me, but welcome any alternatives or changes from anyone? I would ignore this nit because accepting it makes the denomination of funds inconsistent within the table
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
synapse-dev | 115444a | Commit Preview URL Branch Preview URL |
May 08 2026, 10:27 PM |
|
Thanks @snissn; I'm going to convert this to draft for now until we actually have this implemented anywhere. Language and code design for the SDK is going on in #763. There's some things to iron out in here like the proving service fee should be 0.0024; the floor price needs to be removed from above this edit; we need to harmonise on name ("Network Congestion Fee" instead of Sybil is I think what we're going to go with); there's a lockup for lifecycle operations. See FilOzone/filecoin-services#469 for more detail on the contract side, still to be implemented though. |
Summary
Refs FilOzone/filecoin-cloud#290
Testing