读懂「退出测试」:不依赖其他人,通往去中心化的「最后一公里」

深潮2025-07-14 tarihinde yayınlandı2025-07-14 tarihinde güncellendi

如果项目团队解散或平台失联,用户是否依然能安全地提取资产、完成交互?

撰文:imToken

本月初,在法国 EthCC 大会上,Vitalik Buterin 提出了一个听起来似乎有点危言耸听的警示性观点,「如果以太坊无法真正实现去中心化,其未来将面临生存危机」。

为此,他提出三项关键测试标准,来衡量一个协议是否具备可持续的去中心化能力:退出测试(Walk-Away Test)、内部攻击测试(Insider Attack Test)、可信计算基础测试(Trusted Base Test)。

其中,「退出测试」是最基础、也最重要的一环,直指一个核心问题:如果项目团队解散或平台失联,用户是否依然能安全地提取资产、完成交互?

01 什么是「退出测试」

通俗地说,退出测试的本质是项目是否允许用户在开发团队完全「失联」的情况下,依旧可以自助退出、提取资产、链上交互。

从这个角度理解,它更像是一个兜底条款,不强调日常功能的完整,而是在最极端的条件下,检验一个协议是否真正「去信任化」。

其实早在 2022 年,Vitalik 就在博客中批评了大部分 Rollup 的 Training Wheels(辅助轮)架构,直言其依赖中心化运维、人工干预保障安全,经常使用 L2Beat 的用户应该对此也非常熟悉,其官网首页就显示有一个相关的关键指标——Stage:

这是一个将 Rollup 分为三个去中心化阶段的评估框架,分别包含完全依赖于中心化控制的「Stage 0」、有限依赖的「Stage 1」以及完全去中心化的「Stage 2」,这也体现了 Rollup 对辅助轮人工干预的依赖程度。

🔺图源:L2Beat

其中评估 Stage 阶段最核心的指标之一,就是在没有操作员配合的情况下,用户是否可以自行完成资金提取?

这个问题,看似简单,实则是个致命的问题。

举个典型例子,对于目前主流的 Rollups 来说,虽然都有「逃生舱」等类似机制设计,但大量项目仍保留「可升级合约」甚至「超级管理员」权限,看似为应急设计,实则也是一个可能演变为潜在的风险窗口。

譬如团队可以通过多签控制逻辑合约的变更地址,哪怕表面上强调不可篡改,但只要后门存在,一旦升级合约中注入恶意逻辑,用户资产也能被合法转移。

这就意味着用户资金若遭冻结,就难以绕开项目方恢复,而真正的退出测试要求彻底消除依赖与干预路径,确保任何时候用户都能独立操作、自主掌控,即便核心团队消失或平台突然关门,用户必须仍具有完整控制权,资产不会被锁死或被第三方挟持。

简言之,退出测试正是检验一个协议能否真正去中心化的试金石,它关乎的不只是抗审查能力,而是面对极端情形时,用户是否依旧拥有资产主权。

02 去中心化的尽头是「退出能力」

为什么 BTC 和 ETH 是新用户和机构入场的首选。

因为即便没有中本聪和 Vitalik,比特币和以太坊依旧可以顺利运转,所以客观来说,对于增量用户或机构玩家而言,最核心的 Web3 入场决策考量无外乎也是「我的钱能随时拿走吗?」

退出测试就是这个问题的直接回答,这是区块链实现去中心化的「最后一公里」,也是「Not your keys,not your coins」这一理念的实践检验。

毕竟如果用户必须依赖某个前端界面、某支开发团队,才能取出资产或进行交互,那本质上就仍是中心化信托关系,而真正通过退出测试的协议,哪怕所有节点下线、所有运营人员跑路,用户依然可以借助链上工具和第三方前端,自主完成操作。

这不仅是技术问题,更是对 Web3 理念的贯彻。

也正因此,Vitalik 才多次强调,许多看似去中心化的 DeFi 或 L2 项目,实则藏有升级键、后门逻辑、冻结机制等中心化通道,这些机制一旦滥用,用户资产将完全受制于人。

退出测试正是检验这些机制是否存在,并要求彻底剥除它们。只有当用户的退出路径不依赖任何一方时,这个协议才真正值得信任。

03「退出测试」,去中心化走向现实的分水岭

而且如果我们换个角度理解,其实会发现「退出测试」虽然是作为以太坊尤其是 Rollup 安全设计的核心评判标准,但其实在 Web3 的其他领域早已有广泛实践:

以钱包为例,作为资产管理的核心工具,必须具备高度的安全性与透明性,这包括助记词和私钥生成的随机性(真随机数生成器)、固件安全开源等关键因素,而主流 Web3 钱包也几乎全部允许导出私钥 / 助记词,用户可以轻松迁移资产至任意钱包软件或硬件设备中。

可以说,这就是一种天然的「退出设计」:用户不需要信任钱包公司本身,就能永远控制自己的资金,让用户不再只是 Web3 产品服务的「体验者」,而是真正拥有资产主权的「所有人」。

从这个角度看,Vitalik 此次提出的三项核心测试,实际上是一个完整闭环:

  • 退出测试:确保用户可以在项目停止运营后自我救赎。

  • 内部攻击测试:系统是否能抵御开发者内部作恶或协同攻击。

  • 可信计算基测试:用户需要信任的代码量是否足够少、是否可审计;

这三项测试共同构成了以太坊长期可持续发展的去中心化「基础框架」,真正做到「Don『t Trust, Verify」。

说白了,Web3 世界,无需信任的「信任」,本质上就是源于可验证性,只有通过透明的数学和算法,让用户随时可以「Verify」来感到放心,不用担心项目团队的道德操守等外在因素。

🔺图源:CoinDesk

正如 Vitalik 最后所说:

「如果我们做不到这一点,那以太坊终将沦为一代人的时代记忆,像许多曾短暂辉煌却最终归于平庸的事物一样,被历史所遗忘」。

İlgili Okumalar

Breaking News: DeepSeek Announces All-Day Off-Peak Pricing on Weekends, Making Weekend Work More Cost-Effective?

DeepSeek has announced a significant change to its API pricing model, effective August 23. The new policy removes peak/off-peak distinctions on weekends (Saturdays and Sundays), charging the lower off-peak rate for the entire two-day period. This adjustment has sparked mixed reactions within the developer and professional communities. For developers and businesses heavily reliant on DeepSeek's V4-Flash and V4-Pro APIs, this is welcome news. It allows them to schedule bulk processing tasks on weekends without the higher peak-hour costs, potentially halving their API bills for such workloads. Some users have celebrated the move for making weekend work more cost-effective. However, the announcement has also raised concerns among employees. There is apprehension that companies, particularly in cost-sensitive sectors like AI-powered short drama production, might reorganize work schedules to align with these new cost incentives. Instances are already emerging where teams schedule high-token tasks during cheaper nighttime hours or adjust staff shifts. This has led to worries about a potential shift towards weekend workdays and weekday time-off, prioritizing cost savings over traditional work-life balance. Debate has ensued regarding the practicality of such schedule changes, with questions about increased communication overhead and overall efficiency. Speculation about DeepSeek's motives for the change includes theories that peak pricing correlates with internal model training schedules, though others counter that training is largely automated. The new pricing structure is now in effect, prompting users to reconsider their task scheduling strategies.

marsbit18 dk önce

Breaking News: DeepSeek Announces All-Day Off-Peak Pricing on Weekends, Making Weekend Work More Cost-Effective?

marsbit18 dk önce

Just Now, The World's First Human vs. Robot Tennis Match Begins, Robot's Desperate Save Leaves Zheng Jie Astonished

Just now, the world's first human vs. robot tennis match began, featuring stunning robotic saves that left tennis star Zheng Jie in awe. This historic event, part of the second World Humanoid Robot Games and broadcast live globally by China Media Group, marked a pivotal moment in Chinese technological innovation and embodied artificial intelligence. The match featured both mixed human-robot doubles and a groundbreaking singles match between Zheng Jie and the "Galaxy Xingzai" humanoid robot developed by Galaxy General. The robot demonstrated impressive skills including serving, forehands, backhands, and strategic court movement, with serves exceeding 100 km/h. It exhibited remarkable adaptability, recovering from a fall to continue play and handling slices and spins. The doubles match highlighted its ability to coordinate dynamically with a human partner. The event's significance extends far beyond a novelty match. Tennis represents an ultimate pressure test for embodied AI, demanding real-time integration of perception, decision-making, full-body motion control, and live博弈 within fractions of a second—a stark contrast to the discrete, contemplative environment of board games like Go mastered by AlphaGo. It directly confronts Moravec's paradox, showcasing AI's move from digital cognition to physical execution. This capability is powered by Galaxy General's proprietary "Galaxy Star Brain" (AstraBrain) model. Its key innovation is a unified architecture that integrates high-level task understanding/tactical decision-making ("brain") and dynamic whole-body motion control ("cerebellum") into a single model, eliminating latency and information loss between separate modules. The model was trained using a two-step process via the "Galaxy Star Workshop" platform. First, it learned foundational movement priors from "imperfect" human motion data (both amateur and professional). Second, it underwent massive-scale evolution in a virtual tennis simulator where multiple AI agents played millions of games against each other. Through this adversarial training, skills like极限救球and recovery from falls emerged autonomously without explicit programming, before being transferred to the physical robot. This "AstraTennis" moment symbolizes a major leap: a decade after AlphaGo conquered the digital world, embodied AI from China has now demonstrated it can operate under the extreme, unpredictable physical pressures of real-world competition.

marsbit18 dk önce

Just Now, The World's First Human vs. Robot Tennis Match Begins, Robot's Desperate Save Leaves Zheng Jie Astonished

marsbit18 dk önce

The Biggest Dark Horse in AI Payments Might Be Coinbase Giving Agents a Wallet

In the AI payments race, while most focus on traditional giants like Visa or AI platforms like OpenAI, Coinbase has quietly emerged as a key player. Data from 2026 shows over 90% of on-chain Agent transactions occur on Coinbase's Base network, with 99% settled in USDC and over 97% using the x402 protocol. Coinbase's pivotal move was launching "Agentic Wallets" in February 2026—a dedicated wallet infrastructure giving AI Agents their own financial identity. Unlike Visa or Stripe, which connect Agents to existing payment rails, Coinbase provides Agents with autonomous wallets to hold assets (like stablecoins), initiate transfers, and execute transactions under predefined rules. This solves core issues for machine-to-machine payments: high credit card fees for micropayments, the need for constant human authorization, and unclear transaction attribution. Coinbase's strength lies in its closed-loop ecosystem: the Base blockchain (low-cost, high-throughput), the x402 payment protocol, Agentic Wallets, and native assets like USDC. This integrated stack, built through years of infrastructure investment, positioned Coinbase to capture early Agent payment demand as the AI economy surged. The key insight is that AI payment adoption may depend less on whose standard wins and more on whose usable infrastructure is ready first. While debates over protocols and payment rails continue, real Agent transactions are already flowing—primarily through Coinbase's ecosystem. It may not be the ultimate winner, but for now, it's the frontrunner by being prepared.

marsbit1 saat önce

The Biggest Dark Horse in AI Payments Might Be Coinbase Giving Agents a Wallet

marsbit1 saat önce

Dialogue with Bitwise CIO: Bitcoin May Be Near Bottom, Who Will Drive the Next Rally?

In a recent podcast, Bitwise CIO Matt Hougan analyzed Bitcoin's current market cycle, suggesting it is near a bottom characterized by low volatility and investor indifference. He believes the next major price surge will be driven primarily by wealth management platforms, financial advisors, and family offices, who control trillions in assets and are now gaining access to Bitcoin ETFs. Hougan views Bitcoin as a long-dated, out-of-the-money call option on it becoming a global reserve asset. Its value increases with global monetary system volatility, making it a natural hedge against currency disorder. He outlined Bitcoin's adoption path: first as a global digital store of value (competing with gold), and potentially later as a check against fiat currency abuse by sovereign states. Addressing the muted price action despite institutional ETF inflows, Hougan explained that significant selling by long-term retail holders has offset buying pressure. However, he is optimistic as data shows retail selling has subsided, which, combined with continued institutional inflows, could propel prices higher. Hougan downplayed the future impact of Federal Reserve interest rates and MicroStrategy's actions on Bitcoin's price, arguing they are becoming less relevant. Instead, he pointed to runaway U.S. fiscal deficits and debt as the core long-term drivers. Finally, he discussed the transformative potential of asset tokenization, predicting all traditional assets will eventually trade 24/7 on blockchains. This will merge traditional and crypto markets, increasing efficiency but also introducing crypto-like features such as overnight volatility and easier access to leverage into traditional finance.

marsbit1 saat önce

Dialogue with Bitwise CIO: Bitcoin May Be Near Bottom, Who Will Drive the Next Rally?

marsbit1 saat önce

Dalio Warns of U.S. Bond Supply-Demand Imbalance: Gold and Bitcoin Could Become Hedge Assets in Debt Crisis

Ray Dalio warns of an unsustainable imbalance in US Treasury supply and demand, drawing parallels to the mechanisms of a "big debt cycle" described in his book. Key recent developments include Japan selling US bonds to support the yen, rising US long-term yields amid weak demand, and limited Treasury buybacks. Dalio explains that when debt service burdens become too large relative to income, and bond supply outstrips market demand, a crisis point approaches. Typically, central banks then print money to buy bonds, leading to currency devaluation and inflation. He simplifies the US government's position: with ~$5.5T in revenue, ~$7.5T in spending, a $2T deficit, and $32T in debt, annual debt service is roughly $1T in interest plus ~$10T in maturing principal needing refinancing. Without change, he estimates a potential debt crisis in roughly three years, give or take two. Dalio proposes a "3% three-part solution" to reduce the deficit to 3% of GDP through balanced spending cuts, tax increases, and naturally lower interest rates. He warns that Japan's high debt, often cited as sustainable, has led to poor bond returns and significant currency losses versus gold and the dollar. In response to questions, Dalio states that all reserve currencies eventually decline via this debt cycle mechanism. He advises investors to diversify globally, favor countries with strong finances and stable politics, underweight bonds, overweight gold, and allocate a small portion (e.g., 10-15%) to Bitcoin as hedges against government-created currency devaluation.

marsbit1 saat önce

Dalio Warns of U.S. Bond Supply-Demand Imbalance: Gold and Bitcoin Could Become Hedge Assets in Debt Crisis

marsbit1 saat önce

İşlemler

Spot
活动图片