Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.85 KB

storage-market.md

File metadata and controls

42 lines (28 loc) · 2.85 KB
description
The storage market is the entry point where storage providers and clients negotiate and publish storage deals on-chain.

Storage market

Deal making

The lifecycle of a deal within the storage market includes four distinct phases:

  • Discovery: The client identifies potential storage providers (SPs) and requests their prices.
  • Negotiation: After selecting an SP, both parties agree to the terms of the deal.
  • Publishing: The deal is published on-chain.
  • Handoff: The deal is added to a sector, where the SP can provide cryptographic proofs of data storage.

Filecoin Plus

Filecoin Plus aims to maximize useful storage on the Filecoin network by incentivizing the storage of meaningful and valuable data. It offers verified clients low-cost or free storage through a system called datacap, a storage quota that boosts incentives for storage providers.

Verified clients use datacap allocated by community-selected allocators to store data on the network. In exchange for storing verified deals, storage providers receive a 10x boost in storage power, which increases their block rewards as an incentive.

  • Datacap: A token allocated to verified clients to spend on storage deals, offering a 10x quality multiplier for deals.
  • Allocators: Community-selected entities responsible for verifying storage clients and allocating datacap tokens.
  • Verified Clients: Active participants with datacap allocations for their data storage needs.

Storage on-ramps

To simplify data storage on the Filecoin network, several tools offer streamlined integration of Filecoin and IPFS storage for applications or smart contracts.

These storage helpers provide libraries that abstract the Filecoin deal-making process into simple API calls. They also store data on IPFS for efficient and fast content retrieval.

Available storage helpers include:

  • lighthouse.storage: An SDK for builders, providing tools for storing data from dApps.
  • web3.storage: A user-friendly client for accessing decentralized protocols like IPFS and UCAN.
  • Akave: A modular L2 solution for decentralized data management, combining Filecoin storage with encryption and easy-to-use interfaces.
  • Storacha: A decentralized hot storage network for scalable, user-owned data with decentralized permissions, leveraging Filecoin.
  • Curio: A next-gen platform within the Filecoin ecosystem, streamlining storage provider operations.
  • boost.filecoin.io: A tool for storage providers to manage data onboarding and retrieval on the Filecoin network.

Was this page helpful?