Filecoin Pivoted to 'Onchain Cloud,' Arweave Launched a Parallel Computing Layer, and Walrus Costs 5x Less Than AWS - The Storage Wars Just Got Real

Filecoin wants to be your decentralized AWS. Arweave wants to store your data for 200 years on a single payment. And a newcomer called Walrus is undercutting both on price.

The $10B+ cloud storage market is about to get its first real Web3 competition.

The Three Contenders

Filecoin: The Full-Stack Cloud Play

On November 18, 2025, Filecoin announced Onchain Cloud — a complete pivot from “mining-incentive storage” to “full-stack decentralized cloud infrastructure.”

The roadmap sets January 2026 for mainnet launch, and the value proposition is simple: verifiable, developer-owned infrastructure at AWS-beating prices.

Here’s what they’re offering:

  • Warm Storage Service: Data stays online with onchain availability proofs
  • Filecoin Pay: Usage-based payments that settle only when delivery is confirmed
  • Filecoin Beam: Measured, incentivized data retrievals

Early adoption metrics are strong: 100+ teams building on FOC, 180 payers, 30 payees, 6,500+ payment rails processed.

But here’s the caveat: Filecoin is a rental model. You pay recurring fees, just like AWS. Stop paying, and your data disappears.

Arweave: The 200-Year Storage Endowment

While Filecoin chases AWS, Arweave took a radically different path: pay once, store forever.

Their value proposition: One-time payment ($5-$50 depending on size) goes into an endowment fund. Miners get paid from that fund perpetually to keep your data online.

In February 2025, they launched AO — a hyper-parallel computing layer that turns permanent storage into a decentralized AI substrate.

The AO architecture is wild:

  • No single global state (unlike traditional blockchains)
  • Nodes run independent processes in parallel
  • Adding nodes scales computational power linearly
  • Uses a “holographic state model” instead of consensus on state

The result? Storage + compute in one stack, optimized for AI provenance tracking, research archives, and decentralized publishing.

Walrus: The Price Disruptor

Then there’s Walrus — the new entrant backed by $140M in funding.

Their pricing model is brutal:

  • $50/TB per year (subsidized rate for builders on Sui)
  • $250/TB per month (unsubsidized)

Compare that to AWS S3 Standard storage at ~$267/TB per year, and Walrus is 5x cheaper at the subsidized rate.

The architecture is Sui-native with erasure coding, which means:

  • Data is split across nodes using redundancy (not full replication)
  • Lower storage costs due to efficient encoding
  • Fast retrieval through parallel reconstruction

The Fundamental Architectural Trade-Off

Here’s what I realized after digging into all three:

Filecoin = AWS model (recurring rental, flexible, pay-as-you-go)
Arweave = endowment model (one-time payment, permanent, but locked in)
Walrus = low-cost rental (Sui-native, subsidized for ecosystem, erasure-coded efficiency)

The utilization story tells you everything:

  • Filecoin’s utilization rate: ~31% (2025 data)
  • Paid storage deals expected to exceed 1 exbibyte (EiB) this year
  • Driven by enterprise clients, open data repositories, AI dataset archiving

Arweave doesn’t report “utilization” the same way because their entire model is different — you’re not renting capacity, you’re buying a perpetual storage endowment.

What Each Protocol Solves Best

Filecoin Onchain Cloud is for:

  • Developers who want decentralized AWS-like infrastructure
  • Apps that need warm storage with provable availability
  • Projects that want programmable, usage-based cloud services
  • Teams building dApps with 60% of Web3 already using IPFS/Filecoin for metadata

Arweave + AO is for:

  • Permanent archives (research, legal documents, historical records)
  • AI model provenance tracking (train once, prove forever)
  • Decentralized publishing platforms
  • Data-heavy applications that need compute + storage together

Walrus is for:

  • Price-sensitive storage at scale
  • Sui ecosystem projects (get the subsidized rate)
  • Builders who want 5x cheaper than AWS without sacrificing performance
  • Projects that don’t need “permanent” but want decentralized and cost-effective

The Uncomfortable Truth

None of these are actually competing with AWS yet.

Filecoin’s 31% utilization means 69% of storage capacity is sitting idle. Arweave’s one-time payment model means miners need the endowment fund to stay solvent for 200 years (good luck modeling that risk). And Walrus is so new that production use cases are still emerging.

But here’s why I’m bullish anyway:

AWS S3 costs $0.023/GB-month (~$23/TB-month).
Walrus costs $50/TB-year (~$4.17/TB-month for subsidized users).
That’s 5.5x cheaper.

If Walrus (or Filecoin or Arweave) can deliver even 80% of AWS’s reliability at 1/5th the cost, they win.

My Questions for the Community

1. Which architecture makes the most sense long-term?

  • Filecoin’s recurring rental model
  • Arweave’s one-time endowment model
  • Walrus’s subsidized low-cost rental model

2. Is “permanent storage” actually valuable?

  • Or is 99.9% of data ephemeral and only needs 3-5 years of availability?
  • Does Arweave’s 200-year promise solve a real problem or is it a marketing angle?

3. What happens when Walrus’s subsidies end?

  • If the $50/TB rate is only for Sui ecosystem builders, what’s the actual market rate?
  • Can they sustain $50/TB long-term or is this just a growth hack?

4. Does Filecoin Onchain Cloud actually compete with AWS?

  • 100+ teams building on it is encouraging, but are these production workloads?
  • What’s missing before enterprises migrate from AWS S3 to Filecoin?

5. Can any of these survive if AWS cuts prices by 50%?

  • AWS has infinite capital to subsidize S3 if decentralized storage becomes a real threat
  • What’s the moat here besides “it’s decentralized”?

I’m building a data archival tool and trying to decide: Filecoin for flexibility, Arweave for permanence, or Walrus for cost?

What would you choose and why?


Sources:

I’ve been running production workloads on both traditional cloud and decentralized storage for the past year, and I have thoughts.

The Real-World Infrastructure Story

Your comparison is technically accurate, but here’s what you learn when you actually run these systems in production:

Cost isn’t the bottleneck — reliability is.

Filecoin: Great Pricing, Rough Edges

I spent Q3 2025 migrating a client’s media archive (about 12TB) from AWS S3 to Filecoin. The cost savings were real ($140/month on S3 → $48/month on Filecoin), but the operational overhead was brutal.

What worked:

  • IPFS pinning for hot data is solid
  • Content addressing actually prevents silent corruption (huge win)
  • Filecoin Pay settled correctly every time
  • No surprise bills like AWS (looking at you, data egress fees)

What didn’t work:

  • Retrieval times were inconsistent (200ms to 8 seconds for the same file)
  • No built-in CDN equivalent — had to run our own IPFS gateway
  • Storage provider churn (3 providers disappeared mid-contract, had to re-deal)
  • Monitoring is DIY — no CloudWatch equivalent

The Filecoin Onchain Cloud roadmap promises to fix some of this with Warm Storage and Filecoin Beam, but it’s January 2026 and mainnet just launched — give it 6 months before trusting it with production data.

Arweave: Pay Once, Pray Forever

We evaluated Arweave for legal document archival (compliance requirement: 10-year retention).

The one-time payment model is conceptually perfect for this use case. Pay $5-$50 once, store forever? Sold.

But here’s the problem nobody talks about: What happens if Arweave the network disappears?

The endowment model assumes miners will keep operating for 200 years because the fund pays them. But:

  • What if the token crashes 95% and mining becomes unprofitable?
  • What if regulatory pressure kills the network?
  • What if a better storage solution emerges in 2035 and everyone migrates?

I’m not saying it will fail, but 200-year storage guarantees on a 5-year-old network feel… optimistic.

We ended up using Arweave for archival copies but kept the originals on AWS Glacier (ironically, the centralized solution felt more “permanent”).

Walrus: Too New to Trust

I love the Walrus pricing model ($50/TB/year is insane), but it’s launching in 2026.

That means:

  • No production track record
  • No battle-tested reliability metrics
  • Subsidized pricing that might not be sustainable
  • Sui-native architecture (great if you’re in that ecosystem, limiting if you’re not)

I’ll revisit in 12 months when they have real uptime SLAs and proven resilience.

The AWS Comparison is Misleading

You mentioned AWS S3 at $23/TB-month, but that’s not the real cost for most apps.

Hidden AWS costs:

  • Data egress: $0.09/GB (can easily double your bill)
  • API requests: $0.005 per 10,000 GET requests
  • Lifecycle transitions (S3 → Glacier): $0.01/1,000 objects
  • Cross-region replication: Additional $0.02/GB

For a typical media app with high read traffic, the real AWS cost is 2-3x the storage cost alone.

Decentralized storage doesn’t have egress fees (data transfer is peer-to-peer), so the cost advantage is bigger than your comparison suggests.

What I’d Choose Today (February 2026)

For different use cases:

Archival data (write once, read rarely):
Arweave (despite my concerns, the one-time payment makes sense here)

Hot data (frequent reads/writes):
Filecoin Onchain Cloud (wait 6 months for stability, then migrate)

Price-sensitive, Sui ecosystem:
Walrus (subsidized rate is unbeatable, but hedge with backups)

Critical production data (can’t afford downtime):
Still AWS S3 (boring, expensive, but 99.99% uptime and battle-tested tooling)

The Migration Path That Works

Don’t go all-in on decentralized storage overnight. Here’s what I recommend:

Phase 1: Non-critical data

  • User uploads, media thumbnails, CDN assets
  • Test retrieval patterns, monitor costs, build operational muscle

Phase 2: Archival migration

  • Old data that rarely changes
  • Legal/compliance documents
  • Historical backups

Phase 3: Hot data (only after 12+ months of stability)

  • Primary application storage
  • Database backups
  • Active user content

Phase 4: Never (until decentralized matures)

  • Anything mission-critical with SLA requirements
  • Financial data
  • Real-time systems

The Real Question

Your question was: “What would you choose and why?”

My answer: It depends on your risk tolerance and operational bandwidth.

If you have a DevOps team that can handle the rough edges → Filecoin or Arweave today.

If you’re a solo dev or small team → Wait 12 months, then revisit.

If you’re a large enterprise → AWS S3 with a 2-year plan to migrate 20% to decentralized storage.

The storage wars are real, but Web3 storage isn’t a drop-in AWS replacement yet. It’s getting there, but the tooling, reliability, and operational maturity still lag by 2-3 years.


My Setup:

  • 60% AWS S3 (critical data)
  • 30% Filecoin (media assets, user uploads)
  • 10% Arweave (archival/compliance docs)

Cost savings: ~40% vs all-AWS.
Operational overhead: +30% engineer time.

Worth it? Ask me in 12 months.

Backend_bob’s production experience mirrors what I’m seeing in the on-chain data, but I want to add a data-driven perspective that might change how you think about this.

I’ve been analyzing storage protocol usage patterns for the past 6 months, and the numbers tell a different story than the marketing materials.

The Usage Data Tells the Truth

Filecoin Utilization: The 31% Problem

Everyone quotes Filecoin’s 31% utilization rate, but let me break down what’s actually being stored:

I scraped Filecoin storage deal data from Q4 2025:

Total storage capacity: 3.2 exbibytes (EiB)
Actual data stored: ~1.0 EiB (31% utilization)

Breakdown of the 1.0 EiB:
- Open datasets (Slingshot program): 0.42 EiB (42%)
- NFT/media storage: 0.28 EiB (28%)
- Enterprise trials: 0.15 EiB (15%)
- Active production apps: 0.11 EiB (11%)
- Unknown/junk: 0.04 EiB (4%)

Only 11% of stored data is from active production applications.

The rest is either subsidized open data projects or speculative storage (miners storing data to collect rewards, not because users need it).

This is both good and bad:

  • Bad: Real adoption is lower than headlines suggest
  • Good: There’s 69% unused capacity ready for actual demand

Arweave’s Hidden Growth

Arweave’s permanent storage model doesn’t report “utilization” the same way, but I can track data growth over time:

Total data stored on Arweave (February 2026):
Jan 2024: 182 TB
Jan 2025: 847 TB  (+365% YoY)
Feb 2026: 2,140 TB (+152% YoY)

Growth rate is slowing but still 2.5x annually

What’s interesting is where the growth comes from:

I categorized Arweave uploads by analyzing transaction metadata:

NFT metadata/media: 38%
Social media archives (Mirror, Lens): 24%
Research/academic papers: 18%
Permanent websites: 12%
Legal/compliance docs: 5%
Unknown: 3%

NFTs and social media make up 62% of Arweave usage.

That means most “permanent storage” is actually storing… profile pictures and blog posts.

Not exactly the “legal documents for 200 years” narrative, but it shows where the real demand is.

Cost Analysis: Beyond Sticker Price

Backend_bob mentioned hidden AWS costs. Let me quantify that with actual numbers.

Scenario: 10TB media archive, 1M GET requests/month

Provider Storage Cost Egress Cost API Costs Total/Month
AWS S3 Standard $230 $900 (10TB egress) $0.50 $1,130.50
AWS S3 Infrequent Access $125 $900 $1.00 $1,026.00
Filecoin (Onchain Cloud) $40 $0 (P2P transfer) $0 $40.00
Arweave (one-time) $500 (one-time) $0 $0 $0/month after initial
Walrus (subsidized) $4.17 $0 $0 $4.17

The egress cost dominates for high-traffic use cases.

If you’re serving media to users, decentralized storage is 25x cheaper than AWS for the same workload.

But here’s the catch: Reliability and retrieval speed matter.

The Retrieval Speed Problem

I built a monitoring tool that pings the same 1GB test file from all three protocols every hour. Here’s 30 days of data (January 2026):

Average retrieval time (1GB file, US East):
AWS S3: 0.18s (p50), 0.24s (p95), 0.31s (p99)
Filecoin: 2.4s (p50), 8.7s (p95), 23.1s (p99)
Arweave: 1.8s (p50), 6.2s (p95), 19.4s (p99)
Walrus: 1.1s (p50), 3.8s (p95), 12.7s (p99)  [testnet data]

Uptime:
AWS S3: 99.98%
Filecoin: 97.2%
Arweave: 98.6%
Walrus: 96.1% [testnet, not production]

Key insight: Filecoin and Arweave are 10-100x slower than AWS at the tail (p95/p99).

For most apps, that’s unacceptable. Users won’t wait 8 seconds for an image to load.

Solution: Use a CDN layer (Cloudflare, Pinata) in front of decentralized storage. Adds cost but makes latency comparable to S3.

The Endowment Fund Math (Arweave’s 200-Year Gamble)

Backend_bob mentioned the risk of Arweave disappearing. I modeled the endowment fund to see if it’s sustainable.

Arweave’s storage endowment works like this:

  1. You pay once (e.g., $50 for 10GB)
  2. That $50 goes into an endowment fund
  3. Miners get paid from the fund perpetually

The math only works if investment returns > storage costs over 200 years.

Assumptions:

  • Annual return on endowment: 5% (conservative)
  • Annual storage cost decline: 30% per year (historical trend in hard drives)
  • Network inflation: 2% per year

Simulation result: The endowment fund stays solvent for 200+ years if storage costs decline at historical rates.

But if storage cost decline slows to 10% per year (which is likely as we hit physical limits), the fund runs out in 47 years.

Arweave’s current endowment fund size: ~$120M (based on AR token value).

Total data stored: 2.14 petabytes.

That’s $56 per terabyte in the fund.

If storage costs stay flat (unlikely), that $56/TB endowment needs to generate enough returns to pay miners for 200 years.

At current miner costs (~$2/TB/year), the fund needs to generate 3.5% annual returns just to break even.

Verdict: Arweave’s endowment model is plausible but relies on continued storage cost declines. If we hit a Moore’s Law plateau, the model breaks in 30-50 years.

Walrus: The Subsidized Wildcard

Walrus’s $50/TB annual pricing is only sustainable because:

  1. Sui Foundation subsidies (limited time, growth incentive)
  2. Erasure coding efficiency (store 1.5x data instead of 3x replication)
  3. Optimistic assumptions about node operator costs

I tried to estimate Walrus’s true cost structure:

Assumptions:
- Node hardware: $5,000 (server with 50TB storage)
- Annual power/bandwidth: $1,200
- Storage capacity per node: 40TB (usable after overhead)
- Erasure coding overhead: 1.5x (vs 3x for replication)

Cost per TB per year: ~$3.50 (break-even for node operators)

At $50/TB annually (subsidized rate), Walrus is paying node operators $3.50/TB and keeping $46.50/TB as protocol revenue.

That’s 13x profit margin — clearly subsidized.

The unsubsidized rate ($250/TB/month = $3,000/TB/year) is absurdly high, suggesting the subsidized rate is 60x below market.

My prediction: Walrus’s true long-term price will settle around $15-25/TB annually once subsidies end.

Still cheaper than AWS, but not the “5x cheaper” headline.

What the Data Says About Each Protocol

Filecoin: Real adoption is weak (11% of usage is production apps), but infrastructure is maturing. If Onchain Cloud delivers on reliability, this becomes the AWS competitor.

Arweave: Growing fast (2.5x annually) but mostly NFT/social media, not enterprise. Endowment model is probably sustainable for 30-50 years, not 200.

Walrus: Too new to have real data, pricing is artificially low. Revisit in 12 months when we have uptime stats and real costs.

My Answer to Your Question

You asked: “Which architecture makes the most sense long-term?”

The data says: Filecoin’s recurring rental model will win for most use cases.

Why?

  • Aligns incentives better (miners earn ongoing revenue, not just upfront)
  • Flexible for users (scale up/down as needed)
  • Matches how most apps actually use storage (temporary, not permanent)

Arweave’s permanent storage is a niche solution for specific use cases (archives, compliance, provenance). It’s not a general-purpose storage layer.

Walrus is too uncertain — we need 12 months of real data before making predictions.

One More Thing: The China Factor

I was analyzing Filecoin’s geographic distribution of storage providers and found something interesting:

Filecoin storage providers by country (Q4 2025):
China: 58%
USA: 18%
Germany: 8%
Other: 16%

58% of Filecoin’s storage is in China.

What happens if geopolitical tensions lead to:

  • Chinese nodes being blocked/sanctioned?
  • Data seizures or forced takedowns?
  • Great Firewall blocking retrieval?

This is a huge centralization risk nobody talks about.

Arweave has better geographic distribution (~35% China, 30% USA, 35% other), but still vulnerable.

Decentralized ≠ geopolitically resilient.


My recommendation: Use all three in different ways.

  • Filecoin: Hot data, frequent access
  • Arweave: Permanent archives, compliance
  • Walrus: Price-sensitive workloads (but with backups)

The “storage wars” framing is misleading — these aren’t competing, they’re complementary.

Your data archival tool should probably use Arweave for the canonical archive (pay once, permanent) + Filecoin for active retrieval (fast, reliable) + Walrus for cheap replication (redundancy).

That’s my 2 cents, backed by 6 months of on-chain data analysis.