Skip to main content

81 posts tagged with "Decentralized Computing"

Decentralized computing and cloud

View all tags

Arcium's Encrypted Supercomputer: Why MPC May Be Web3's Missing Privacy Layer

· 13 min read
Dora Noda
Software Engineer

What if every transaction you ever made was visible to anyone, forever? That is the bargain blockchains demanded for a decade. In 2026, a quiet but consequential shift is underway, and Arcium is one of the most ambitious bets that the bargain is finally renegotiable.

While Zama chases fully homomorphic encryption, Aztec compresses zero-knowledge L2 throughput, and a parade of trusted-execution-environment startups vie for hardware-backed enclaves, Arcium is building something different: a decentralized, encrypted supercomputer powered by secure multi-party computation. It went live on Solana Mainnet Alpha in February 2026, and by May its ecosystem had crossed $7.5 million in raised funding across more than a dozen apps, with sealed-bid token auctions and private opportunity markets already moving real volume.

This is the story of why MPC matters now, what makes Arcium's "Privacy 2.0" pitch different, and how decentralized confidential computing could become the layer that finally unlocks institutional DeFi and private AI inference.

Gensyn RL Swarm: The First Live Test of Verifiable Decentralized AI Training

· 12 min read
Dora Noda
Software Engineer

For the better part of a decade, "training a frontier model" has been a synonym for "owning a hyperscaler-class GPU cluster." Gensyn just shipped a public testnet that bets the next generation of AI gets trained somewhere very different — on a swarm of internet-connected nodes coordinating over an Ethereum rollup, with ETHGlobal channeling $50,000 in prizes to developers who can build agents on top of it.

The question is no longer whether decentralized machine learning training is technically possible. RL Swarm is live, anyone can clone the repo, and the architecture has been quietly shipping since November 2025. The question is whether the economics, the verification, and the developer pull are enough to pry training workloads out of AWS and Azure data centers — and whether the $AI token sale that closed in December 2025 actually priced that future correctly.

Why "RL Swarm" Is the First Production Test of Decentralized Training

Most of the "decentralized AI" projects you have heard of — Bittensor, io.net, Akash, Render — solve adjacent problems. Bittensor coordinates competitive model benchmarking across subnets. io.net and Akash are GPU rental marketplaces with crypto-native billing. Render disperses inference rendering work. None of them, until now, have been a live system where untrusted nodes collaboratively train a model.

That is what Gensyn's RL Swarm does. It is the foundation of Phase 0 of the Gensyn Testnet: a decentralized environment where reinforcement learning agents cooperate over the public internet rather than inside a single datacenter. Each participating node runs a local language model. The nodes play multi-stage RL reasoning games — answering, critiquing, and revising solutions in tandem with their peers — and every contribution is logged against an on-chain identity on the Gensyn Testnet.

The architectural shift is small in language but large in practice. Bittensor incentivizes miners to compete for the best output; Gensyn incentivizes nodes to cooperate on training a shared artifact. That is the difference between a competitive marketplace and a true distributed training run, and it is why RL Swarm is the first credible attempt at a production-grade decentralized ML training network rather than a more polished compute rental layer.

The November 2025 release added CodeZero, a cooperative coding environment built on the same peer-to-peer framework. Read together, the two releases sketch a roadmap: RL Swarm proves the coordination primitives work for reasoning, CodeZero extends them into structured tool use. By the time of the May 6, 2026 hackathon close, both environments are live and joinable without a waitlist.

The Four-Layer Architecture: Execution, Verification, Communication, Coordination

Underneath the user-facing testnet, Gensyn is a custom Ethereum Layer-2 rollup built on the OP Stack (Bedrock). The protocol decomposes the decentralized training problem into four layers, each solving a specific reason that "just rent GPUs over the internet" has historically failed.

Execution. Large models do not fit on a single consumer node, so Gensyn fragments models into parameter blocks distributed across devices, reducing per-node memory pressure. The harder problem is determinism: floating-point operations on different hardware (an Nvidia A100 versus an H100) can produce subtly different results, which is fatal for a verification protocol that needs to detect cheating. Gensyn's RepOps library fixes the order of floating-point operations so that the same inputs yield bitwise-identical outputs across heterogeneous hardware. The Reproducible Execution Environment (REE) wraps RepOps in a custom MLIR-based compiler that compiles models down to those reproducible kernels.

Verification. This is the layer that has stopped every previous attempt at decentralized training. If a node claims it ran a training step and submits a gradient, how do you know it did the work honestly without re-running the entire computation yourself? Gensyn's answer is the Verde Verification Protocol — a lightweight dispute resolution system that performs a binary search through the training trace to isolate the single step where the prover and verifier disagree, then recomputes only that operation. Combined with probabilistic proof-of-learning, the network gets cryptographic assurance without paying the cost of full re-execution. This is conceptually similar to Truebit's interactive verification model, ported from generic computation to ML-specific kernels.

Communication. Coordinating training over a bandwidth-limited public internet requires throwing out the textbook. The standard datacenter primitive — synchronous all-reduce — assumes fat InfiniBand pipes. Gensyn substitutes three custom primitives: NoLoCo replaces all-reduce with a low-communication gossip protocol, CheckFree provides fault-tolerant recovery without expensive periodic checkpointing, and SkipPipe introduces a gradient-sharing algorithm that minimizes message hops across the swarm. Each is a paper-grade contribution; together they are what turns "a bunch of laptops on home internet" into a functioning training cluster.

Coordination. The Ethereum L2 itself is the economic engine. It identifies participants, settles tokenized rewards, and executes payments over a permissionless rollup. That is also where the $AI token lives, and where every contribution to a training run is ultimately accounted for.

The cleanest way to read this stack is as a deliberate inversion of the cloud GPU model. AWS and Azure spend their engineering on raw throughput and assume trust by contract. Gensyn spends its engineering on reproducibility and dispute resolution and assumes nothing about the operator on the other side of the wire.

How Gensyn Differs From Bittensor, io.net, and Render

Once the architecture is on the table, the competitive landscape clarifies. Three projects get mentioned in the same breath as Gensyn, but they solve different problems.

  • Bittensor (TAO, ~$2.64B market cap) is a competitive benchmarking network. Subnets define a task, miners produce outputs, validators rank them, and TAO flows to whoever scores highest. It is excellent at incentivizing model quality but it does not coordinate a single shared training run across nodes. Gensyn's swarm-based training is structurally cooperative; Bittensor's subnet model is structurally adversarial.
  • io.net and Akash are GPU marketplaces. They let an operator with idle hardware sell time to whoever is willing to pay. Crucially, neither protocol verifies that the buyer's workload was executed correctly — that is the buyer's problem, typically solved by running their own training stack and trusting the receipts. Gensyn's Verde + REE pair is exactly the layer those marketplaces lack.
  • Render Network disperses inference rendering work, primarily for graphics. The economic model is closer to io.net than to Gensyn: rent compute, get output, trust the operator. Render's Dispersed subnet is an adjacent product, not a competitor.

Gensyn launched its token at rank 368 with a roughly $71.6M market cap — a fraction of Bittensor's. That gap is the thesis: if verifiable cooperative training is a real category and not a more elaborate version of compute rental, the spread is an entry point. If it isn't, the spread is the market correctly pricing a science project.

The $AI Token Sale: A 3% English Auction at a $1M-to-$1B Cap Range

The economics got real on December 15, 2025, when Gensyn opened its $AI token sale on Sonar. The structure was unusually transparent: an English auction for 300 million tokens — 3% of the 10 billion fixed total supply — bounded by a $1M FDV floor and a $1B FDV cap. Bidders chose a maximum price between $0.0001 and $0.1 per token, with a $100 minimum bid. Bids settled in USDC or USDT on Ethereum mainnet; tokens were claimed on the Gensyn Network L2.

The full allocation tells you what kind of project Gensyn wants to be:

AllocationPercentage
Community Treasury40.4%
Investors29.6%
Team25.0%
Community Sale3.0%
Other2.0%

A 40% community treasury combined with a 3% public sale is closer to an Optimism-style governance posture than to a typical DePIN launch. The team and investor share (54.6% combined, with a16z leading the most recent private round at the same $1B cap as the public sale ceiling) is high but not extreme.

The sale's most interesting design choice was the testnet incentive: a 2% bonus reward pool was distributed as a token multiplier to verified testnet participants, scaled by their participation level and their bid amount. This is a mild but real signal that Gensyn cares more about distribution to actual contributors than it does about maximizing public-sale price. U.S. buyers accepted a 12-month lockup; non-U.S. buyers could opt into a similar lockup in exchange for a 10% bonus multiplier.

What this auction priced is a bet — that the unit economics of decentralized training are 60-80% cheaper than a comparable AWS or Azure H100 cluster (roughly $3/hour at on-demand rates), and that idle consumer and prosumer GPUs are abundant enough to absorb meaningful training demand. Whether that bet is correct will be answered by the actual workloads that show up on the network in 2026, not by the auction price.

ETHGlobal Open Agents: The Production Signal

The piece of news that turns this from "interesting infrastructure project" to "things builders are actually shipping on" is ETHGlobal Open Agents, running April 24 to May 6, 2026. Gensyn is a sponsor with over $50,000 in prizes, including a $5,000 Best Application of Agent eXchange Layer (AXL) category. Every winner is fast-tracked into the Gensyn Foundation grant programme.

That matters for two reasons.

First, hackathons are how new infrastructure gets discovered by the developers who do not yet know they need it. The same playbook produced the early Optimism, Base, and Sui ecosystems. A $50K prize pool is not a market-moving sum, but it is a strong enough hook to bring a few hundred ETHGlobal-grade builders into contact with RL Swarm and AXL APIs for the first time. Some non-zero subset will keep building after the hackathon ends.

Second, the prize categories tell you what Gensyn thinks the killer app looks like. Agent eXchange Layer is the framing — autonomous agents discovering each other, exchanging compute, training and fine-tuning each other on demand. If Gensyn were betting the future was monolithic foundation-model training, the prizes would emphasize that. They emphasize agent infrastructure instead, which lines up with the broader 2026 narrative: agents that can pay each other for work need a substrate for outsourcing the most expensive work — model training and fine-tuning — to a verifiable network.

The Honest Caveats

It is worth saying clearly what RL Swarm is not, in May 2026.

There are no official swarms running on the live testnet right now. Participants can join community-owned swarms, which is exactly the bootstrap problem that always shows up in permissionless networks: the protocol is open, but actual high-value coordinated training runs are not yet happening at scale. Until a serious lab or open-source collective puts a real model run on the network, the testnet remains a proof-of-concept rather than a production system.

The verification cost is also still an open question. Verde's binary-search dispute resolution is dramatically cheaper than re-running an entire training job, but it is not free, and its overhead at frontier scale (hundreds of billions of parameters, weeks of training) has not yet been demonstrated. The hardware-determinism story — RepOps producing bitwise-identical outputs across A100s and H100s — is elegant but adds compiler overhead that competing centralized stacks do not pay.

And the cost-savings thesis (60-80% cheaper than AWS H100 spot) assumes that the long tail of idle consumer and prosumer GPUs is dense enough to substitute for hyperscaler capacity. That is plausible for 7B-to-70B parameter fine-tuning runs. It is not yet plausible for genuinely frontier-scale pretraining, and Gensyn is honest enough not to claim otherwise.

What This Means for Infrastructure Builders

For developers thinking about where to spend the next 12 months, the most useful framing is that Gensyn opens a new category of API surface area that did not exist before: programmatic, verifiable access to a training network. Up until now, the choices for "make a model do something specific" have been (a) call a hosted API like OpenAI or Anthropic, or (b) rent GPUs and run training yourself. Gensyn proposes a third option — submit a training job to a verifiable swarm and get cryptographic guarantees back — that maps cleanly onto the agent economy ETHGlobal is incentivizing.

That third option, if it works, becomes a primitive. Agents that need to fine-tune a small specialist model for a niche task will not want to rent and operate GPUs. They will want to issue a training intent, pay in stablecoins or $AI, and consume the resulting weights. Gensyn's bet is that the protocol layer making that possible — the L2 rollup, the verification system, the swarm coordination primitives — accrues meaningful value as that pattern proliferates.

BlockEden.xyz powers the indexing, RPC, and analytics infrastructure that Web3 builders rely on across 25+ chains. As verifiable AI training networks like Gensyn mature, the data and coordination layer underneath them will only matter more. Explore our API marketplace to build on infrastructure designed for the agentic, AI-native era of Web3.

Sources

io.net Agent Cloud: When AI Agents Start Buying Their Own GPUs

· 10 min read
Dora Noda
Software Engineer

On March 25, 2026, io.net flipped a switch that quietly redefined what "decentralized compute" means. Its new Agent Cloud no longer requires a human at the keyboard. AI agents — not engineers, not procurement teams, not DevOps — can now autonomously rent GPUs, run workloads, settle bills in stablecoins, and tear everything down without a single ticket, KYC form, or login.

That is the inflection point the DePIN industry has been circling for two years. The crypto-mining-style "earn passive rewards by plugging in a 3090" era is ending. What replaces it is a market where the customers are software, the suppliers are software, and the entire negotiation happens through Model Context Protocol calls and on-chain payments. io.net just became the first network to fully productize that future — and in doing so, it forced every other DePIN GPU project to answer a new question: what does your network look like when the buyer is a machine?

RenderCon 2026: How Render Network Walked Into Hollywood and Walked Out With 60,000 GPUs, an AI Subnet, and a Museum

· 12 min read
Dora Noda
Software Engineer

On April 16, 2026, a decentralized GPU network rented out a sound stage on Vine Street in Hollywood and used it to redefine what "compute" means for the next decade of media production.

That is not how DePIN events usually look. DePIN events usually look like a hotel ballroom in Singapore, a slide deck about token emissions, and a nervous founder explaining why their network has 8,000 idle nodes. RenderCon 2026, hosted at Nya Studios on April 16–17, looked like a Vision XPRIZE keynote, an Alex Ross gouache demo, a Refik Anadol museum reveal, and — almost as an afterthought — the live on-stage approval of governance proposal RNP-023, which added roughly 60,000 daily active GPUs to Render Network through an exclusive Salad Network subnet integration.

Qwen Goes Onchain: How 0G × Alibaba Cloud Rewired the AI Stack for Autonomous Agents

· 10 min read
Dora Noda
Software Engineer

For the first time in the short history of AI, a hyperscaler has handed the keys to its flagship large language model to a blockchain. On April 21, 2026, the 0G Foundation and Alibaba Cloud announced a partnership that makes Qwen — the world's most-downloaded open-source LLM family — directly callable by autonomous agents on-chain, with inference priced in tokens rather than API keys.

Read that again. No account signup. No credit card. No rate-limit form. An agent with a wallet can just call Qwen3.6 and pay per million tokens in $0G, the same way a contract calls a Uniswap pool. That single architectural change — treating foundation-model inference as a programmable resource instead of a SaaS product — may be the most consequential crypto-AI story of the year.

Bittensor's SN3 Bets the Network on a Trillion-Parameter Training Run

· 11 min read
Dora Noda
Software Engineer

In March 2026, a few dozen anonymous miners on home internet connections trained a 72-billion-parameter language model that scored within striking distance of Meta's Llama 2 70B. Six weeks later, the team that led that effort walked out, dumped $10 million worth of TAO, and called Bittensor's decentralization "theatre." Now the surviving community wants to do it again — at fourteen times the scale, in roughly four weeks, with the entire decentralized AI thesis riding on the result.

This is the story of how Bittensor's Subnet 3 — recently rebranded Teutonic after the Covenant AI exit — talked itself into a 1-trillion-parameter training run timed to land squarely in Grayscale's TAO ETF SEC review window. It's a wager that the protocol's incentive layer is more important than the people who built it, and that the same network that survived a governance crisis can ship the "DeepSeek moment" for decentralized AI before regulators decide whether to let Wall Street buy in.

How a 72B model became the high-water mark for permissionless AI

The story starts on March 10, 2026, when Subnet 3 — then operating under the name Templar — announced Covenant-72B, a 72-billion-parameter model trained on roughly 1.1 trillion tokens by more than 70 independent miners coordinating across the public internet. It was, by a wide margin, the largest decentralized LLM pre-training run ever completed.

The benchmark that mattered: an MMLU score of 67.1, putting Covenant-72B in the same neighborhood as Meta's Llama 2 70B — a model produced by one of the best-funded AI labs on the planet. NVIDIA CEO Jensen Huang publicly compared the effort to a "modern folding@home for AI." Templar's subnet token surged, and at peak its market valuation crossed $1.5 billion.

The technical breakthrough wasn't the model architecture. It was the coordination layer. Two pieces did the heavy lifting:

  • SparseLoCo, a communication-efficient training algorithm that reduced inter-node bandwidth requirements by 146x through sparsification, 2-bit quantization, and error feedback. Without it, a frontier-scale training run on residential internet would be physically impossible — gradient sync alone would saturate every miner's connection.
  • Gauntlet, Bittensor's blockchain-validated incentive system that scored each miner's contribution via loss evaluation and OpenSkill rankings, paying TAO to the high-quality nodes and slashing the rest.

Together they produced something genuinely new: a permissionless network of anonymous contributors, coordinating only through cryptographic incentives, training a model competitive with billion-dollar lab outputs.

Then it broke.

The Covenant exit: $900 million erased in twelve hours

On April 10, 2026, Sam Dare — founder of Covenant AI, the team behind three of Bittensor's most valuable subnets (SN3 Templar, SN39 Basilica, and SN81 Grail) — announced he was leaving. Within hours he liquidated approximately 37,000 TAO, roughly $10.2 million, and published a parting accusation: that co-founder Jacob Steeves ("Const") wielded centralized control over the protocol, and that Bittensor's decentralization was performance, not architecture.

The market reaction was immediate. TAO crashed 20–28% depending on the measurement window, erasing roughly $650–900 million in market cap inside a 12-hour span. Subnet alpha tokens fared worse — Grail (SN81) was down 67% at the bottom. Around $10 million in long positions liquidated.

Two facts blunted the panic:

  1. The subnets didn't die. Community miners restarted SN3, SN39, and SN81 from open-source code without a central operator. The infrastructure Covenant built was, in fact, recoverable from the public artifacts — which arguably proves the decentralization thesis Dare disputed.
  2. 70% of TAO supply remained staked through the disruption. Long-term holders didn't follow Dare to the exit.

But the network had a credibility problem. If Covenant — the team that delivered Bittensor's marquee technical achievement — could leave at the top and crater the token, what stops the next subnet operator from doing the same?

The Conviction Mechanism: locking in the people who can leave

Const's response landed on April 20, 2026, ten days after Dare walked. BIT-0011, branded the Conviction Mechanism, proposes a Locked Stake regime that forces subnet owners to time-lock TAO for months or years in exchange for a "conviction score" that maps to voting rights and subnet ownership.

The mechanics:

  • The conviction score starts at 100% and decays over 30-day intervals if tokens aren't replenished into the lock-up.
  • Voting power and ownership rights diminish in lockstep with the decay, making sudden capital flight economically expensive rather than just embarrassing.
  • The system targets the mature subnets first — SN3, SN39, and SN81 — exactly the three that Covenant ran.

The dark joke: BIT-0011 was reportedly drafted by Sam Dare himself before his exit. The departing founder wrote the rules designed to prevent founders from departing.

The proposal addresses a real structural weakness — subnet operators could previously dump positions with no governance penalty — but it also concentrates power in the hands of long-term lockers, which is its own form of centralization. Whether that's the right trade depends on what you think Bittensor's main risk is: founder defection or oligarchic capture.

Teutonic and the trillion-parameter moonshot

Against that backdrop, the rebranded Teutonic subnet (SN3, formerly Templar) has committed publicly to a 1-trillion-parameter decentralized training run for mid-to-late May 2026. That's roughly 14x the scale of Covenant-72B, on the same fundamental architecture, with a community-restored team rather than the original Covenant engineers.

The strategic timing is impossible to miss. Grayscale filed its S-1 amendment for the spot Bittensor Trust ETF (proposed ticker GTAO) on NYSE Arca on April 2, 2026. The SEC's decision window is currently tracked for August 2026. A successful 1T-parameter training run in May would land at the peak of regulator deliberation — exactly when "is this a real technology or a meme?" becomes the load-bearing question. Grayscale already raised TAO's weighting inside its broader AI fund to 43.06% on April 7, the largest single-asset reallocation that fund has ever made.

The bull case writes itself: ship a credible 1T-parameter decentralized model, become the "DeepSeek moment" the ETF approval needs to justify institutional inflow, and reprice the entire decentralized AI category in one quarter.

The bear case is engineering, not marketing.

Why scaling decentralized training is hard in ways frontier labs don't face

Centralized 1T+ models — GPT-5, Claude 4.7 Opus, Gemini 2.5 Ultra — are trained inside facilities where every GPU is wired to every other GPU through purpose-built fabrics like NVLink and InfiniBand, with sub-microsecond latencies and terabit-per-second bandwidth. Even in those conditions, gradient synchronization is the bottleneck. Published research consistently finds that over 90% of LLM training time can be spent on communication rather than compute when scaling is naive.

Teutonic's miners are coordinating across ~100ms WAN latencies on residential internet. The only reason Covenant-72B was possible at all is SparseLoCo's 146x compression of communication volume. Pushing to 1T parameters changes the math in three uncomfortable ways:

  1. Gradient size scales roughly linearly with parameter count. A 14x model means 14x as much data to synchronize per step, even before considering optimizer state.
  2. Cross-node coordination overhead historically scales super-linearly with worker count. If Teutonic doubles its node pool from ~70 to ~256, the all-reduce communication cost doesn't just double — it can grow by 4–10x depending on topology.
  3. Failure modes compound. A node dropping out mid-step in a 70-node network is a small slashing event. In a 256-node network running 14x larger gradients, the same drop can stall the entire training round.

None of this is unsolvable. There's a body of decentralized training research — heterogeneous low-bandwidth pre-training, FusionLLM, communication-computation overlap, delayed gradient compensation — that targets exactly this regime. But almost all of it has been validated at the 7B–70B scale. A 1T-parameter run on geographically distributed commodity hardware would be a research contribution in its own right, not just a product launch.

The honest read: Teutonic is taking on a research-grade engineering challenge with a marketing-grade deadline. Either it works and becomes the credibility event the entire dTAO ecosystem needs, or it stalls publicly during the SEC's most attentive review window.

The decentralized AI training landscape Teutonic must survive

Teutonic isn't the only project trying to claim the "credible decentralized 1T-param" milestone in 2026. The competitive map is filling out fast:

  • Gensyn launched its mainnet on April 22, 2026 — the same day this article goes out — pairing the launch with Delphi Markets, an AI-driven matching layer for compute jobs. By close of day Gensyn was reporting hashrate equivalent to 5,000+ NVIDIA H100s. Where Bittensor sells permissionless coordination plus a token-incentive flywheel, Gensyn is positioning as a verifiable AI compute marketplace with cryptographic proofs of correct execution.
  • Ritual has gone in the opposite direction, leaning into inference rather than training. Its Infernet technology lets any smart contract request an AI output and receive cryptographic proof that the specified model was used unmodified. That's the "verifiable AI in DeFi" thesis, not the "train frontier models from scratch" thesis.
  • Ambient and Origins Network are making adjacent bets — different incentive designs, different verification strategies, similar long-term goal of breaking centralized labs' monopoly on frontier training.

These projects don't directly compete on the same milestone, but they all compete for the same finite pool of attention and capital. If Gensyn's mainnet captures the "decentralized AI is here" narrative through commercial workloads, Teutonic's May training run becomes a referendum on whether Bittensor's specific approach — subnet competition plus token-weighted incentives — is the right architecture or the first iteration that gets surpassed.

Why this matters beyond TAO

Three things are getting tested simultaneously over the next four to six weeks:

Whether decentralized training scales. If Teutonic succeeds, the "Bitcoin of decentralized AI compute" thesis survives. If it fails, the Covenant exit reads as the moment subnet-based training peaked — a 72B ceiling rather than a 72B foundation.

Whether the Conviction Mechanism is the right governance fix. Locking in subnet operators prevents another Covenant-style dump but creates a new failure mode where long-term lockers can entrench. Bitcoin Core's distributed maintainer model, Solana Labs' continued centralized core development, and Sui's Mysten Labs concentration are three different answers to the same question — whether protocol complexity demands a strong central maintainer the community must trust. Bittensor is now running its own version of that experiment in real time.

Whether the ETF window forces decentralized AI to ship on TradFi's calendar. The SEC's August decision window is a hard deadline for a narrative that wants to be "DeepSeek moment" rather than "interesting research project." That's a healthy forcing function or a recipe for over-promising — depending on what gets shipped.

For builders watching from the infrastructure side, the underlying signal is simpler: AI agents and decentralized training networks are about to generate a new tier of on-chain query load — model registry lookups, attestation proofs, gradient checkpoint hashes, subnet performance data — that doesn't fit neatly into the human-facing dApp pattern existing RPC infrastructure was built for.

BlockEden.xyz provides enterprise-grade RPC and indexing infrastructure across 27+ chains for teams building the AI-meets-crypto stack. Explore our API marketplace to build on rails designed for both human and machine traffic.

Sources

Bittensor's Conviction Test: Can Locked TAO Save Decentralized AI After the Covenant Shock?

· 9 min read
Dora Noda
Software Engineer

On March 10, 2026, a network of roughly 70 strangers scattered across the open internet finished training a 72-billion-parameter language model that beat LLaMA-2-70B on MMLU. Six weeks later, the same network was trying to stop itself from falling apart.

That whiplash — from a historic technical milestone to a full-blown governance crisis — is the story of Bittensor in 2026. And the fix on the table, a strange new primitive called the Conviction Mechanism, may be the most important governance experiment in crypto-AI this year.

Aethir's $344M Strategic Compute Reserve: The Moment DePIN Grew Up

· 7 min read
Dora Noda
Software Engineer

For most of crypto's history, "decentralized infrastructure" has been a phrase venture decks used to dress up what was really just subsidized token mining with extra steps. You plugged in idle hardware, collected inflationary rewards, and hoped demand would eventually catch up with supply. It usually didn't.

That story changed this quarter. Aethir closed a $344 million Strategic Compute Reserve backed by a NASDAQ-listed digital asset treasury — the largest enterprise-scale commitment ever made to a decentralized GPU network. It's not a grant. It's not a token swap. It's institutional capital underwriting compute capacity that enterprises actually consume. And it may be the clearest signal yet that DePIN has crossed from crypto-native curiosity to a legitimate procurement channel competing directly with AWS, Azure, and GCP.

DePIN's Revenue Pivot: From Token Subsidies to Real AI Compute Revenue

· 8 min read
Dora Noda
Software Engineer

For years, decentralized physical infrastructure networks ran on a simple bargain: contribute hardware, earn tokens. The model bootstrapped supply but never answered the question that mattered most — who is actually paying for this infrastructure? In Q1 2026, that question finally has an answer, and it is reshaping the entire DePIN sector.

Leading networks like Akash, Render, and io.net are now generating real revenue from enterprise customers buying AI compute, storage, and inference capacity. The transition from token-subsidized growth to demand-driven revenue marks a structural inflection point — one that separates sustainable infrastructure businesses from projects that will quietly fade as emissions decline.