Filecoin is a decentralized file storage protocol created by Protocol Labs (founded by Juan Benet, who also created IPFS). It creates an open marketplace where anyone with spare hard drive space can become a storage provider and earn FIL tokens, while anyone who needs to store data can pay FIL to have their files hosted reliably on the network. Filecoin launched in October 2020 after one of the largest ICOs in crypto history ($257M raised in 2017 via a SAFT) and serves as the economic incentive layer for IPFS (InterPlanetary File System) — the underlying peer-to-peer hypermedia protocol.
| Stat | Value |
|---|---|
| Ticker | FIL |
| Price | $0.90 |
| Market Cap | $692.19M |
| 24h Change | -0.4% |
| Circulating Supply | 772.07M FIL |
| All-Time High | $236.84 |
How Filecoin Works
The marketplace:
- Clients publish storage deals: “I want to store this 10GB file for 1 year at 0.001 FIL/GB/month”
- Storage providers accept deals that match their pricing parameters
- Data is transferred to the storage provider
- Provider seals the data into a “sector” on their hard drives
- Provider submits regular Proofs of Spacetime (PoSt) to the Filecoin blockchain — cryptographic proofs that they are still storing the data
- If proofs are valid: provider earns FIL rewards + deal payments
- If proofs fail: provider’s staked FIL collateral is slashed
Proofs:
- Proof of Replication (PoRep): Proves the provider created a unique physical copy of the data
- Proof of Spacetime (PoSt): Proves the data is still being stored after the deal began
- Both proofs use zk-SNARK technology; verifiable on-chain without revealing raw data
Retrieval market:
Separate from storage deals:
- Clients pay FIL to retrieve their data quickly
- Retrieval providers (can be anyone with the data) earn retrieval fees
- Currently less developed than the storage market
IPFS and Protocol Labs
IPFS (InterPlanetary File System):
- P2P file sharing protocol where files are addressed by content hash (CID — Content Identifier) not location URL
- A file’s CID is permanent and content-verifiable: if the content changes, the CID changes
- Data is pinned by nodes who choose to share it; Filecoin incentivizes permanent pinning
Relationship:
IPFS provides the protocol; Filecoin provides the economic incentive for nodes to store data persistently rather than abandoning it.
Protocol Labs:
- Founded: 2014 by Juan Benet
- Projects: IPFS, Filecoin, libp2p, IPLD, WebTransport, and more
- Mission: “Improve humanity’s relationship with information”
- HQ: San Francisco (remote-first)
Use Cases
NFT metadata storage:
The largest current use case — many NFT projects use IPFS CIDs for image/metadata hosting (vs. HTTP URLs that can 404):
- OpenSea, Foundation, and other platforms recommend IPFS for NFT permanence
- Filecoin is used to ensure IPFS content stays pinned
Data archiving:
- Internet Archive (archive.org) uses Filecoin for distributed backup storage
- Open source datasets, academic research archives
Developer storage:
- Estuary, Web3.Storage, and NFT.Storage provide S3-compatible APIs over Filecoin
- Developers use these like cloud storage with Filecoin’s decentralized guarantee
Not suitable for:
- Real-time database storage (too slow; deal creation takes minutes)
- Frequently-updated data (storage deals are immutable)
- Websites needing fast load times (retrieval market is less developed)
FIL Token Economics
Token uses:
- Storage deal payments (clients pay providers in FIL)
- Provider collateral (providers stake FIL; slashed for failed proofs)
- Block rewards (miners earn FIL for winning block production)
- Governance participation
Supply and inflation:
- Max supply: 2B FIL
- Early block reward emission was high (designed to bootstrap the network)
- Significant provider collateral locked in staking
- Circulating supply grows as block rewards vest, locked supply releases
FIL price history:
- ICO price: ~$5 SAFT-equivalent
- All-time high: ~$230 in April 2021
- Bear market low: ~$2-3
- Reflects the broader DePIN/storage narrative correlated with AI data demand
Social Media Sentiment
Filecoin is respected as legitimate infrastructure with real use cases (NFT storage, archiving) but has disappointed investors who expected faster adoption of decentralized storage as a cloud alternative. The AI data narrative (AI companies need cheap, reliable storage → Filecoin) drove renewed attention in 2023-2024. FIL tokenomics (high early inflation from block rewards) created persistent sell pressure on early holders. The Protocol Labs team is technically excellent; criticism is execution speed and business development relative to the ICO valuation expectations. The storage provider economics (hardware costs vs. income) make running a storage node barely profitable for most providers outside of block rewards — a structural challenge to long-term decentralization.
Last updated: 2026-04
Related Terms
Sources
Benet, J. (2014). IPFS — Content Addressed, Versioned, P2P File System. arXiv:1407.3561.
Protocol Labs. (2017). Filecoin: A Decentralized Storage Network. Filecoin Whitepaper.
Moshref, M., Yu, M., Godfrey, P., & Bhattacharya, K. (2022). Decentralized Storage Networks: A Systematic Review. IEEE Transactions on Network and Service Management.
Juels, A., & Kaliski, B. S. (2007). PORs: Proofs of Retrievability for Large Files. CCS ’07.
Bhatt, T., Sontakke, S., & Kodam, U. (2021). Blockchain-Based Decentralized Storage in IoT Applications. IEEE Internet of Things.