NatConsensus

Market Prices

Coin Price 24h
BTC Bitcoin
$79,707.4 -1.78%
ETH Ethereum
$2,454.43 -1.60%
SOL Solana
$101.7 -2.33%
BNB BNB Chain
$718.2 -0.48%
XRP XRP Ledger
$1.4 -3.70%
DOGE Dogecoin
$0.0847 -3.27%
ADA Cardano
$0.2108 -4.01%
AVAX Avalanche
$7.35 -2.07%
DOT Polkadot
$0.8710 -1.77%
LINK Chainlink
$11.64 -1.61%

Fear & Greed

74

Greed

Market Sentiment

Event Calendar

{{年份}}
08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

28
03
unlock Arbitrum Token Unlock

92 million ARB 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

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

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

Market Cap

All →
1
Bitcoin
BTC
$79,707.4
1
Ethereum
ETH
$2,454.43
1
Solana
SOL
$101.7
1
BNB Chain
BNB
$718.2
1
XRP Ledger
XRP
$1.4
1
Dogecoin
DOGE
$0.0847
1
Cardano
ADA
$0.2108
1
Avalanche
AVAX
$7.35
1
Polkadot
DOT
$0.8710
1
Chainlink
LINK
$11.64

🐋 Whale Tracker

🔴
0x2c03...16e2
6h ago
Out
34,805 BNB
🔴
0xd838...e4f6
3h ago
Out
2,735,624 USDT
🟢
0x18cf...db8d
3h ago
In
11,050 SOL

💡 Smart Money

0xb120...de34
Institutional Custody
+$1.1M
95%
0x7196...c3aa
Arbitrage Bot
+$3.6M
78%
0x536e...2785
Institutional Custody
+$1.1M
85%

🧮 Tools

All →
Trends

Anthropies: The Code That Strips Watermarks but Exposes a Deeper Contractual Flaw

0xPomp

In the quiet of a GitHub repository with only four stars, a tool was born that claims to do what many thought impossible: strip the invisible watermark from Anthropic's Claude outputs. But as I traced the code back to the silence of 2017—when I spent three months auditing Bancor’s Solidity contracts and found integer overflows that no one else saw—I recognized a pattern. This isn’t just a technical tool. It’s a legal grenade wrapped in an open-source license.

Charles Hoskinson, the founder of Cardano, released Anthropies on August 16, 2026, as a free, open-source utility to remove the tournament-sampling watermark that Anthropic embedded in its AI-generated text. The tool’s name is a deliberate pun: “Anthropic” + “lies”? Or “Anthropic” + “pies”? Either way, it’s a provocation. But the real story isn’t in the code—it’s in the contractual contradiction that Hoskinson has unearthed.

Context: The Watermark and the Law

Anthropic’s watermark, introduced to comply with the EU AI Act’s transparency requirements (effective August 2, 2026), uses a key-guided tournament sampling that biases the model’s word choices subtly enough to be invisible to humans but detectable by machines. The idea is noble: make AI-generated content identifiable. But Hoskinson’s argument—and his tool—turns this on its head. He points to Anthropic’s own terms of service, which state that output ownership is transferred “subject to your compliance with our Terms.” In legal jargon, this is a condition precedent: if you violate the terms (say, by stripping the watermark), you never truly owned the output. The watermark, then, isn’t a transparency feature—it’s a leash.

Core: The Technical Architecture and Its Limits

Anthropies dissects the problem into three layers. Layer 1 removes git trailers (co-authored-by signatures). Layer 2 strips C2PA metadata from images. Layer 3, the hardest, targets prose—the natural language where the watermark is most deeply embedded. The solution for prose is a “non-origin rewrite”: the tool actively detects whether the model it’s rerouting through is itself a watermarked provider (Claude, Gemini, etc.) and refuses to execute the rewrite on that same model. Instead, it routes the text through a third-party LLM that doesn’t apply watermarks—effectively replacing one AI’s output with another’s.

This is where the technical honesty begins. Hoskinson himself admits that prose is the “difficult layer.” Code, by contrast, is almost watermarked-free because syntax offers little room for statistical bias. The tool’s demo uses code snippets, which are its strongest case. Based on my own experience auditing ERC-721 implementations during the 2021 NFT craze, I know that code is structurally resistant to probabilistic watermarking—it’s like trying to hide a signal in a binary tree. The real test will be with long-form prose, and that test is still pending. The codebase has zero independent verification, no peer review, and only four stars on GitHub. We audit not to judge, but to understand, and what I understand is that this tool is a proof of concept, not a production-ready solution.

Anthropies: The Code That Strips Watermarks but Exposes a Deeper Contractual Flaw

Contrarian: The Tool’s Real Value Is Legal, Not Technical

The conventional reading is that Anthropies is a watermarks removal tool. But the contrarian angle is that its true purpose is to expose the fragility of Anthropic’s terms of service. Hoskinson’s legal argument—that the “subject to your compliance” clause makes watermarks removal a breach that voids ownership—is a clever bit of contractual interpretation. If accepted, it would mean that every Claude user who ever used the output for commercial purposes without stripping the watermark (and thus complying with the terms) might not actually own the content. This is a bomb under the entire AI-as-a-service model.

But here’s the blind spot: the tool itself may not be necessary for this argument. The legal critique stands independently of the code. The code merely provides a demonstration—and a way to force the issue. Hoskinson has chosen Apache 2.0 licensing, which grants patent protection and ensures the tool cannot be easily killed by a single legal action. Authenticity is not minted, it is verified, and in this case, the verification lies in the legal reasoning, not the technical execution.

Another contrarian insight: by focusing on code as the primary demonstration, Hoskinson may be overstating the tool’s effectiveness. Code is the easiest target; prose is the hardest. If the tool fails on prose, its narrative collapses. But the legal argument survives regardless. The tool is a Trojan horse for a larger debate about who truly owns AI-generated content.

Takeaway: The Vulnerability Forecast

The real vulnerability here isn’t in Anthropic’s watermark—it’s in the contractual architecture that underpins all AI services. Hoskinson’s intervention will likely force AI companies to revise their terms of service, making ownership transfer unconditional and explicit. In the long run, this strengthens the AI industry, not weakens it. But in the short term, it creates a wave of anxiety and a potential PR crisis for Anthropic, which is reportedly preparing for a $2 trillion valuation IPO.

Solitude clarifies the signal amidst the noise, and the signal from this event is clear: the battle over AI content is shifting from technical watermarking to contractual rights. The tool may fade, but the legal precedent it sets will echo. As I wrote in my 2022 report on stablecoin failures, the most dangerous vulnerabilities are often hidden in plain sight—in the fine print, not the code. Anthropies is a reminder that in the race to regulate AI, the law is the most powerful tool of all.