Skip to content
Draft
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
6 changes: 6 additions & 0 deletions docs/src/content/docs/introduction/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ All payments are settled automatically through Filecoin Pay, ensuring on-chain a
| ------- | --------- | -------------------- |
| **Base Storage & Retrival** | **$2.5/TiB/month/copy** (minimum 2 copies) | Redundant storage ensures durability and continuous PDP verification.<br />Minimum monthly charge of **0.06 USDFC**, covering roughly **24 GiB** of total data (two copies). |
| **Add-on Retrieval (Filecoin Beam)** | **Up to $0.014/GiB egress** | Charged for outbound data delivered via Filecoin Beam gateways or retrieval providers. |
| **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. |
Comment on lines +70 to +75
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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


:::note[Verifiable Payment]
All storage and retrieval charges are denominated in **USDFC** (or supported ERC-20 tokens) and settled via **Filecoin Pay**. Every transaction is on-chain, auditable, and linked to verifiable service proofs.
Expand Down
Loading