Skip to main content

5 posts tagged with "cloud computing"

Cloud computing infrastructure

View all tags

Bitcoin's First Q1 Hashrate Drop in Six Years: How the AI Pivot Is Rewriting Mining

· 12 min read
Dora Noda
Software Engineer

For the first time since 2020, Bitcoin's hashrate ended a first quarter lower than it began. The world's most powerful computer network shrank by roughly 4% in Q1 2026, breaking five straight years of double-digit growth. The cause is not a regulatory crackdown or a hardware crisis. It is a more fundamental shift: the people who once raced to deploy ASICs are now racing to deploy GPUs, and they are paying for the transition by selling the very Bitcoin they used to hoard.

This is not a cyclical wobble. It is the moment that Bitcoin mining stopped being a single-purpose industry. According to the CoinShares Q1 2026 Mining Report, the weighted average cash production cost for publicly listed miners has climbed to nearly $90,000 per BTC, while spot prices hover closer to $67,000. With margins this deep underwater, "HODL" became a luxury, and AI hosting became an exit ramp. Over $70 billion in AI and HPC contracts have already been announced across the listed-miner peer group, and analysts now project that some operators will derive up to 70% of their 2026 revenue from non-mining workloads.

Akave's Zero-Egress Bet: Can Flat-Rate DePIN Storage Actually Unseat AWS S3 for AI?

· 11 min read
Dora Noda
Software Engineer

Pull 2 terabytes of training data from AWS S3 to your GPU cluster and the bill arrives before the model does: roughly $184 in egress charges, on top of storage, on top of PUT/GET requests. Do it twice a day across a dozen experiments and the surprise line item starts to rival the storage itself. For AI teams, the cloud bill has become an economics problem disguised as an infrastructure problem — and a Austin-based DePIN startup named Akave thinks flat-rate, egress-free storage is the lever that finally breaks it.

Akave raised $6.65 million in March 2026 to build what it calls "the world's first decentralized enterprise data layer for AI and analytics." Its pitch is unusually specific: $14.99 per terabyte per month, zero egress fees, S3-compatible, backed by Filecoin for archival durability, with cryptographic receipts for every write. That's it. No tiers, no request fees, no bandwidth meter ticking every time a training container pulls a dataset. The question isn't whether the pricing is attractive — it obviously is. The question is whether the architecture can hold up as AI workloads scale into petabytes, and whether enterprises will trust a DePIN-backed stack for data they'd previously only hand to a hyperscaler.

The Egress Tax That Ate AI Budgets

AWS S3's sticker price is not the problem. Standard storage runs about $0.023/GB per month in us-east-1, which works out to roughly $920/month for a 40TB training corpus — annoying but manageable. Egress is where the math breaks. After the first 100GB free, S3 egress to the internet starts at $0.09/GB, stepping down slowly to $0.05/GB above 150TB. Pull 10TB of training data out to an external GPU provider and you're looking at $921.60 in transfer alone. Do it repeatedly — which is what AI pipelines actually do — and the "hidden" egress charge eclipses storage within a quarter.

This is not a pricing quirk. It's an architectural choice that assumes storage and compute live together inside one cloud. The moment an AI team splits them — because GPU capacity sits at CoreWeave, Lambda, or an on-prem cluster while data still sits in S3 — every epoch, every checkpoint restore, every data-parallel reread becomes a billable event. AI data fabrics multiply this problem: datasets get duplicated across preprocessing, training, validation, and analytics stages, each boundary potentially a paywall.

The industry's informal workaround has been CloudFront, because S3-to-CloudFront in-region transfer is free, so teams route data through a CDN that wasn't really designed for the job. It's a tell. When customers are architecturally twisting themselves to avoid a line item, the line item is no longer pricing — it's a tax.

What Akave Is Actually Selling

Akave Cloud is deliberately boring in the way serious infrastructure needs to be boring. The interface is S3-compatible — same SDKs, same GET and PUT semantics — so migrating a training pipeline is closer to changing an endpoint than rewriting code. Pricing is a single flat rate: $14.99 per terabyte per month, no egress, no per-request fees, no retrieval penalties. If your container pulls 500GB or 2TB of training data, it costs exactly $0 in transfer.

Underneath the familiar API, the architecture looks nothing like S3. Data is chunked, encrypted client-side, and distributed across the Akave network using 32-of-16 Reed-Solomon erasure coding, which Akave claims delivers 11 nines of durability. Long-term archival is anchored to Filecoin, the same network that underwrites a growing share of decentralized storage economics. Every write generates an on-chain receipt, and every retrieval is cryptographically verifiable — which matters less for cat photos and a lot more for AI training artifacts that regulators, auditors, or downstream model consumers may need to verify were unmodified.

The flagship piece for enterprises is the O3 gateway, an S3-compatible front door that can be hosted by Akave or self-hosted inside a customer's own infrastructure. The self-hosted version is the tell: teams with strict data residency or sovereignty requirements run O3 locally, hold their own encryption keys, and define their own access policies while still benefiting from the distributed backend. For sectors that historically couldn't touch decentralized storage — healthcare data, defense-adjacent AI, EU-regulated workloads — that configuration is meaningful.

Customer logos already include Intuizi, LaserSETI, and 375ai running production workloads, and the cap table reads like a who's-who of protocol-aligned capital: Protocol Labs, Filecoin Foundation, Avalanche, Blockchain Builders Fund, No Limit Holdings, Blockchange, Lightshift, and Big Brain Holdings. A partnership with Akash Network bundles decentralized GPU compute at around 70% below hyperscaler prices with Akave's zero-egress storage into what both companies are marketing as "sovereign AI infrastructure."

Reading the Room: Where Akave Sits in the Storage Stack

The decentralized storage landscape has matured dramatically. In January 2026, Filecoin launched Onchain Cloud on mainnet, positioning itself as a full-stack decentralized alternative to AWS with compute, verifiable retrieval, and automated payments. Storacha Forge, one of the earliest Onchain Cloud services, offers warm storage at $5.99 per terabyte. The broader DePIN sector has grown from roughly $5.2 billion in market cap in 2024 to over $19 billion by late 2025 — close to 270% growth — as AI demand, enterprise adoption, and DePIN infrastructure quality all crossed usability thresholds at roughly the same time.

Against that backdrop, Akave occupies a specific niche that neither Filecoin nor Arweave natively fills:

  • Filecoin is brilliant at long-tail archival and economic incentives but historically required deals, retrieval markets, and tooling that don't look like S3. Akave essentially packages Filecoin's durability into an S3-compatible interface with a flat rate.
  • Arweave sells permanence: one-time payment, indefinite storage, no retrieval guarantees. That's the right tool for immutable artifacts — NFT assets, on-chain documents, compliance archives — but a poor fit for the hot, mutable datasets AI training pipelines churn through.
  • Cloudflare R2 already offers zero egress and is the centralized benchmark Akave's pricing explicitly targets. R2 wins on latency, ecosystem integrations, and track record; Akave counters with sovereignty, verifiability, and a trust model that doesn't depend on a single provider's uptime — a point sharpened by the global Cloudflare outage in November 2025 that exposed how many "decentralized" apps still lived on one company's edge.
  • MinIO, the open-source self-hosted S3 alternative, recently shifted to a source-only model that spooked enterprises who'd built stacks assuming predictable community editions. Akave has been quietly pitching itself as a migration target for MinIO users who wanted self-host ergonomics without assuming their own operations burden.

The clearest way to understand Akave is as a pricing and interface arbitrage on decentralized storage primitives: take Filecoin's durability, wrap it in S3 semantics, put a flat-rate meter on top, and sell the result to AI teams who are already bleeding on egress.

Why Timing Matters: The Power and Data Gravity Pincer

At NVIDIA GTC 2026, Jensen Huang described AI as a "five-layer cake" with energy forming the foundation — every unit of machine intelligence ultimately a conversion of electricity into computation. The Department of Energy and Lawrence Berkeley National Laboratory project US data centers could consume up to 12% of total US electricity by 2030, up from about 4.4% today (roughly 176 TWh). The IEA's 2026 projection has global data centers hitting 1,000 TWh this year — Japan-scale power consumption, dedicated to compute.

The knock-on effect is that where data sits increasingly determines where compute can run. Hyperscalers are supply-constrained on power. GPU capacity is popping up wherever grid interconnects allow: Texas, the Nordics, the Middle East, secondary US markets. If your training data is pinned to us-east-1 and your GPUs are in Reykjavík or Abu Dhabi, you're paying egress to move bits to the silicon. Zero-egress, compute-agnostic storage turns data into a first-class citizen of a multi-cloud, multi-geography world — exactly the world AI economics is now forcing.

That's the real reason a pricing model like Akave's lands now rather than three years ago. When compute was abundant and cheap, egress was a rounding error. In an AI-constrained grid, egress is strategy.

The Skeptical Case: What Could Go Wrong

Three legitimate concerns temper the bull case.

First, latency and throughput at petabyte scale. AI training pipelines are bandwidth-hungry and latency-sensitive. S3 isn't just cheap storage with a nice API — it's a globally distributed edge network with decades of optimization. Akave's erasure coding and decentralized retrieval add hops. Production customers like 375ai suggest it's viable for common workloads, but teams considering multi-hundred-gigabit-per-second training feeds should benchmark carefully before committing.

Second, enterprise procurement inertia. Flat pricing is great; so is sovereignty. But enterprise security, legal, and compliance teams move on a timescale measured in quarters, and DePIN is still a novel procurement category for most Fortune 500 CIOs. Akave's self-hosted O3 gateway is partially an answer to this — "it's our hardware running their software" is easier to approve than "our data lives on a blockchain" — but the sales cycle is real.

Third, economics are only cheap if the network stays healthy. Filecoin and Akave's incentive layers assume a population of storage providers willing to underwrite capacity at the offered price. If AI demand spikes faster than supply, flat pricing either compresses provider margins or quietly gets re-tiered. Hyperscalers can subsidize; DePIN networks have to balance.

None of these are fatal. All of them mean Akave's challenge is less about whether the cost pitch lands and more about whether the operational story is boring enough for a Fortune 500 SRE to sign off.

The Bigger Pattern: Storage as a Wedge Into AI Infrastructure

The most interesting thing about Akave isn't the $14.99 price tag. It's what the price tag is trying to accomplish strategically. Storage is a low-margin commodity, but it's also the layer with the most data gravity — whoever owns the dataset owns the default answer to "where should we train?" and eventually "where should we inference?" The Akash x Akave partnership is a clear signal of this: decentralized GPU compute at 70% below hyperscaler prices means nothing if your data lives somewhere that charges you to leave. Bundle them, and the economics become an integrated alternative to the AWS stack rather than two discounts stapled together.

Expect this pattern to repeat across the DePIN-for-AI category through 2026. Storage networks will court compute networks, compute networks will court inference gateways, and inference gateways will court agent frameworks — all trying to assemble a vertical that can quote a single, predictable price against what is still, from the customer's perspective, a single bundled hyperscaler experience. The winners will be the ones who feel like infrastructure, not like crypto.

Akave is a credible early contender because it refuses to look like crypto at the surface: S3 endpoint, flat rate, audit-friendly receipts, real customers. The decentralized bits are under the hood, where — if Akave is right — they should be.


For developers building the next generation of Web3 and AI-native applications, BlockEden.xyz provides enterprise-grade RPC, indexing, and API infrastructure across 25+ chains, with the reliability profile serious production workloads demand. Explore our API marketplace to build on infrastructure designed for the long haul.

Sources

DePIN's Revenue Reckoning: How Akash, io.net, and Aethir Are Replacing Token Mining with Real Business Cash Flow

· 9 min read
Dora Noda
Software Engineer

Aethir quietly crossed $127 million in annual revenue in 2025. Not in token emissions. Not in speculative incentive programs. In actual enterprise spending on GPU compute. That single data point may mark the moment decentralized compute stopped being a crypto experiment and started becoming a cloud business.

For years, the knock against Decentralized Physical Infrastructure Networks (DePIN) was simple: their economics ran on token printing, not customer invoices. Providers earned rewards denominated in volatile native tokens, demand was often synthetic, and the gap between "network activity" and "revenue" could be measured in orders of magnitude. But across 2025 and into early 2026, the leading GPU compute networks — Akash, io.net, Aethir, and Render — have been executing a pivot that the broader market hasn't fully priced in: the shift from token-subsidized supply to demand-driven cash flow.

DePIN's AI Pivot: How Decentralized Infrastructure Became the GPU Cloud That Big Tech Didn't Build

· 9 min read
Dora Noda
Software Engineer

The three highest-revenue DePIN projects in 2026 share one thing in common: they all sell GPU compute to AI companies. Not storage. Not wireless bandwidth. Not sensor data. Compute — the single most constrained resource in the global technology stack.

That fact alone tells you everything about where Decentralized Physical Infrastructure Networks have landed after years of searching for product-market fit. The sector that once ran on token incentives and speculative flywheel economics now generates real revenue from the most demanding buyers in tech: AI model developers who need GPUs yesterday.

Filecoin Onchain Cloud Enters the Decentralized Infrastructure Race

· 9 min read
Dora Noda
Software Engineer

Filecoin Onchain Cloud (FOC) represents the network's most ambitious pivot yet—transforming from cold storage archive into a verifiable cloud platform designed to challenge centralized giants. Launched November 18, 2025 at DePIN Day Buenos Aires with mainnet planned for January 2026, FOC introduces programmable payments, hot storage proofs, and smart contract integration that positions Filecoin as genuine cloud infrastructure rather than merely distributed storage. While offering 50-120x cost advantages over AWS for appropriate workloads, significant performance gaps and integration complexity mean FOC will likely dominate Web3 infrastructure before competing broadly with traditional cloud providers.

What Filecoin Onchain Cloud actually delivers

FOC is a fundamental architectural evolution that brings verifiable storage, fast retrieval, and programmable payments fully on-chain. Unlike Filecoin's original cold storage model requiring hours-long unsealing, FOC introduces five interconnected open-source modules designed to function as unified cloud infrastructure.

The Filecoin Warm Storage Service powered by Proof of Data Possession (PDP) represents the core technical innovation. PDP enables lightweight verification (just 160 bytes per challenge regardless of dataset size) without the computational overhead of sector sealing. Data remains in raw, accessible form with sub-second retrieval—a dramatic departure from the network's archival origins. Storage proofs are verified hourly through smart contracts that handle service details, verification, and payments simultaneously.

Filecoin Pay creates the economic layer, triggering payments automatically only when on-chain proofs confirm storage or retrieval was delivered. This proof-based payment model—supporting FIL, USDFC stablecoin, or any ERC-20 token—enables epoch-based streaming that pauses if proofs fail. Filecoin Beam adds incentivized CDN-level retrieval, measuring and rewarding fast egress from storage providers with public performance dashboards ranking providers by time-to-first-byte and success rates.

For developers, the Synapse SDK provides JavaScript APIs running anywhere from Node.js to browser, while Filecoin Pin bridges IPFS content persistence with cryptographic proofs. Early adopter pricing sits at $2.50 per TiB per month for storage (minimum two copies) and $0.014 per GiB for fast delivery via Beam.

How the economics stack up against AWS and Google Cloud

The cost differential between Filecoin and traditional cloud providers remains striking, though context matters significantly. Raw storage costs demonstrate the gap clearly:

ProviderMonthly cost per TBRelative cost
AWS S3 Standard$23.00Baseline
Google Cloud$26.0013% higher
Azure$18.8418% lower
Filecoin (cold)$0.1999% lower
Storacha Forge (FOC)$5.9974% lower

For archival use cases, these numbers translate to extraordinary savings. Storing all YouTube videos (312 PB) for 100 years would cost $8.62 billion on AWS versus $71 million on Filecoin—a 121x difference. However, these comparisons require careful qualification. Filecoin's dramatic cost advantage stems from market-driven pricing without enterprise overhead, block reward subsidies that effectively subsidize storage costs, and comparison against hot storage tiers when Filecoin traditionally served cold storage needs.

Performance trade-offs partially explain the pricing gap. AWS S3 delivers millisecond latency consistently; Filecoin's cold storage requires sector unsealing taking up to 3 hours for 32 GiB. Even with PDP-enabled warm storage, retrieval latency ranges from sub-second for cached content to several seconds for uncached data. The new FOC architecture significantly narrows this gap but doesn't eliminate it. High-concurrency testing shows 40-60% success rates with latencies reaching 10 minutes under 1,000 simultaneous requests for larger data ranges.

Traditional cloud providers offer guaranteed 99.99%+ uptime SLAs backed by contractual penalties; Filecoin provides economic incentives and cryptographic verification but no contractual guarantees. Storage deals expire (maximum 18 months currently) requiring renewal management, though smart contracts can now automate this process.

The decentralized storage landscape and Filecoin's position

FOC enters a competitive decentralized infrastructure market where different projects have carved distinct niches. Arweave dominates permanent storage with its one-time payment endowment model (~$25/GB stored forever), capturing approximately 25% NFT metadata share. Filecoin offers flexibility and cost-effectiveness for dynamic, renewable storage but cannot match Arweave's permanence guarantee.

Storj provides easier S3 compatibility at ~$4/TB monthly with 13,000 nodes, prioritizing enterprise developer experience over blockchain-native programmability. Akash Network focuses on decentralized compute rather than storage, making it complementary rather than competitive—potential integration could pair Akash processing with Filecoin storage.

NetworkPrimary focusNodes/ProvidersDifferentiator
FilecoinProgrammable storage~1,900 activeSmart contracts + proofs
ArweavePermanent archivalBlockweave modelOne-time payment
StorjEnterprise storage~13,000S3 compatibility
AkashCloud compute~5,000GPU/CPU marketplace
IPFSContent distribution~23,000 peersFoundational layer

Filecoin's unique competitive position combines verifiable storage proofs with smart contract programmability—no other L1 blockchain offers this combination. The FVM (Filecoin Virtual Machine) enables Ethereum-compatible smart contracts interacting directly with storage primitives, creating capabilities unavailable elsewhere. The network maintains the largest decentralized storage capacity at 3.8 EiB with $1.6 billion market cap, though active storage providers have declined from 4,100 (Q3 2022) to approximately 1,900 currently.

Strategic partnerships reinforce enterprise positioning: the Smithsonian Institution and Internet Archive for cultural preservation, MIT Open Learning for academic data, Solana for blockchain ledger redundancy, and ENS and Safe for trustless Web3 infrastructure.

Why dApp developers should pay attention

FOC creates genuine advantages for decentralized application builders that centralized cloud cannot replicate. Verifiable ownership through on-chain smart contracts ensures all interactions are auditable with ownership cryptographically enforced. No vendor lock-in means data lives across a global network of independent storage providers rather than concentrated data centers. Content-addressed data makes files tamper-proof—identified by what they are, not where they're stored.

The FVM's Ethereum compatibility allows Solidity developers to deploy existing smart contracts with familiar tools (Hardhat, Remix, Foundry, MetaMask) while gaining unique storage primitives. Over 4,700 unique contracts have been deployed with 3+ million FVM transactions, demonstrating real developer traction.

Specific use cases where FOC excels include Data DAOs for collective data governance and monetization, perpetual NFT storage (NFT.Storage has processed 40+ million uploads totaling 260+ TB), AI training dataset storage with verifiable provenance, DePIN sensor data for projects like WeatherXM and Hivemapper, and blockchain ledger archives already serving Solana and Cardano.

Real-world adoption includes UC Berkeley's Underground Physics Group storing neutrino research data, USC Shoah Foundation preserving Holocaust survivor testimonies through Starling Lab, and Democracy's Library archiving government records through Internet Archive. The network hosts 2,491 onboarded datasets with 925 exceeding 1,000 TiB, showing enterprise-scale data adoption.

Developer tooling has matured significantly: the Synapse SDK for unified FOC access, iso-filecoin JavaScript library used by MetaMask and Ledger, Filecoin-Solidity library for FEVM contracts, and simplified storage on-ramps through Lighthouse, Storacha, and Akave providing S3-compatible APIs.

Technical capabilities and constraints worth understanding

Scalability remains Filecoin's primary technical limitation. The core protocol operates at under 50 TPS—adequate for storage deals but insufficient for high-frequency applications. The F3 (Fast Finality) upgrade launched April 2025 addresses transaction finality, reducing confirmation from 7.5 hours to approximately 2 minutes—a 450x improvement critical for DeFi and cross-chain applications.

InterPlanetary Consensus (IPC) provides the horizontal scaling framework through hierarchical subnets with customizable consensus mechanisms. Subnets can achieve sub-second transactions with native cross-subnet communication (no bridges required), enabling use cases from AI compute to gaming. Saturn CDN demonstrates production performance at 60ms median time-to-first-byte handling 400 million daily retrieval requests.

Security architecture combines multiple cryptographic proof systems. Proof-of-Replication (PoRep) verifies miners store unique physical copies preventing Sybil attacks; Proof-of-Spacetime (PoSt) continuously verifies data remains stored; PDP now enables efficient hot storage verification. The network maintains chain-quality above 80% even under 45% adversarial mining power. A $650K+ bug bounty program with 100+ security researchers provides ongoing vulnerability discovery.

Decentralization trade-offs are real but manageable. Performance gaps versus centralized providers persist—IPFS-based retrieval can take 10+ seconds versus millisecond responses from AWS. The learning curve exceeds clicking through AWS Console. However, cryptographic verification replaces trust in corporate entities, and market-driven pricing delivers 80%+ cost savings for appropriate workloads. Data distributed across ~1,900 independent providers creates genuine censorship resistance impossible with centralized alternatives.

The realistic path forward for decentralized cloud

Filecoin Onchain Cloud won't replace AWS in 2026—but it doesn't need to. The decentralized storage market is projected to grow from $622 million (2024) to $4.5+ billion by 2034, and Filecoin is well-positioned to capture significant share within specific segments.

Near-term (2025-2026), expect FOC to dominate Web3-native infrastructure—NFT storage, blockchain data archival, DAO governance records, and decentralized frontend deployment through ENS and Safe integration. The AI data storage opportunity grows as training datasets require verifiable provenance. Enterprise cold storage presents immediate cost arbitrage for archival, backup, and compliance data where retrieval latency matters less than cost savings.

Medium-term (2027-2028), successful execution of the IPC subnet roadmap and PDP hot storage maturation could enable hybrid cloud positioning where cost-sensitive workloads migrate to Filecoin while latency-critical applications remain on traditional infrastructure. Enterprise compliance certifications (SOC 2, HIPAA already available through partners like Seal Storage) will determine broader adoption velocity.

Key success factors include:

  • PDP demonstrating consistent Web2-comparable hot storage performance
  • IPC subnets achieving production-grade sub-second finality at scale
  • FWS developer experience matching AWS/GCP simplicity
  • Sustained enterprise adoption beyond Web3-native clients
  • Token economics transitioning from subsidy-driven to sustainable paid storage

The honest assessment: Filecoin will succeed as the dominant decentralized storage layer for Web3 and capture specific enterprise niches before potentially competing more broadly. Complete AWS replacement remains highly aspirational in the 5-year horizon. However, for dApp developers, AI companies requiring verifiable data provenance, organizations prioritizing censorship resistance, and cost-sensitive archival storage needs, FOC represents a technically mature alternative that traditional cloud cannot replicate.

Conclusion

Filecoin Onchain Cloud marks the network's transition from storage archive to programmable cloud infrastructure at precisely the moment Web3 applications demand verifiable, decentralized data layers. The 50-120x cost advantage for appropriate workloads is real, as are the performance gaps and integration complexity compared to AWS. FOC's unique combination of cryptographic proofs, smart contract programmability, and global provider network creates capabilities impossible on centralized infrastructure—but requires accepting trade-offs in latency, tooling maturity, and operational simplicity.

For dApp builders and organizations where verifiability, censorship resistance, and cost optimization outweigh millisecond latency requirements, FOC deserves serious evaluation. The January 2026 mainnet launch will determine whether Filecoin's ambitious cloud vision translates to production reality. What's already clear: the "cloud built on proofs, not promises" represents genuine technical innovation, even if the path to mainstream enterprise adoption remains measured in years rather than months.