Pearl's 'useful work' blockchain produces no useful AI inference but grabs GPUs anyway; its miner release coincides with a 38% jump in budget GPU rental prices and utilization spiking from 57% to 94%, squeezing out research users.
Pearl, a Layer-1 blockchain with high-profile AI industry endorsements, markets its Proof-of-Useful-Work (PoUW) protocol as simultaneously securing the network and performing AI inference. We present the first systematic empirical measurement of a deployed PoUW system, finding that Pearl's 24 EH/s network -- representing approximately 320,000 GPU-equivalents consuming an estimated 112 MW -- produces zero useful AI computation. Budget GPU rental prices rose 38% and utilization surged from 57% to 94% following the mining software's public release, displacing legitimate research workloads. Our measurements span five dimensions: (1) network composition analysis of 8,012 workers shows all have inference-capable hardware, yet the dominant mining software contains no inference code; (2) the verification protocol accepts random matrices by design, confirmed by 44 pool-accepted shares from our open-source miner across NVIDIA, AMD, CPU, and Apple Silicon hardware; (3) statistical distribution checks are trivially defeated by adversarial Gaussian sampling; (4) mining is unprofitable at current PRL prices ($0.21) across all GPU tiers (-54% to -72% ROI); and (5) the mining computation is commodity integer arithmetic portable to any hardware platform, offering no vendor lock-in. These findings quantify the verifiability-usefulness tension identified theoretically by Leinweber et al., providing concrete measurements of its magnitude and economic consequences in a deployed system.
Summary
Main Finding
Pearl’s deployed Proof-of-Useful-Work (cuPOW) network is producing essentially zero useful AI computation in practice. Although Pearl markets mining as “simultaneously securing the network and performing AI inference,” empirical measurements show miners almost exclusively run random/noised integer GEMM workloads that pass verification but do not originate from AI models. This behavior displaced budget GPUs (raising rental prices and utilization) while mining remained economically unprofitable at prevailing PRL prices.
Key Points
- Zero useful inference observed: The dominant mining software and runtime signatures indicate no AI model loading or inference; miners generate matrices from random seeds and produce verifiable GEMM proofs.
- Network scale and footprint: Pearl reported ~24 EH/s (author estimate ≈320,000 GPU-equivalents, ~112 MW).
- Pool and cross-hardware confirmation: 44 pool-accepted shares were produced and credited using the author’s open-source miner across NVIDIA, AMD (MI300X), CPU, and Apple Silicon; mainnet runs of the closed alpha-miner also produced accepted shares and payouts.
- Verification vs. usefulness: cuPOW verification checks correctness of the GEMM computation and matrix ranges but does not check provenance or whether matrices implement useful AI model weights. Random matrices pass verification by design.
- Statistical checks are weak: simple distribution tests (e.g., kurtosis) can distinguish naive uniform random matrices from quantized NN weights, but adversarial Gaussian sampling (clipped normal) can mimic NN-weight statistics at negligible cost and evade such checks.
- Economics — unprofitable at current token price: At PRL ≈ $0.21, mining is unprofitable across GPU tiers (author ROI estimates −54% to −72% for consumer/datacenter GPUs; measured MI300X session showed −99.7% ROI). Breakeven PRL price ranges ≈ $0.46–$0.77 depending on GPU.
- Market externality: After public release of mining software, budget GPU rental prices on vast.ai rose ~38% and utilization rose from ~57% to ~94%; a difference-in-differences estimate attributes ~23 percentage points of that rise to Pearl, yielding an estimated ~$600K/year deadweight cost to GPU renters (researchers).
- Portability: The mining computation is commodity integer arithmetic (NoisyGEMM) and is portable — demonstrated working miners on NVIDIA CUDA, AMD ROCm/Triton (MI300X), CPU (EPYC), and Apple Metal (M2). This refutes claims of NVIDIA hardware exclusivity.
- Speculative participation: Given negative short-run ROI, participation appears driven by token-option/speculation dynamics (PRL volatility) rather than by capture of “useful work” value.
Data & Methods
- Data sources
- AlphaPool public API (May 30–31, 2026): 8,012 online workers (≈21% of network hashrate) used for network composition.
- GPU rental spot prices and offers on vast.ai (May 31, 2026).
- Pearl mainnet blockchain and pool payouts (author’s mining sessions).
- Closed-source alpha-miner v1.6 binary (string analysis) and runtime profiling (nvidia-smi / rocm-smi).
- Open-source miner and logs released at: https://github.com/abhinaba/pearl-usefulness-gap
- Experimental hardware & runs
- RTX 3090 (vast.ai) — primary NVIDIA tests and mainnet alpha-miner runs (~8 hours, 10,683 shares accepted, 1.2477 PRL payout).
- AMD Instinct MI300X (HotAisle) — open-source miner; 22-minute session produced 41 accepted shares and 0.01 PRL.
- AMD EPYC 7452 (CPU) and Apple M2 (Scaleway) — benchmarked miners.
- Implementations & analyses
- Built a “stripped” miner (turbo4) that executes full NoisyGEMM pipeline with uniformly random matrices; connected to pool and produced proofs passing verify_plain_proof().
- String and binary analysis of alpha-miner v1.6: no AI framework strings found; binary contains evidence of random matrix seeding.
- Runtime profiling: high compute utilization, low VRAM usage and low memory-bandwidth use consistent with GEMM mining (not inference).
- Statistical tests: compared distribution moments (mean, std, kurtosis, tail mass) for uniform random matrices, modeled quantized NN weights, and adversarial clipped Gaussian sampling; showed adversary can match key statistics cheaply.
- Economic modeling: breakeven PRL price per GPU tier, network revenue vs. estimated GPU rental cost/day, Value Destruction Ratio (VDR) metric, difference-in-differences (DID) estimate on rental-price externality.
- Key quantitative results
- 44 pool-accepted shares from author’s miner across hardware; mainnet run with alpha-miner accepted 10,683 shares → 1.2477 PRL.
- MI300X 10.6M tiles/s, 41 shares in 22 minutes (0.01 PRL), renting cost ~$0.73 for session → −99.7% ROI.
- RTX 3090 performance: ~2.85M tiles/s; measured ROI −72% at PRL $0.21.
- Breakeven PRL price p*: ~$0.46 (cheapest tiers) to ~$0.77 (higher-end tiers).
- Estimated network daily revenue ≈ $449K vs. estimated GPU rental cost/day ≈ $1.61M (revenue/cost ≈ 0.28 → network ~3.6× oversized).
- Estimated Pearl-attributable annual cost to GPU rental market ≈ $600K (DID estimate).
- Limitations stated by authors
- GPU classification by reported hashrate is approximate (thermal throttling, driver variance, concurrent workloads).
- String analysis and memory profiling infer absence of inference but cannot prove it exhaustively (obfuscation or small-model tricks could hide inference).
- DID relies on parallel-trends assumption (six months pre-treatment stability supports but does not prove it).
- Statistical detection on very large matrices could be made more sophisticated; current tests show easy evasion by adaptive miners.
Implications for AI Economics
- PoUW marketing versus measurable utility: Protocols that verify computational correctness but not provenance can be marketed as “useful” without producing useful outputs in practice. Investors, token buyers, and downstream users face information asymmetry and potentially overpay for tokens whose claimed utility is unverified.
- Externalities on AI research infrastructure: Large-scale PoUW mining can materially displace budget GPU supply, increasing rental prices and raising costs for ML researchers and startups. The paper quantifies a non-trivial annualized deadweight cost (~$600K on one rental marketplace) and shows near-full utilization spikes following miner software release.
- Incentive design matters: Economic incentives (token price volatility, miner option value) can overwhelm any small premium for producing useful work, causing miners to prefer cheaper, verifiable-but-useless inputs. PoUW protocols must align verifier guarantees with incentive-compatible mechanisms that compel useful inputs or compensate additional costs.
- Need for stronger verification standards: Simple statistical checks are insufficient against adaptive adversaries. To credibly claim “useful” computation, PoUW systems need stronger verifiable computing primitives (e.g., authenticated inputs, verifiable ML computation, proof systems attesting to provenance or correctness of model inference) and transparent auditing.
- Portability reduces vendor-specific lock-in: Because NoisyGEMM is hardware-agnostic integer arithmetic, mining demand can spread to any GPU/accelerator platform. This widens the market impact and reduces effectiveness of vendor-specific mitigation strategies.
- Policy and disclosure: Token issuers and endorsers should be required to disclose verifiability limits and measured VDR (or similar metrics) to allow investors and procurement actors to assess real utility. Purchasers of compute resources (cloud providers, rental marketplaces) should consider anti-mining or priority allocation policies for research use during PoUW-driven congestion.
- Implications for valuation and risk: PRL-like tokens that market PoUW utility should be treated as carrying additional technical and regulatory risk: claims about embedded useful computation can be untestable or refutable; token valuation that relies on that utility may be overstated. Investors should factor in the VDR and externality measures into valuation and risk models.
- Practical recommendations for researchers and market participants
- For PoUW designers: incorporate provenance binding (authenticated model weights/inputs), stronger on-chain verifiable ML proofs, incentive schemes that cover inference overhead, and auditing tools.
- For researchers and policy actors: monitor GPU rental markets for PoUW-driven shocks, and consider temporary caps or priority allocations to protect research computing.
- For investors and endorsers: require empirical audits (like this study) and transparent metrics (VDR) before relying on “useful work” claims in marketing or investment decisions.
Code and reproducibility - Author provides an open-source miner and evidence logs: https://github.com/abhinaba/pearl-usefulness-gap (to be public upon publication). The study combined pool observations, runtime profiling, binary string analysis, cross-hardware mining experiments, statistical distribution analysis, and economic modeling.
Concise takeaway - Pearl’s deployed cuPOW implementation validates performed GEMM computation but not usefulness; miners exploit this by running random/noised GEMMs, producing verifiable but non-useful work. This creates measurable market externalities (higher GPU rental prices and utilization) while leaving mining economically speculative, underlining the practical verifiability–usefulness tension in PoUW designs and the need for stricter verification and incentive alignment.
Assessment
Claims (10)
| Claim | Direction | Confidence | Outcome | Details |
|---|---|---|---|---|
| Pearl's 24 EH/s network -- representing approximately 320,000 GPU-equivalents consuming an estimated 112 MW -- produces zero useful AI computation. Output Quality | negative | high | usefulness of AI computation performed by the network (zero useful AI computation) |
24 EH/s; ~320,000 GPU-equivalents; ~112 MW; zero useful AI computation
0.3
|
| Network composition analysis of 8,012 workers shows all have inference-capable hardware. Automation Exposure | positive | high | presence of inference-capable hardware among network workers |
n=8012
8,012 workers all inference-capable
0.3
|
| The dominant mining software contains no inference code. Output Quality | negative | high | presence/absence of inference code in mining software |
no inference code found in dominant miner
0.18
|
| The verification protocol accepts random matrices by design, confirmed by 44 pool-accepted shares from our open-source miner across NVIDIA, AMD, CPU, and Apple Silicon hardware. Output Quality | negative | high | ability of verification protocol to accept non-useful/random computation |
n=44
44 pool-accepted shares
0.3
|
| Statistical distribution checks are trivially defeated by adversarial Gaussian sampling. Output Quality | negative | high | robustness of statistical checks to adversarial sampling |
statistical checks defeated by adversarial Gaussian sampling (demonstrated)
0.18
|
| Mining is unprofitable at current PRL prices ($0.21) across all GPU tiers (-54% to -72% ROI). Adoption Rate | negative | high | economic profitability (ROI) of mining across GPU tiers |
-54% to -72% ROI at PRL=$0.21
0.3
|
| The mining computation is commodity integer arithmetic portable to any hardware platform, offering no vendor lock-in. Adoption Rate | negative | high | hardware specificity / vendor lock-in of mining computation |
mining computation uses commodity integer arithmetic and is hardware-portable
0.18
|
| Budget GPU rental prices rose 38% following the mining software's public release. Research Productivity | negative | high | budget GPU rental price change |
38% price increase
0.3
|
| GPU utilization surged from 57% to 94% following the mining software's public release, displacing legitimate research workloads. Research Productivity | negative | high | GPU utilization (and displacement of research workloads) |
utilization increased from 57% to 94% (37 percentage points)
0.3
|
| These empirical findings quantify the verifiability-usefulness tension identified theoretically by Leinweber et al. Ai Safety And Ethics | mixed | medium | relationship between verifiability and actual usefulness of PoUW systems |
empirical quantification of the verifiability-usefulness tension (qualitative)
0.02
|