解析Celo的L2路线图,为什么是选择Celestia而不是以太坊?

DeFi之道Опубліковано о 2022-04-07Востаннє оновлено о 2022-04-07

Анотація

Celo 是一个与 EVM 兼容的权益证明(PoS)L1 区块链网络,其创新特色是电话身份系统(简称为 PIS)和 Plumo 超轻客户端技术。

​​最近,随着知名稳定币公链 Celo 提出转向 Celestia 并建立主权 Rollup 的路线图计划,笔者开始思考基于以太坊的 Rollup 和基于 Celestia 的 Rollup 到底有何不可,以及这两种选择的权衡。

以太坊

​Celo 的 Mezcal 路线图计划
Celo 是一个与 EVM 兼容的权益证明(PoS)L1 区块链网络,其创新特色是电话身份系统(简称为 PIS)和 Plumo 超轻客户端技术。
所谓电话身份系统(简称为 PIS),是使用验证器运行的服务来证明新用户可以将他们的钱包地址与他们的电话号码联系起来,这使用户能够通过电话号码就能够在彼此之间发送加密资产,从用户体验的角度来看,这更有利于用户群的扩展。
目前,Celo 唯一使用的 PIS 钱包是 Valora,由于证明服务的去中心化性质,以及它需要由独立的验证者运行,因此 Valora 的证明体验并不是很顺利。为了解决这个问题,Valora 正在转向联邦证明模型,在这种模型中,他们可以使用更中心化的方法为用户提供证明,并且要求用户信任 Valora 钱包。对于 Valora 来说,这似乎是改善用户体验的一种权衡方法,但它确实会造成整个系统的去中心化属性降低。
然后是 Plumo,Plumo 是一款超轻客户端,由于其占用空间非常小,因此可以在手机上运行。该客户端使用 zkSNARK 技术将数百天的区块压缩成一个 SNARK 证明。这允许在移动设备上更快地同步区块链客户端。
Plumo 的设计初衷是在 Valora 上运行,但目前 Valora 钱包并没有使用 Plumo 轻客户端,而是依赖第三方 RPC 节点提供者来与区块链同步。
这种情况显然是糟糕的,为了更好地专注于应用开发和推广,Celo 生态财政库组织 Ocelot 近日提出了一个名为 “Mezcal‌ “的替代路线图:
“Celo 应该成为一个 L2 生态,此外,我们认为它应该是一个与 EVM 兼容且可互操作的 L2,其专注于自己的核心任务,而不必担心 L1 共识。我们都同意的是,帮助实现这一愿景的最佳网络之一是 Celestia,Celestia 是第一个模块化区块链网络,它创建了所谓的数据可用性层,提供共识机制和交易排序,同时将执行工作分离到 L2 层。在这里,Celo 作为 L2 所需要做的,就是通过 Celestia 对与 Celo 网络相关的交易进行数据可用性采样。它甚至不需要下载整个 Celestia 区块,而只需下载与 Celo 相关的 tx。
这有助于解决很多问题:
例如,Celo 将不再承担验证者和共识问题的负担,因为它将使用 Celestia 网络来实现这种共享安全性和数据可用性方法。Celestia 作为模块化区块链为 Celo 提供了许多不同的定制,同时仍然允许 Celo 专注于其使命。而 Celo 的 核心开发人员无需再担心共识,而只需专注于改进 Celo 上的 EVM。“
​为了实现上述愿景并证明这一概念,Ocelot 计划为 Celo 建立一个名为 Mezcal 的激励和金丝雀测试网。激励性测试网的另一个主要目标是将 Celo 的副本移动到 Celestia 上作为一个 L2 Rollup 以实现这一愿景,而整个迁移过程将通过3个阶段逐步完成。
基于以太坊 VS 基于 Celestia,哪种选择更好?
而 Celo 的路线图计划,也抛给了我们一个很重要的问题,为什么 Celo 的 L2 不是基于以太坊,而是选择基于 Celestia ?(注:由于以太坊 danksharding 和 Celestia 这两个 DA 解决方案均尚未推出,因此本文并没有考虑两个方案的对比
而我们现在所熟悉的以太坊 Rollup 二层网络,例如 zksync、StarkNet、Arbitrum One、Optimism,它们的选择与 Celo 的选择,到底有哪些不同?
关于这个问题,我们先来看看业内人士是如何评论的。
前 Messari 高级分析师 Ryan Watkins:

以太坊

“Celo 计划将一个价值 30 亿美元的 L1 区块链重组为基于 Celestia 之上的主权 rollup,随着模块化基础设施的成熟,我预计会有更多的项目会选择这样做,因为他们会意识到数据可用性、共识、结算和执行不需要捆绑在一起。
区块链的拆分才刚刚开始。

​而来自 ConsenSys 的 L2 区块链工程师 faina.eth 则不认同 Ryan Watkins 的说法,其评论称:
“但如果它们没有捆绑在一起,那么 ‘rollup’ 就只是一个侧链,不是吗?这本身并没有错,但我们应该明确一下术语。”
​那么究竟哪种说法更值得认可呢?
我们先通过一张图来简单了解以太坊、Celestia 以及侧链的架构有哪些不同(注:图中的侧链没有模块化分层)。

以太坊

(注:原图出自Peter Watts,笔者扩充了侧链选项)
​目前,我们所熟悉的以太坊 Rollup 二层网络就是一个执行层,而这些项目的数据可用性、共识以及结算层都是以太坊。我们认为,这样的Rollup 二层网络,理论上将拥有接近以太坊主网的安全性(例如未来成熟的zkSync、loopring、Arbitrum、Optimism等)。
而采用 Validium、zkPorter 这类 off-chain 解决方案的二层网络,它们是以牺牲数据可用性安全保障为代价,从而扩大了二层网络的吞吐量(例如目前的Immutable X)。
而选择 Celestia 的架构目前有三种类型:

  1. 主权 Rollup:数据可用性层和共识层为 Celestia,结算层和执行层是自己的主权链;
  2. 结算 Rollup(代表项目 Cevmos):数据可用性层和共识层为 Celestia, 结算层为 Cevmos,应用链为执行层;(关于Cevmos是什么,可以看DeFi之道的这篇文章‌)
  3. Celestium: 数据可用性层为 Celestia,共识层和结算层为以太坊,应用链为执行层;(关于Celestium是什么,可以看DeFi之道的这篇文章‌)

关于主权Rollup, Celestia 创始人 Mustafa Al-Bassam 是这样评论的:
“主权 rollup 本身就是一条独立的链,就像一个 Cosmos zone 或 L1,其并不是其他结算层的‘婴儿链’或‘L2’。”
​当然,采用 Celestia 架构的应用链,与完全独立的 L1 侧链是有根本不同的,因为侧链的四个层都是其自身,因此侧链的共识安全性、数据可用性安全性以及吞吐量也是完全依赖于其自身系统。
而对于资源有限的项目方而言,建立一个完全独立的侧链可能并非是明智之举。
现在,假设我们都认同以太坊的安全性要大于 Celestia,那么考虑基于以太坊还是 Celestia,实际上的权衡点就是选择牺牲安全性来换取独立性和可扩展性,或者是选择牺牲独立性和可扩展性来换取安全性。
在选择 Celestia 的情况下,类似 Celo 这样的应用链将有权独立于任何其他链或社区进行硬分叉,这允许该链在无需许可的情况下响应黑客攻击并推动升级,这具有更好的灵活性。
而在选择以太坊的情况下,最明显的好处是遭受攻击的可能性会更小。
这两种选择似乎都有自己的道理,也都有各自更适合的应用场景,因此,在短期无法看清结果的情况下,同时支持可能会是一种好的策略。

Трендові криптовалюти

Пов'язані матеріали

Lei Jun Earns 7 Billion in One Day from CXMT's IPO? Xiaomi Executive Responds

On July 28th, Changxin Technology's stock price on the Sci-Tech Innovation Board experienced minor fluctuations. The company had made a historic market debut the previous day, becoming the first A-share stock to record a single-day trading volume exceeding 1 trillion yuan. This led to significant paper gains for its strategic investors. Among them, Xiaomi's wholly-owned subsidiary was allocated 18.24 million shares with an initial investment of approximately 158 million yuan. Reports estimated a paper profit of 717 million yuan for Xiaomi founder Lei Jun based on his shareholding structure. However, a Xiaomi executive clarified that this was a corporate investment and should not be conflated with personal wealth. Other major beneficiaries included Alibaba and Nio. Alibaba, an early investor, held nearly a 5% stake through two entities, with an estimated paper gain exceeding 160 billion yuan. Nio, participating in the strategic placement, also saw substantial paper returns. Additionally, state-owned banks and insurance institutions that invested in Changxin recorded potential gains in the hundreds of billions. Conversely, companies like Country Garden reportedly missed out on nearly 50 billion yuan in potential gains after divesting their stakes before the IPO due to liquidity pressures. The article notes that these are paper profits based on the listing price, as the allocated shares are subject to lock-up periods, and final realized gains will depend on future stock performance. An employee from Changxin Technology commented that ordinary staff remain focused on their salaries and benefits rather than the market hype.

marsbit7 хв тому

Lei Jun Earns 7 Billion in One Day from CXMT's IPO? Xiaomi Executive Responds

marsbit7 хв тому

Selling Tokens or Selling Outcomes: Several Paradoxes of the AI Business Model

"The Token vs. Outcome Sale: Key Paradoxes in the AI Business Model By mid-2026, the AI industry shows rapid growth in revenue and token usage, yet the underlying business models differ significantly. This article analyzes four structural paradoxes defining the current landscape, all pointing to the commoditization of intelligence and the concentration of profits in few segments. **The Cost Paradox: Cheaper Tokens, Heavier Bills** Despite a >95% price drop for equivalent AI capability since 2023, total spending has skyrocketed due to the Jevons Paradox: lower prices expand usage into previously uneconomical tasks. Furthermore, the shift to autonomous agents operating 24/7 multiplies consumption. However, efficiency gains often remain unrealized due to unchanged organizational workflows (the Solow Paradox). The focus is shifting from optimizing token price to optimizing the task itself. **The Hierarchy Paradox: The App is King vs. The App is Dead** While conventional wisdom holds that value accrues at the application layer, the AI stack is inverted. Infrastructure (chips) captures ~70% of industry revenue and ~80% of gross profit, while application-layer margins are thin (0-30%). Fast-evolving base models threaten "thin" apps. Sustainable applications are those that embed intelligence into specific contexts, possessing private data, workflows, or delivery capabilities that become more valuable as the base model improves. **The Responsibility Paradox: Profit Follows Accountability** Growth rates alone don't guarantee profit. A key differentiator is a company's willingness and ability to take responsibility for specific outcomes. Selling by the token competes for IT budgets; selling by the outcome (e.g., a resolved support ticket) taps into larger human labor budgets. Low-responsibility, high-volume tasks (e.g., generic客服) face commoditization. High-stakes, regulated domains (e.g., law, healthcare) where vendors assume heavier liability for results command higher margins, as seen with companies like Harvey in legal tech. **The Open-Source Paradox: Open Wins Traffic, Closed Wins Revenue** Open-source models dominate in usage share and developer adoption, often being 5-20x cheaper. However, closed-source models still capture the majority of enterprise spending (~89%). Enterprises pay a premium for closed-source reliability, support, compliance, and accountability. The total cost of ownership (TCO) is converging as closed-source prices fall faster than open-source builds trust, leading to hybrid deployments. Profit is migrating from the model layer itself to upstream (compute) and downstream (orchestration, data, services)."

marsbit8 хв тому

Selling Tokens or Selling Outcomes: Several Paradoxes of the AI Business Model

marsbit8 хв тому

Ethereum's 2030 Blueprint: 200x Speed Increase, Quantum-Resistance, and Native Privacy

Ethereum's 2030 Roadmap: 200x Speed, Quantum-Resistant, Native Privacy Ethereum, now in its 11th year, is guided by the "Lean Ethereum" vision, a unified development blueprint aiming to streamline the network. This plan, outlined in the evolving "Strawmap" document, targets five core goals for 2030. **1. Fast L1:** Ethereum aims for near-instant finality and faster block times. By using Zero-Knowledge (ZK) proofs to aggregate validator votes, final confirmation could drop from ~15 minutes to seconds. Block times are slated to decrease from 12 seconds to 6 seconds (2027-28) and eventually 4 seconds (2029-30). The minimum staking requirement may also lower to 1 ETH, enhancing decentralization. **2. 1 Billion Gas L1:** To break the scalability-decentralization trade-off, L1 ZK-EVM will replace redundant transaction execution with ZK proofs. This allows nodes (even on phones) to verify blocks without re-running computations, paving the way to increase L1 throughput ~200x to 1 billion gas per second. **3. Trillion-Gas L2:** Ethereum will become a high-capacity settlement layer for Layer 2 networks (L2s). Planned upgrades, like PeerDAS and subsequent optimizations, target 1 GB per second of data bandwidth for L2s (Blobs), enabling a massive ecosystem of high-throughput rollups for specialized use cases. **4. Quantum-Resistant L1:** To counter future quantum computing threats, Ethereum plans to migrate its cryptographic signatures (ECDSA, BLS) to quantum-resistant, hash-based schemes. This multi-upgrade transition is targeted for completion by 2029, securing the network in the post-quantum era. **5. Privacy-Native L1:** For the first time, native transaction privacy is an official goal. Using ZK proofs, transactions could hide sender, receiver, and amount while proving compliance with rules. This infrastructure is tentatively planned, though details remain fluid and subject to regulatory landscapes. Driven by a broader ecosystem beyond the core Foundation, this ambitious roadmap seeks to make Ethereum faster, more scalable, quantum-secure, and private, while preserving its core tenets of neutrality and trustlessness. All plans remain subject to ongoing research, audits, and community consensus.

marsbit21 хв тому

Ethereum's 2030 Blueprint: 200x Speed Increase, Quantum-Resistance, and Native Privacy

marsbit21 хв тому

Торгівля

Спот

Популярні статті

Як купити CELO

Ласкаво просимо до HTX.com! Ми зробили покупку Celo (CELO) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Celo (CELO).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Celo (CELO)Після придбання Celo (CELO) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Celo (CELO)Легко торгуйте Celo (CELO) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

53 переглядів усьогоОпубліковано 2024.12.10Оновлено 2026.06.02

Як купити CELO

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни CELO (CELO).

活动图片