BeChain

Market Prices

BTC Bitcoin
$79,720.4 -0.30%
ETH Ethereum
$2,484.34 +0.70%
SOL Solana
$106.19 +2.91%
BNB BNB Chain
$747.7 -3.21%
XRP XRP Ledger
$1.41 -0.02%
DOGE Dogecoin
$0.0892 +1.97%
ADA Cardano
$0.2188 +0.41%
AVAX Avalanche
$7.64 +1.39%
DOT Polkadot
$0.9672 +6.38%
LINK Chainlink
$12.35 +3.66%

Event Calendar

{{年份}}
10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

12
05
halving BCH Halving

Block reward halving event

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$79,720.4
1
Ethereum ETH
$2,484.34
1
Solana SOL
$106.19
1
BNB Chain BNB
$747.7
1
XRP Ledger XRP
$1.41
1
Dogecoin DOGE
$0.0892
1
Cardano ADA
$0.2188
1
Avalanche AVAX
$7.64
1
Polkadot DOT
$0.9672
1
Chainlink LINK
$12.35

🐋 Whale Tracker

🟢
0x9346...45d6
1d ago
In
5,009 ETH
🔵
0x827f...9db8
6h ago
Stake
664,701 USDT
🟢
0x9324...b92e
12h ago
In
3,397.91 BTC
Web3

The Ninth Circuit Ruled AI Agents Are Not People. But Smart Contracts Are Not People Either.

0xNeo

The Ninth Circuit just ruled that an AI agent is not a person under the Computer Fraud and Abuse Act. That sounds like a win for the entire AI industry. But if you're building autonomous agents on Ethereum, you should read the fine print. The court didn't give a blanket exemption. It drew a razor-thin line between a user-directed tool and an autonomous entity. And in the world of blockchain, where smart contracts are designed to run without human intervention, that line cuts deep.

Context: The Perplexity Precedent

Amazon sued Perplexity AI, arguing that the AI-powered shopping assistant violated CFAA and California's CDAFA by accessing Amazon's servers without authorization. Perplexity's architecture was key: the AI agent ran as a browser extension on the user's machine, and the user's browser initiated all requests. Perplexity's servers never directly communicated with Amazon's infrastructure. The court dismissed the CFAA claims, holding that the AI agent is a tool, not a legal person. The user is the one who accesses the platform. This aligns with the Supreme Court's narrowing of CFAA in Van Buren, and it's consistent with the EFF's amicus brief that argued against criminalizing everyday digital behavior.

But here's the hidden twist: the court explicitly distinguished this case from Facebook v. Power Ventures, where a server-to-server scraping bot was found to violate CFAA. The distinction? The agent's architecture. If the AI agent's backend makes direct requests to the target platform, the liability may shift back to the developer. For blockchain projects, this distinction is everything.

Core: The Autonomous Agent Blind Spot

Based on my audit experience of DeFi protocols over the past four years, I've seen a pattern: teams deploy smart contracts that act as autonomous agents—arbitrage bots, data scrapers, oracles, social media aggregators. These contracts are triggered by events, not by explicit user instructions. The court's framework does not protect them. The ruling says: "User-directed agents benefit from a safe harbor; autonomous agents remain in legal uncertainty."

Let's break this down with a concrete example. Suppose you build an on-chain trading bot that monitors Uniswap pools and executes trades when certain conditions are met. The bot is a smart contract—it has no human user at the moment of execution. It's an autonomous agent. If that bot accesses a centralized exchange API to check prices, the court's logic would treat the bot as a tool, but whose tool? The developer deployed it, but the developer didn't initiate each access. The user who funded the bot? They might not have given specific instructions for each call. The court warned that "if the agent's actions cannot be traced to a specific user intent, this ruling does not apply." That places autonomous agents squarely in the gray zone.

I've audited protocols where the smart contract interacts with external APIs via oracles. The typical design is a keeper network that triggers the contract. The contract itself doesn't have a user session. Under this ruling, the developer could be sued for CFAA violations if the contract's access is deemed unauthorized. The safe harbor only applies when each access is the result of a user's deliberate action. In blockchain, we often prioritize automation over user intent—that's the whole point of smart contracts. But legally, that's a vulnerability.

The User Intent Audit Trail

The court emphasized that "the user's instructions must be documented and auditable." This is a compliance signal for AI agent developers. For blockchain projects, it means we need to embed user intent records on-chain. Imagine a scraping oracle that requires a user to sign a message before each request. That's impractical for high-frequency trading. But the alternative is legal exposure.

I've been tracking the convergence of AI agents and decentralized identity (DID). The ruling adds urgency to this trend. If we can tie every agent action to a verifiable credential, we can prove user intent. But that's a design choice that most protocols haven't made. The default is to have a single admin key that controls the bot. That key is a user, but the court might ask: did the key holder authorize each specific access? Probably not.

The Ninth Circuit Ruled AI Agents Are Not People. But Smart Contracts Are Not People Either.

Constructive Pessimism: The Real Threat Isn't CFAA

This ruling is a short-term win, but it's a trap. Platforms like Amazon, Meta, and Google will not give up. They will adapt. They'll implement stronger technical controls—IP blocks, CAPTCHA, rate limiting—that make AI agents economically unviable. They'll also sue under other theories: breach of contract, trespass to chattels, copyright infringement, or state computer crime laws. The California CDAFA is still in play, and the ruling didn't address it fully. The court only dismissed the CFAA count; the case may continue on other grounds.

For blockchain projects, the biggest risk is platform retaliation. If a DeFi protocol's bot is blocked by a centralized exchange, the protocol loses its data feed. The legal victory doesn't prevent technical blocks. And the regulatory landscape is shifting. The FTC is paying attention to AI agents' data collection. The EU AI Act imposes transparency obligations on autonomous systems. The ruling is a US federal decision, but it doesn't bind international regulators.

The Contrarian Angle: A False Sense of Security

Many crypto projects will now assume they can deploy AI agents without permission. That's a mistake. The ruling only protects user-directed agents. Most blockchain agents are not user-directed. They are autonomous by design. The court's "tool not person" logic doesn't apply when the tool acts on its own. Moreover, the ruling didn't address the issue of platform authorization. Even if the agent is a tool, the user's access might still be unauthorized if it violates the platform's terms of service. The court didn't rule on that; it only said CFAA doesn't apply. The platform can still sue for breach of contract.

I've seen this pattern before: a legal win creates a false sense of security, then the real restrictions come from technical and contractual barriers. The Ethereum Frontier taught me that code is not law—it's an imperfect approximation of human agreements. The same applies here. The court gave us a narrow path, but it's not a highway.

Takeaway: The Future of Autonomous Agents

The frontier of AI agents on blockchain will be defined by how we solve the user-intent verification problem. The protocol is cold; the evangelist is warm. We need to build systems that make every agent action traceable to a human will. That means on-chain intent logs, signed messages, and decentralized identity binding. It's a technical challenge, but it's also a philosophical one. Do we want truly autonomous agents, or do we want agents that are extensions of human curiosity? The ruling nudges us toward the latter. In the silence of the chain, we hear the future—and it sounds like a user signing a transaction.

Chasing the frontier where code meets belief. I'll be in the arena, auditing the next generation of compliant agents. The code is law, but the narrative is life. Build responsibly.

Fear & Greed

73

Greed

Market Sentiment

Gas Tracker

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

💡 Smart Money

0x4e23...d6c8
Market Maker
+$4.4M
71%
0xfe81...b8c1
Early Investor
+$1.3M
78%
0x0922...e2e3
Early Investor
-$4.1M
71%