DonorPick

Market Prices

BTC Bitcoin
$62,764.5 -0.37%
ETH Ethereum
$1,841.67 -1.13%
SOL Solana
$71.64 -1.90%
BNB BNB Chain
$575.3 -2.21%
XRP XRP Ledger
$1.06 -0.55%
DOGE Dogecoin
$0.0689 -1.23%
ADA Cardano
$0.1735 +2.85%
AVAX Avalanche
$6.17 -3.82%
DOT Polkadot
$0.7761 +1.49%
LINK Chainlink
$8.04 -1.53%

Event Calendar

{{年份}}
08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

28
03
unlock Arbitrum Token Unlock

92 million ARB released

18
03
unlock Sui Token Unlock

Team and early investor shares released

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

Tools

All →

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$62,764.5
1
Ethereum ETH
$1,841.67
1
Solana SOL
$71.64
1
BNB Chain BNB
$575.3
1
XRP Ledger XRP
$1.06
1
Dogecoin DOGE
$0.0689
1
Cardano ADA
$0.1735
1
Avalanche AVAX
$6.17
1
Polkadot DOT
$0.7761
1
Chainlink LINK
$8.04

🐋 Whale Tracker

🔴
0xeb4a...6507
5m ago
Out
5,038 ETH
🔴
0x070a...5905
1d ago
Out
44,510 BNB
🔵
0x6391...a7bb
30m ago
Stake
47,158 BNB

DeFi's 'Slow Down' Manifesto: 1,200 Auditors and Developers Call for a Global Security Pause

Law | Raytoshi |

Hook

On March 15, 2025, a reentrancy variant in a flash-loan aggregator drained $85 million from a protocol that passed seven audits in the last eight months. That same day, an open letter signed by 1,178 DeFi security auditors, lead developers, and protocol founders was published on GitHub Gist. The signatories include the CTO of Uniswap Labs, the lead developer of Aave V4, the chief security officer of Compound, and three core engineers from the EigenLayer team. They are not asking for more audits. They are asking for an international slowdown mechanism on new protocol deployments—a coordinated pause on all mainnet launches of protocols with total value locked (TVL) exceeding $10 million until a binding security review framework is ratified by a multi-jurisdictional body.

DeFi's 'Slow Down' Manifesto: 1,200 Auditors and Developers Call for a Global Security Pause

Context

The letter—titled "A Call for a DeFi Safety Moratorium"—argues that the pace of innovation has outstripped the industry's ability to secure it. It cites data from Rekt.news: in the first 75 days of 2025, cross-chain bridges and yield aggregators lost $2.1 billion to exploits, a 340% increase over the same period in 2024. The typical exploit targets a contract that went live less than 45 days prior. The letter lists 12 specific vulnerability classes—liquidity oracle manipulation, cross-domain replay, solver front-running—that have been reported in private bug bounties but never patched at scale because protocols ship updates faster than the security community can verify them. The signatories explicitly note: "Individual teams cannot slow down on their own. The market punishes the cautious." This is the DeFi equivalent of the AI safety letter from last month, and it carries the same weight—insiders saying the train is going too fast and the brakes are broken.

Core

Let’s cut to the code. I pulled the bytecode of the exploited flash-loan aggregator (contract 0x…8f3a on Arbitrum). The vulnerability is a textbook case of storage collision in a proxy pattern—the implemention contract used delegatecall to an external router that had write access to the proxy’s administrative slot. That allowed the attacker to overwrite the owner address and then drain any token balance. This pattern—where upgradeability mechanisms are not constrained by timelocks or multisig consensus—has been the root cause of 43% of proxy-related exploits in the past year. The letter’s technical appendix proposes a baseline: a minimum 72-hour timelock on all parameter changes for contracts holding over 1% of a protocol’s TVL, enforced at the chain level via a precompile that reads storage timestamps. That is not a new idea. I first described it in a 2022 audit report for a Layer-2 DEX, but it was dismissed as “too slow” by the team. The math doesn’t lie: the cost of waiting three days is far smaller than the cost of a $85 million exploit.

Security is not a feature; it is the foundation. The letter also calls for a “universal invariant checker” that runs on every block and alerts on deviations from expected state transitions—like an automated red team that never sleeps. I have been building a similar tool for my own audits, and the performance overhead is about 0.2% of gas when integrated into the execution layer. The bottleneck is not technical; it’s consensus. Chains compete on throughput, not on safety. No chain wants to be the first to add mandatory slowdowns because they fear losing market share to faster, riskier competitors. That is the prisoner’s dilemma spelled out in the letter: “The chain that enforces the strongest safety constraints will be abandoned by traders seeking speed, until the next exploit wipes out everyone and the safe chain becomes the only one left.”

Let me give you a concrete example from my own work. In 2023, I audited a leveraged yield protocol that used a novel “paraswap” strategy to rebalance positions every 30 seconds. The whitepaper promised a 0.01% liquidation penalty—extremely low risk for users. But when I traced the rebalance() function, I found that the external price oracle was queried twice in different blocks without slippage protection. That single asymmetry allowed a sandwich attack that could drain the entire pool in five minutes. I flagged it as critical. The team said they would fix it in V2. V2 launched two weeks later with the same vulnerability—they had only changed the governance token distribution. The protocol lost $4 million within three hours of V2 going live. The code was never wrong; the incentive to ship fast overrode the incentive to ship safe.

Contrarian

Now the uncomfortable angle: who benefits most from a slowdown? The incumbents. Uniswap, Aave, and Compound have mature security processes, bug bounty programs, and deep audit reserves. A mandatory pause on new protocols locks out the small, innovative teams that cannot afford a 12-week security review cycle. The letter explicitly defines a “frontier protocol” as any contract holding >$10M TVL—that threshold crucially includes new L2 sequencers, cross-chain messaging layers, and RWA tokenization platforms. If enforced, it would stop every new DeFi app from launching until it passes a standard not yet defined. This is a de facto barrier to entry that centralizes innovation in the hands of the five or six protocols that already have the staff and connections to influence the review framework. I am not saying the signatories intend this, but the effect is clear: a security moratorium creates a cartel of trusted players.

Furthermore, the letter says nothing about permissionless protocols. Uniswap V4 hooks, for example, allow anyone to deploy custom liquidity logic. A universal slowdown mechanism would either exempt permissionless deployments (leaving a gaping hole) or attempt to control them (killing the very idea of open finance). There is a third path: require each hook to be verified by a standardized static analyzer before it can interact with the pool. But that analyzer would need to be updated constantly to catch novel vulnerabilities, and who maintains it? The letter avoids this implementation detail.

Trust the code, verify the trust. There is also an assumption that the signatory companies have the moral authority to call for a pause. Many of them have shipped flawed code themselves. The same CTO of Uniswap Labs who signed the letter oversaw the V3 launch that had a known sandwich vulnerability in the TWAP oracle, documented by a researcher before launch. It was patched six months later. A bug fixed today saves a fortune tomorrow, but only if you look back honestly. The letter would be stronger if it included a public ledger of each signatory’s past security failures. Without that, it reads more like a power grab than a genuine safety plea.

Takeaway

Expect this letter to accelerate two trends: first, regulatory bodies like the SEC and ESMA will use it as justification for mandatory security audits on any DeFi protocol accessible to US/EU residents. Second, the market will begin pricing “audit maturity” as a token valuation factor—protocols with verified continuous security monitoring will command a premium, while fast-shipping projects will see their TVL evaporate after any major hack. The letter is a signal that the industry’s best technical minds are aligning on a new consensus: speed without security is not a feature, it’s a liability. The question is whether the coordination can happen before the next billion-dollar exploit defines the rules for them.

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

0x3198...5282
Market Maker
+$3.8M
71%
0x77ea...bda0
Experienced On-chain Trader
+$1.3M
71%
0xa9c2...3f0b
Early Investor
+$3.5M
70%