Dudent

Market Prices

BTC Bitcoin
$62,842.6 -0.28%
ETH Ethereum
$1,845.01 -0.92%
SOL Solana
$71.8 -1.67%
BNB BNB Chain
$575.8 -2.11%
XRP XRP Ledger
$1.06 -0.46%
DOGE Dogecoin
$0.0692 -0.69%
ADA Cardano
$0.1743 +3.69%
AVAX Avalanche
$6.18 -3.62%
DOT Polkadot
$0.7770 +1.77%
LINK Chainlink
$8.06 -1.23%

Event Calendar

{{年份}}
18
03
unlock Sui Token Unlock

Team and early investor shares released

12
05
halving BCH Halving

Block reward halving event

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

Tools

All →

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$62,842.6
1
Ethereum ETH
$1,845.01
1
Solana SOL
$71.8
1
BNB Chain BNB
$575.8
1
XRP Ledger XRP
$1.06
1
Dogecoin DOGE
$0.0692
1
Cardano ADA
$0.1743
1
Avalanche AVAX
$6.18
1
Polkadot DOT
$0.7770
1
Chainlink LINK
$8.06

🐋 Whale Tracker

🔴
0xa312...ca98
2m ago
Out
2,022 ETH
🔵
0x3377...1b98
12h ago
Stake
3,024,518 USDC
🔵
0x6b3d...842a
1d ago
Stake
3,472,092 DOGE

China's AI Plan: The State-Owned DePIN That Forks Trust Itself

Policy | CryptoAlpha |

The National Development and Reform Commission published its AI Cooperation Development Action Plan last week. Reading it, I felt a strange déjà vu. The plan’s four pillars—data sharing, compute interconnection, open-source co-building, and green compliance—read like a government whitepaper for a decentralized physical infrastructure network (DePIN). But unlike any DePIN I’ve audited, this one replaces token incentives with ministerial directives and replaces cryptographic trust with regulatory compliance. The architecture of trust in a trustless system is being rewritten, and the consequences for blockchain are not theoretical.

Context

The plan aims to create a global AI infrastructure centered on China. It proposes: - High-quality multilingual corpora and trusted cross-border data spaces. - Interconnected intelligent compute facilities providing subsidized access to developing countries. - A shared open-source AI community with co-developed compliance frameworks. - Mandatory green energy standards for AI data centers.

For anyone in crypto, the language is familiar. Data spaces? That’s permissioned blockchains. Interconnected compute? That’s a compute-sharing DePIN. Open-source compliance? That’s a sovereign smart contract platform with an embedded regulator. The plan even mentions “blockchain” in its hidden signals—distributed compute markets for AI training. But the execution architecture is fundamentally different: centralized coordination, state ownership of data pipelines, and a legal rather than cryptographic enforcement layer.

Where logic meets chaos in immutable code: The plan wants to build a trust machine, but its logic depends on political alignment, not mathematical proofs.

Core: The Architecture of a Nationalized DePIN

Let me dissect the compute pillar. The plan calls for “interconnection of intelligent compute facilities” to form a unified national compute network. Technically, this requires a scheduler that can route training jobs across heterogeneous GPU clusters—some powered by domestic chips (Huawei Ascend, Cambricon), some by legacy NVIDIA hardware. From my experience designing cross-chain swap protocols for AI agents, I know that heterogeneous resource orchestration at this scale is a nightmare without a shared state layer. What’s the shared state here? Not a blockchain. It’s the NDRC’s central planning committee. Every job allocation, every data transfer across provincial borders, will be approved by an administrative process, not a smart contract.

China's AI Plan: The State-Owned DePIN That Forks Trust Itself

The plan also mandates “trusted data spaces” for cross-border data flow. This is the permissioned blockchain approach: a consortium of approved entities that can read and write to a shared ledger. But here the consensus mechanism is not proof-of-stake or proof-of-work; it’s proof-of-license. Only state-sanctioned organizations can validate. The ledger itself is likely a centralized database with cryptographic auditing—a private fork of enterprise blockchain fabric. The trust model is: trust the government, not the code.

Now the yield math. The plan promises “affordable compute services” for developing countries. That means prices below market rates. Who subsidizes? Chinese taxpayers. As a DePIN, this is unsustainable without inflation of subsidies—similar to how many L2s bleed money on proving costs during low-fee markets. The plan’s economics are opaque: no token, no demand-side fee market, just administrative pricing. Where logic meets chaos in immutable code: Without a price discovery mechanism, supply and demand will be mismatched, leading to either wasted compute or queued access controlled by bureaucrats.

China's AI Plan: The State-Owned DePIN That Forks Trust Itself

I built a quick Python simulation to model this. Assume total compute capacity C = 1 million GPU-hours per month. Subsidized price P = $1/hour. Market price for comparable decentralized compute (like Akash) = $3/hour. Demand at $1 is 2 million hours, at $3 is 500k hours. Subsidy cost per month = (2M - C) * ($3 - $1) = $2 million. In a decentralized market, the price would rise to clear demand. Here, the state caps price and rations supply. That’s not a market—it’s a command economy with GPUs.

Contrarian: The Hidden Fork of Trust

The plan’s stated goal is “cooperative development” and “inclusive AI.” But its architecture explicitly excludes permissionless participation. The open-source ecosystem it envisions is not the open-source we know. The “co-developed open-source compliance system” means any model released under this framework must pass China’s content censorship (the Generative AI Interim Measures). That’s a smart contract with a built-in firewall—like a Uniswap fork that only allows trades approved by a centralized oracle. From my 2021 BAYC metadata forensics, I learned that “decentralized” marketing often hides centralized control points. Here, the control point is explicit: the regulatory layer.

This creates a multi-chain world for AI. The China-aligned chain (let’s call it AI-Chain) uses Chinese law as its consensus protocol. The international chain uses open-source licenses and community governance. The two are incompatible. Any project that tries to bridge them—for example, using the China compute network to train a model for global release—must fork the legal layer. This is the same tension we see in blockchain: you can’t be permissioned and permissionless at the same time. The architecture of trust in a trustless system becomes an either/or.

China's AI Plan: The State-Owned DePIN That Forks Trust Itself

Where logic meets chaos in immutable code: The plan’s logic is internally consistent—for a centrally planned AI economy. But it ignores that trust, once permissioned, becomes political leverage. The data spaces will become soverign data vaults, accessible only to those who comply with both technical and ideological standards.

Takeaway

This plan will accelerate the creation of a state-sanctioned blockchain infrastructure for AI—a BSN 2.0 with GPUs. For crypto-native DePIN and data markets, the challenge is not competition but coexistence. We will see parallel ecosystems: one built on tokens and cryptography, one built on permits and legal contracts. The real opportunity is not to fight this fork but to build bridges that allow data and compute to flow between them—with cryptographic proofs of compliance that satisfy both regulators and validators. The question is: can we design a trust machine that respects both code and law? Or are we building a world where trust splits along political lines, and every cross-chain transaction becomes a geopolitical negotiation?

Fear & Greed

27

Fear

Market Sentiment

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

💡 Smart Money

0xb2a5...4ee2
Institutional Custody
+$1.0M
67%
0x279c...283b
Institutional Custody
+$1.5M
86%
0x3419...1a5a
Early Investor
-$2.8M
92%