Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update storage-market.md #2316

Merged
merged 1 commit into from
Sep 20, 2024
Merged
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
13 changes: 8 additions & 5 deletions basics/what-is-filecoin/storage-market.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The mission of Filecoin Plus is to maximize the amount of useful storage on the
Verified clients can onboard data into Filecoin using datacap, which they apply from community-selected allocators. In return for storing verified storage deals, storage providers receive datacap with a 10x boost to their storage power which eventually increases their block rewards as an incentive.

* Datacap: a Datacap token will be allocated to a verified client to spend in the storage deals carrying a 10x deal quality multiplier.
* Notaries: community-selected notaries govern the program by verifying storage clients and allocating datacap tokens to verified clients.
* Allocators: community-selected allocators govern the program by verifying storage clients and allocating datacap tokens to verified clients.
* Verified clients: clients are active network participants with datacap allocation for their data storage.

## Storage on-ramps
Expand All @@ -33,7 +33,10 @@ Storage helpers provide libraries that abstract Filecoin deal-making into simple

Here are some available storage helpers:

* [boost.filecoin.io](https://boost.filecoin.io/)
* [lighthouse.storage](https://www.lighthouse.storage/)
* [nft.storage](https://nft.storage/)
* [web3.storage](https://web3.storage/)
* [lighthouse.storage](https://www.lighthouse.storage/) - an SDK for builders that includes tools to do storage from dApps.
* [web3.storage](https://web3.storage/) - easy to use client for accessing decentralized protocols like IPFS and UCAN.
* [Akave](https://www.akave.ai/) - innovating data management with a decentralized, modular L2 solution that combines the robust storage of Filecoin with cutting-edge encryption and easy-to-use interfaces.
* [Storacha](https://storacha.network/) - a decentralized hot storage network for data at scale, offering user-owned data with decentralized permissioning, leveraging Filecoin.
* [Curio](https://curiostorage.org/) - a next-gen platform in the Filecoin ecosystem, streamlining storage provider operations.
* [boost.filecoin.io](https://boost.filecoin.io/) - a tool for Storage Providers to manage data onboarding and retrieval on the Filecoin network.

Loading