CoinStats logo
Filecoin

Filecoin

FIL·0.9527
18.31%

Filecoin (FIL) - Fundamental Analysis September 2026

By CoinStats AI

Ask CoinStats AI

Filecoin (FIL): decentralized storage infrastructure

Filecoin, whose native token is FIL, is a decentralized storage network and blockchain-based marketplace for storing, retrieving, and preserving digital data. It was created by Protocol Labs and launched on mainnet on October 15, 2020.

The central idea is to turn storage into a verifiable, open marketplace. Clients pay storage providers to store data, providers supply disk capacity and earn FIL, and the blockchain records storage agreements, collateral, payments, proofs, and other network activity.

Unlike a general-purpose blockchain primarily designed for financial transactions or computation, Filecoin is optimized around data storage. Its security model is based on cryptographic evidence that providers have actually stored specific data and continue to store it over time.

Core technology and architecture

Storage marketplace

The network has several main participant types:

ParticipantRole
ClientsPay providers to store data under agreed terms and durations
Storage providersSupply hardware, seal and store data, submit proofs, and earn FIL
Retrieval providersDeliver stored data to clients and applications
DevelopersBuild applications, APIs, marketplaces, and infrastructure
Block producersStorage providers selected through the consensus process to propose blocks

A storage deal specifies the data to be stored, the storage duration, payment terms, and the provider’s obligations. Providers typically commit collateral, which can be forfeited or reduced if they fail to meet those obligations.

Data is stored in fixed-size sectors. During the sealing process, a provider cryptographically encodes the client’s data into a sector representation that is tied to the data, the provider, and the sealing process. This is intended to prevent a provider from falsely claiming to maintain multiple independent replicas while storing only one deduplicated copy.

The blockchain coordinates the economic and contractual layer, while the actual files are stored off-chain by network participants.

Relationship between Filecoin and IPFS

Filecoin and IPFS are closely related but perform different functions:

TechnologyPrimary function
IPFSContent-addressed peer-to-peer data exchange and retrieval
FilecoinEconomic incentives, storage deals, collateral, and cryptographic storage verification
FVMSmart contracts and programmable applications that interact with Filecoin infrastructure

IPFS identifies data using content identifiers, or CIDs, rather than conventional server locations. A CID is derived from the content, helping users verify that retrieved data has not been altered.

IPFS by itself does not guarantee that a node will continue hosting a file. Filecoin adds a paid storage agreement and a proof system intended to make long-term preservation more reliable:

  1. Data is addressed using IPFS-style content addressing.
  2. A client creates a storage deal with a provider.
  3. The provider seals the data into a sector.
  4. The provider submits cryptographic proofs.
  5. The blockchain records the deal, payments, collateral, and proof-related state.
  6. The data can later be retrieved through Filecoin retrieval systems and IPFS-compatible tooling.

The broader technical stack includes content identifiers, Merkle-DAGs, IPLD, libp2p, and Multiformats.

Proof-of-Replication

Proof-of-Replication, or PoRep, is designed to prove that a storage provider has created and stored a physically unique replica of a client’s data.

The sealing process binds the replica to:

  • The underlying data
  • The identity of the storage provider
  • The time of sealing

This makes it more difficult for a provider to claim that several customers’ copies are being stored independently when, in reality, the provider holds only one shared copy.

PoRep uses cryptographic commitments and Merkle-tree-based constructions. Succinct proofs, including SNARK-based techniques, help compress the evidence so that it can be verified efficiently by the blockchain.

Proof-of-Spacetime

Proof-of-Spacetime, or PoSt, verifies that the provider continues storing the replica over an agreed period. It combines proof of storage space with proof of storage time.

The two principal forms are:

  • WindowPoSt: Scheduled audits of stored sectors. Providers divide sectors into partitions and submit proofs during assigned proving deadlines. Filecoin documentation describes each proving deadline as a 30-minute interval. Failure to submit proofs can result in lost rewards and reductions in collateral.
  • WinningPoSt: Used for block production. At the beginning of an epoch, selected storage providers must prove that they possess valid sealed replicas before they can add blocks.

These mechanisms are important because the network does not merely reward a provider for declaring available disk space. Providers must continually demonstrate that their committed storage exists and remains available.

Filecoin Virtual Machine

The Filecoin Virtual Machine, or FVM, expanded Filecoin beyond a storage marketplace. It went live on mainnet on March 14, 2023.

The FVM is a replicated state machine that supports native protocol functions and smart contracts. Its architecture is WASM-based, while the Filecoin Ethereum Virtual Machine, or FEVM, provides Ethereum-compatible execution for Solidity developers and familiar Ethereum tooling.

FVM applications can interact with storage-related functions such as:

  • Storage-market deals
  • Provider collateral
  • Payments
  • Data commitments
  • Programmable storage agreements
  • Data DAOs
  • Compute-over-data workflows
  • Decentralized content delivery
  • Automated storage and retrieval policies

By 2025, the Filecoin ecosystem reported more than 5,000 FVM smart contracts. The longer-term development direction is to move more functionality from privileged protocol components into user-deployed applications, making the base protocol more modular.

Consensus and network security

Filecoin uses Expected Consensus, or EC. It is not conventional proof-of-work like Bitcoin, and it is not based solely on token balances like a standard proof-of-stake network.

Storage-weighted consensus

Block-production eligibility is weighted primarily by proven storage power, meaning the amount of verified storage capacity a provider contributes to the network.

The process uses randomness supplied by the drand distributed randomness beacon. A selected provider generates an election proof using verifiable randomness and must also produce the required WinningPoSt.

The basic security model combines:

  • Proof-of-Replication
  • WindowPoSt audits
  • WinningPoSt for block production
  • Provider collateral
  • Penalties for faulty or dishonest behavior
  • Distributed randomness
  • Storage-weighted block-production eligibility

This aligns consensus influence with a useful physical resource, storage capacity, rather than with hash rate or token ownership alone.

Security considerations

The design creates an economic cost for failing to store data, because providers can lose rewards or collateral. However, security still depends on the distribution of storage power across providers.

A 2023 academic analysis of Expected Consensus examined security thresholds related to the expected number of blocks per round and the adversary’s share of storage power. Under the parameter of five expected blocks per round used in that analysis, control of approximately 20% of pledged storage was relevant to a particular chain-splitting threshold. This does not mean that a 20% holder automatically controls the network, but it illustrates that decentralization and provider concentration remain important security variables.

Primary use cases

Decentralized cloud storage

Filecoin provides an open marketplace in which clients can compare providers and negotiate storage arrangements. Potential advantages include:

  • Geographic distribution
  • Provider competition
  • Reduced reliance on one centralized cloud operator
  • Verifiable storage commitments
  • Content-addressed data management
  • Long-term archival capability

The provider marketplace is intended to make storage more transparent and competitive, although actual user experience depends on provider reliability, retrieval performance, pricing, encryption, and service-level agreements.

Web3 applications and blockchain infrastructure

Applications use Filecoin for data that should remain available independently of a single centralized server. Examples include:

  • Decentralized application backends
  • Developer APIs
  • Blockchain and protocol archives
  • Decentralized identity systems
  • Data pipelines
  • Storage marketplaces
  • Application assets and metadata

Tools such as Textile Powergate and Infura’s Filecoin API have helped developers interact with IPFS and Filecoin without necessarily operating their own full infrastructure.

NFT storage

NFTs often store images, videos, and metadata outside the blockchain itself. IPFS and Filecoin can be used to provide content addressing and longer-term persistence for those assets.

Ecosystem examples include:

  • NFT.Storage
  • OpenSea integrations
  • Web3.Storage
  • Lighthouse
  • Other NFT application and marketplace infrastructure

OpenSea announced support for IPFS and Filecoin-based storage in 2021, allowing creators to use decentralized addressing for NFT media and metadata.

Archival and cultural preservation

Large archival and public-interest datasets are a natural fit for Filecoin, particularly when institutions want geographic redundancy and evidence that files remain stored.

Reported examples include:

Organization or initiativeApplication
Internet ArchiveStorage of portions of its digital archive
Flickr FoundationPreservation of historical images from cultural institutions
Starling LabMedia integrity, provenance, and sensitive-record preservation
SETI InstituteStorage of space-research datasets
KiwixArchival and offline-access projects
Democracy’s LibraryPreservation and public access to government data
Filecoin DiscoverDistribution of datasets such as Wikipedia, Google Landmarks, 1000 Genomes, arXiv, and OpenNeuro

A Government of Bermuda public-data initiative reported uploading public datasets to the Filecoin network in January 2026. This demonstrates public-sector experimentation, although a government upload alone does not establish broad commercial adoption.

Scientific and AI datasets

Filecoin is increasingly positioned as infrastructure for large datasets used in:

  • AI model training
  • Machine learning
  • Scientific research
  • Genomics and biomedical research
  • Satellite and earth-observation data
  • Geospatial datasets
  • Model outputs and inference results
  • Data provenance and verification

The EASIER Data Initiative at the University of Maryland uses Filecoin-related infrastructure for large geospatial datasets. The broader AI strategy focuses on preserving training data, model outputs, agent outputs, and dataset lineage.

Founding team and project history

Filecoin was created by Protocol Labs, the research and development organization founded by Juan Benet. Benet is also associated with the invention of IPFS.

Other researchers and engineers acknowledged in Filecoin technical materials include Nicola Greco, David Dalrymple, Ben Fisch, Joseph Bonneau, Evan Miyazono, Jeromy Johnson, Steven Allen, and Matt Zumwalt, among others.

Key milestones

DateMilestone
May 2014Protocol Labs was established
July 2014The original Filecoin concept was documented
2014Development of the IPFS and broader InterPlanetary foundations began
May 2017Filecoin was publicly introduced as a decentralized storage and incentive network
July 2017The Filecoin decentralized-storage white paper was published
August 10, 2017The Filecoin token sale began through CoinList for eligible investors
September 2017The sale concluded after raising more than $257 million through presale and public sale
February 2019The first Filecoin development network launched
December 2019The Lotus testnet became operational
August 2020Calibrationnet and the Space Race large-scale testing programs took place
October 15, 2020Mainnet launched at approximately 14:44 UTC, at block height 148,888
March 14, 2023FVM launched on mainnet
September 24, 2025Network Version 27, the Golden Week upgrade, activated
May 27, 2026Network Version 28, known as Fire Horse, went live

The token sale used Simple Agreements for Future Tokens, or SAFTs, with distribution connected to the eventual mainnet launch.

Tokenomics

Market snapshot

The supplied market data reports the following figures:

MetricReported value
Price$0.6878
Market capitalization$572.1 million
Circulating supply831,793,455 FIL
Total supply1,957,107,311 FIL
Fully diluted valuation$1.346 billion
24-hour volume$87.3 million
Market rank135
Reported risk score53.19

These figures are market snapshots and can change continuously. The difference between circulating supply and total supply indicates that a substantial amount of FIL is not currently circulating, creating potential future supply pressure if additional tokens enter the market.

The reported all-time high is approximately $236 in April 2021. The research results report an all-time low of approximately $1.83 during the late-2022/2023 market-cycle lows, although historical low figures can differ between data providers depending on exchange coverage and methodology.

Supply and emissions

Filecoin does not have a simple fixed-supply model. New supply can enter circulation through:

  • Block rewards
  • Storage-provider incentives
  • Network participation rewards
  • Vesting of early allocations

At the same time, FIL can be:

  • Locked as provider collateral
  • Locked in storage deals
  • Used for network fees
  • Burned or immobilized through penalties and other network mechanisms
  • Temporarily removed from liquid circulation through vesting or collateral requirements

The economic effect is therefore more complex than headline issuance alone. Gross issuance can increase supply, while collateral and deal-related lockups reduce liquid availability. Network demand and actual storage utilization determine whether those mechanisms create meaningful demand for the token.

Distribution

The original allocation structure included:

  • Protocol Labs, team members, and contributors
  • Investors
  • Filecoin Foundation and ecosystem development
  • Mining and network incentives
  • Future ecosystem and community allocations

The research results do not provide a fully verified current percentage breakdown for each category. Accordingly, precise allocation percentages should not be inferred from the broad categories above.

The combination of long vesting schedules, provider collateral, network incentives, and future emissions means that FIL tokenomics should be evaluated not only by total supply but also by:

  • The amount of supply entering circulation
  • The amount locked by storage providers
  • The rate of storage-deal growth
  • The level of token burning or fee activity
  • The balance between provider selling and client demand

Key partnerships and ecosystem integrations

Filecoin has developed integrations across blockchain infrastructure, decentralized cloud services, AI, public data, and enterprise storage.

Partner or ecosystemRelevance
IPFSContent addressing and decentralized data retrieval
EthereumApplications and developer tooling connected to Filecoin storage
PolygonWeb3 storage workflows
NEARDecentralized storage integration
HederaEcosystem integration
FlowOfficial storage collaborator for NFTs and associated media
ConsenSysTools and bridges for Ethereum and Filecoin developers
Cardano and BlockfrostFilecoin-backed backup layer for Cardano data
Avalanche and Ava LabsNative cross-chain data bridge between Avalanche C-Chain and Filecoin through FEVM
AethirConnection between distributed GPU compute and Filecoin storage
Kite AIStorage of AI training datasets and data provenance
Akave CloudS3-compatible object storage for enterprises, AI, and DePIN
StorachaHot storage and retrieval for high-throughput datasets
Lighthouse and RamoStorage onramps for enterprise, Web3, and institutional workloads

The Aethir collaboration is strategically relevant because AI workloads require both decentralized compute and persistent data storage. Filecoin’s role is to store training data, generated outputs, and other machine-learning assets, while Aethir supplies distributed GPU infrastructure.

S3-compatible services such as Akave Cloud address one of decentralized storage’s main adoption barriers: businesses can use familiar object-storage interfaces rather than building directly around lower-level blockchain storage mechanics.

2025–2026 development activity and roadmap

The development direction shifted during 2025 and 2026 from simply increasing nominal storage capacity toward increasing utilization, paid storage deals, retrieval performance, and enterprise usability.

Filecoin Web Services and Onchain Cloud

Filecoin Web Services, or FWS, was introduced as a group of compute, storage, and networking technologies built on top of the network.

This direction developed into Filecoin Onchain Cloud, which aims to package decentralized storage into more production-oriented cloud services. Planned or associated components include:

  • Warm-storage services
  • Monitoring and operational tooling
  • Automated workflows
  • Integrated proof systems
  • Developer integration kits
  • Filecoin Pay for service payments
  • Filecoin Pin for IPFS-compatible storage
  • Storage-provider onboarding
  • Provider whitelisting and service selection

The strategic goal is to convert Filecoin’s substantial storage capacity into reliable, paid services for enterprises, AI developers, blockchain ecosystems, DePIN applications, infrastructure providers, and real-world-asset platforms.

Proof of Data Possession

Proof of Data Possession, or PDP, is one of the most important newer initiatives. Traditional Filecoin storage has been particularly suited to large-scale, time-bound storage and archival use cases. PDP is designed to extend verifiable storage toward “hot” data that is accessed more frequently.

This could make the network more suitable for:

  • Application data
  • Frequently accessed datasets
  • AI pipelines
  • Production cloud workloads
  • Service-level agreements
  • Data requiring continuous availability checks

PDP and Onchain Cloud are intended to address a historical limitation of decentralized storage: proving that data exists is not the same as delivering it quickly and reliably to applications.

Network upgrades

Network Version 27, called Golden Week, activated on September 24, 2025. Reported changes included:

  • BLS12-381 cryptographic precompiles for FEVM, aligned with Ethereum EIP-2537
  • Smart-contract notifications for Direct Data Onboarding
  • F3-compatible snapshot formatting for fast-finality infrastructure
  • Protocol cleanup and deprecation of older methods
  • Deposit-related improvements

Network Version 28, called Fire Horse, went live on May 27, 2026. Available information characterizes it as an upgrade aimed at improving usability, trustworthiness, and performance for businesses operating real workloads. The supplied research does not provide a complete technical inventory of every NV28 change.

Strategic priorities for 2026

The 2026 network strategy identifies five broad priorities:

  1. Paid on-chain storage: Turn real storage requirements into recurring, verifiable deals.
  2. Production-ready Onchain Cloud: Improve services, monitoring, retrieval, proofs, and developer interfaces.
  3. Enterprise and institutional adoption: Attract large clients with meaningful workloads.
  4. AI-oriented infrastructure: Support datasets, model outputs, provenance, and AI agents.
  5. Improved network economics: Increase utilization and demand sinks while reducing dependence on supply growth.

This represents an important change in emphasis. Raw capacity is no longer sufficient as a success metric. The more meaningful indicators are paid data stored on-chain, recurring customers, retrieval quality, provider reliability, and the amount of real economic activity generated by applications.

Competitive positioning

Filecoin competes with decentralized storage networks such as Arweave, Storj, and Sia, but each uses a different model.

NetworkCore modelBest suited toMain trade-off
FilecoinTime-bound storage marketplace with proofs, collateral, and programmable contractsLarge datasets, managed storage, AI, enterprise, Web3, and flexible storage durationsMore complex deal-making and retrieval experience
ArweaveUpfront payment intended to fund permanent storageImmutable public archives, historical records, and permanent NFT dataLess flexible for changing, private, or lifecycle-managed data
StorjEncrypted, distributed object storage with erasure coding and S3 compatibilityActive object storage and familiar cloud workflowsMore managed-service oriented and less centered on on-chain programmability
SiaDecentralized marketplace with encrypted, distributed filesMarketplace-based decentralized cloud storageSmaller ecosystem and less extensive smart-contract and enterprise positioning

Filecoin versus Arweave

Filecoin generally uses storage deals in which customers pay for a defined duration. This is flexible for data that changes, expires, or has different retention requirements.

Arweave focuses on a “pay once, store permanently” model. That is attractive for immutable public archives, but less suitable when data needs to be updated, deleted, kept private, or retained only for a defined period.

The trade-off is straightforward:

  • Filecoin offers flexible duration and a broader storage marketplace.
  • Arweave offers a simpler permanence proposition.

A Filecoin deal does not automatically guarantee permanent storage after its term ends. Continued retention requires renewed funding or another preservation arrangement.

Filecoin versus Storj

Storj emphasizes encrypted, distributed object storage and S3-compatible access. One cited 2025 comparison listed pricing of $0.004 per gigabyte-month plus $0.007 per gigabyte of egress at that time, although prices can change.

Filecoin’s advantages include:

  • Proof-of-Replication and Proof-of-Spacetime
  • A blockchain-based marketplace
  • Storage-provider collateral
  • FVM programmability
  • Large-scale capacity
  • Increasing support for warm storage and cloud-style services

Storj’s advantages include:

  • Familiar S3-compatible workflows
  • Encrypted shard distribution
  • Erasure coding
  • A stronger focus on active object storage and predictable application access

The competitive question for Filecoin is whether Onchain Cloud, PDP, and enterprise onramps can provide a user experience as simple as managed cloud storage while retaining the network’s verification and decentralization benefits.

Filecoin versus Sia

Sia also operates a decentralized storage marketplace. Its software distributes and encrypts files across multiple hosts, with one cited comparison describing files as divided into 30 segments.

Compared with Sia, Filecoin has:

  • More extensive cryptographic storage-verification mechanisms
  • FVM and Ethereum-compatible smart contracts
  • A broader set of ecosystem integrations
  • More substantial AI and enterprise initiatives
  • A larger focus on programmable storage workflows

Sia can appeal to users seeking decentralized cloud storage and marketplace pricing, while Filecoin is positioning itself as a broader storage protocol, incentive layer, and programmable data infrastructure network.

Scale

Public Filecoin ecosystem data has reported approximately:

  • 1.95 exbibytes of network storage capacity
  • 482 large clients with more than 1 TiB of active data
  • More than 5,000 deployed FVM smart contracts

A 2025 academic comparison listed approximately 1.64 EiB of Filecoin stored capacity, compared with approximately 15.4 petabytes for Storj and 1.86 petabytes for Sia in that study’s dataset.

These figures are not perfectly comparable because sources may measure capacity, active data, and stored data at different times. They nevertheless illustrate Filecoin’s principal scale advantage: it was designed around very large storage-provider commitments and an exabyte-oriented marketplace.

Advantages, limitations, and unique value proposition

Main advantages

  • Verifiable storage: Providers must submit cryptographic evidence that they hold and maintain committed data.
  • Storage-weighted security: Consensus is linked to useful storage capacity rather than computational mining.
  • Open marketplace: Clients can use multiple providers instead of relying on one centralized cloud company.
  • Large-data orientation: The network is designed for archives, scientific datasets, AI data, media, and Web3 content.
  • IPFS relationship: IPFS provides content addressing, while Filecoin adds economic incentives for persistence.
  • Programmability: FVM allows storage, payments, retrieval, and data workflows to be automated through smart contracts.
  • Flexible duration: Time-bound deals can be more adaptable than permanent-storage-only systems.
  • Broad ecosystem: Developers and enterprises can access the network through specialized onramps and APIs.

Important limitations

  • Protocol-level storage deals can be more complex than conventional cloud-storage interfaces.
  • Retrieval performance can vary depending on the provider, location, deal configuration, and service layer.
  • Large nominal capacity does not necessarily mean equivalent levels of paid utilization or frequent retrieval.
  • Customers must separately evaluate encryption, privacy, regulatory compliance, availability, and service-level guarantees.
  • A decentralized network does not automatically guarantee permanent retention, high performance, or legal compliance.
  • Storage-provider concentration is relevant to consensus security and censorship-resistance.
  • Future token emissions and vesting can create supply pressure if network demand does not grow sufficiently.

Overall assessment

Filecoin is best understood as a decentralized, economically incentivized storage protocol rather than simply another smart-contract blockchain. Its distinctive technology combines IPFS-style content addressing, storage deals, provider collateral, Proof-of-Replication, Proof-of-Spacetime, and storage-weighted Expected Consensus.

Its first major phase focused on building large storage capacity and a provider marketplace. Its current 2025–2026 phase is more commercially focused: increasing paid storage utilization, improving retrieval and warm-storage performance, expanding FVM applications, and packaging the network through Filecoin Web Services and Onchain Cloud.

The central strategic opportunity is the growth of large, persistent datasets from AI, scientific research, blockchains, public institutions, and enterprise applications. The central challenge is converting Filecoin’s substantial capacity and technical capabilities into simple, reliable, frequently used services with sustainable demand for FIL.