The cost of turning matrix multiplication into a consensus proof is essentially nothing — the math runs at near-native speed.
Proof of Useful Work
and the 2-for-1 GPU.
Here is the idea in one sentence. What if mining a block and training a neural network were the same computation?
Bitcoin mining burns enormous amounts of electricity solving math puzzles that are deliberately useless — their only purpose is to be hard. A new line of research makes the puzzle useful instead. It turns matrix multiplication, the single most important operation in deep learning, into the consensus mechanism itself. The result is a GPU that earns a block reward and does real AI work in the same cycle, for almost no extra cost. For anyone who owns expensive AI hardware, that turns a cost center into a potential 2-for-1 asset.
Whyte Consolidated Research · 2026-05-19· 6 min read
The same computation does real AI work and earns a block reward at the same time. One electricity bill, two products.
The proof kernel uses Hopper-specific tensor-core instructions. Older consumer cards can't play.
Pearl Network forks Bitcoin and swaps useless hashing for useful AI math as its proof-of-work.
Stop wasting the work.
Matrix multiplication — MatMul — is the foundational math of deep learning. Every time a model is trained or run, it is, underneath, multiplying enormous grids of numbers together, billions of times over. It is also one of the most resource-intensive and expensive operations in computing, which is exactly why AI runs on costly specialized GPUs.
Traditional proof-of-work, the mechanism that secures Bitcoin, is built on a different kind of math: hashing. Miners race to find a number that produces a particular hash. The work is real — it costs real electricity — but the answer is worthless the moment it is found. The puzzle exists only to be hard. Critics have spent a decade pointing out that this burns the energy of a mid-sized country to produce nothing of independent value.
Proof of Useful Work (PoUW) asks the obvious question: why not make the puzzle something we actually need solved? If the work securing the network were also the work of training and running AI models, the same electricity would buy two things at once — a secure blockchain and useful computation.
The idea is old. Making it work, securely, is the hard part — and that is what recently changed.
Matrix math, now provable for almost free.
In the 2025 paper Proofs of Useful Work from Arbitrary Matrix Multiplication, researchers Ilan Komargodski, Itamar Schen, and Omri Weinstein — work presented at Stanford's applied-cryptography security seminar — gave the first construction of a genuinely useful proof-of-work protocol built on matrix multiplication of arbitrary matrices.
The headline result is the efficiency. Turning a MatMul computation into a cryptographic consensus proof adds only a 1 + o(1) multiplicative overhead compared to doing the matrix multiplication the naïve way. In plain terms: the security tax is asymptotically negligible. The network gets a tamper-resistant proof that the work was done correctly, and the GPU runs at essentially full AI speed while producing it.
The reason “arbitrary” matters is that it means the protocol can re-use the real matrix multiplications a network already wants performed — the actual training and inference workloads — rather than forcing miners to compute throwaway matrices. The useful work and the consensus work become the same work.
Security comes from a classical technique called random self-reduction: the verifier can spot-check a miner's claimed result against randomized queries that are cheap to verify but extremely hard to fake. That is what stops a miner from submitting a plausible-looking but incorrect matrix and collecting the reward anyway.
One bill, two products.
The revenue loop. A GPU has three states: idle, doing low-value hashing, or doing real AI work. PoUW collapses the last two into one. Instead of letting hardware sit idle between jobs — or running pure-hash mining that produces nothing — the card contributes directly to training and inference while simultaneously minting cryptocurrency. The compute you were going to pay for anyway now also pays you back.
Energy efficiency. This answers the oldest criticism of proof-of-work head-on. The electricity burned and the wear on the hardware now yield a commercially valuable output — AI compute — rather than disposable hashes. The same joules do double duty.
Decentralized AI networks.Stacked across thousands of operators, MatMul PoUW becomes a way to bootstrap a decentralized compute marketplace. By mining, an operator is effectively renting their hardware into a distributed AI cloud that compensates them natively, in the network's token, for the output their GPUs produce.
From paper to mainnet.
The theory is already being deployed. Pearl Network is a Layer-1 blockchain that forks Bitcoin and replaces SHA-256 hashing with arbitrary matrix multiplication as its proof-of-work. Mining on Pearl is produced natively from AI computation: node operators are rewarded for running verifiable MatMul proofs rather than for guessing hashes.
The catch is the hardware. Pearl's node software requires a Hopper-class GPU — compute capability 9.0, meaning Nvidia H100 or H200 — because the MatMul proof kernel relies on Hopper-specific tensor-core instructions. This is enterprise-grade silicon, the same chips hyperscalers are buying by the hundred-thousand for AI training. PoUW gives those exact chips a second revenue stream.
Solid math, real friction.
The cryptography is sound, but deploying MatMul PoUW at scale runs into two practical limits.
Hardware thresholds.Efficiently computing the cryptographic proofs needs specialized, Hopper-class tensor-core instructions — H100 or H200 territory. That leaves older and consumer-grade cards out of the loop entirely. PoUW is, for now, a game for owners of the most expensive AI hardware on the market, which both concentrates participation and ties the network's growth to GPU supply.
Verification overhead. Proving that an arbitrary matrix result is genuinely correct — and not a miner gaming the system — requires the random self-reduction machinery and strict verification protocols described in the research. That adds protocol complexity and a verification burden the network has to carry, even if the per-computation overhead on the prover side stays near 1 + o(1).
Neither is fatal. Both are the kind of friction you would expect from a primitive that is roughly a year out of the lab and into its first mainnets.
A second yield on the same concrete.
The hardware floor that makes PoUW exclusive is exactly the asset Whyte Consolidated is built around: power-secured, U.S.-located, Hopper-class datacenter capacity. The same H100 and H200 fleets that hyperscale and enterprise tenants lease for AI training are the only hardware that can run MatMul proofs at all.
That gives the underlying asset an additional dimension. A GPU campus underwritten for AI training and inference demand can, in principle, monetize idle or partially-utilized capacity through PoUW rather than letting it sit dark — turning utilization gaps into native block rewards. It does not change the core thesis; it deepens it. The constraint remains physical — power, transformers, entitled land, and enterprise silicon — and PoUW simply adds another way that the constraint translates into cash flow.
The pattern is the same one running through stablecoins, AI compute, and now consensus design: regulated, power-secured compute is becoming the shared physical layer beneath multiple digital economies at once.
The work was always there. Now it counts twice.
For a decade, proof-of-work's great weakness was that all that electricity bought nothing but security. Proof of Useful Work, built on a near-free way to make matrix multiplication itself the proof, closes that gap. The same computation that trains a model can now secure a chain and pay its operator — at an overhead the research pins at 1 + o(1).
It is early. The hardware bar is high, the verification protocols are demanding, and the first mainnets like Pearl are still proving the model in production. But the direction is clear: as AI compute gets more expensive, the pressure to make every GPU cycle earn twice will only grow. PoUW is one of the cleaner answers anyone has found — and it runs on exactly the kind of regulated, power-secured infrastructure the rest of the AI economy already depends on.
- Komargodski, Schen & Weinstein — Proofs of Useful Work from Arbitrary Matrix Multiplication (arXiv 2504.09971)
- IACR ePrint Archive 2025/685 — Proofs of Useful Work from Arbitrary Matrix Multiplication
- Stanford Applied Crypto / Security Seminar — Omri Weinstein
- Pearl Research — Proof-of-Useful-Work L1 whitepaper
- Spheron — Running a Pearl research node on H100/H200 GPU cloud
For informational purposes only. Not financial, investment, or legal advice. Protocols and tokens referenced are described for context and are not endorsements. Proof-of-Useful-Work networks are early-stage and experimental; hardware requirements, rewards, and protocol designs may change. Readers should conduct their own research and consult qualified professionals before deploying capital or hardware.