Base Shifts From OP Stack to Unified Stack for Next Phase of Upgrades

TheNewsCryptoPublicado em 2026-02-19Última atualização em 2026-02-19

Resumo

Base, a Coinbase-incubated Ethereum layer-2 blockchain, is transitioning from the OP Stack to its own unified software stack called "base/base" to accelerate upgrades and enhance security. While moving away from the OP Stack, Base will continue to receive support from the Optimism Foundation and remain compatible with OP Stack specifications. The new stack, built on open-source components like Reth, simplifies the architecture, making the network easier to update while maintaining safety and decentralization. Base remains a Stage 1 decentralized rollup and is strengthening security with an independent signer, faster withdrawals, improved governance, and stronger protections. The roadmap includes multiple hard forks: Base V1 will implement Ethereum’s Fusaka upgrades and transition to TEE/ZK proofs, while future forks (V2 and V3) aim to improve user interactions and add Ethereum’s Glamsterdam support. Node operators are advised to switch to the new base client for compatibility with upcoming upgrades.

Base, a Coinbase-incubated Ethereum layer-2 blockchain, was launched as an OP Stack chain, then incorporated a diverse range of software in collaboration with various partners, including Optimism, Flashbots, and Paradigm.

​According to the Base announcement, they introduced a single unified stack called base/base for accelerating upgrades and additional security, and it is made public and opened for contribution. While moving away from the OP Stack, it will still receive mission-critical support from the Optimism Foundation.

Simplifying the Stack to Accelerate Upgrades

According to the Base engineering blog, “Our unified solution, base/base, built on open-sourced components such as Reth, allows us to dramatically simplify the number of components, by optimizing them directly for our use case.” This will make the network easier to update and allow the developers to focus on what Base specifically needs, as it is open and public.

​As Base is upgrading how it works to become more independent and efficient. Importantly, nothing changes in terms of safety. Base remains a Stage 1 decentralized rollup, and the team is also strengthening security by adding an independent signer and speeding up plans for faster withdrawals, improved governance, and stronger protections to keep the network open, neutral, and secure for everyone.

Base’s Long-Term Roadmap

As of now, Base blog noted, “Base will continue operating as it does today, and we will remain compatible with the OP Stack specification.”

​The upcoming hard fork (Base V1) is going to implement Ethereum’s Fusaka upgrades and transition from Optimistic proofs to TEE/ZK proofs for a faster network. Further, two more hard forks are discussed, such as the Base V2 hard fork, which is planned to introduce smoother user interactions. Then, Base V3 hard fork is planned to add Ethereum’s Glamsterdam Support.

​As the shift marks a broader architectural consolidation across Base’s evolution, from its initial OP Stack foundations to a unified stack fully maintained within Base, the Base network asks node operators to use the new base for client updates instead of Optimism’s to remain compatible with upcoming future hard forks.

Highlighted Crypto News:

CoinFello Unveils AI Smart Contract Agent at ETHDenver with BuffiBot Preview

TagsCoinbaseL2 Network

Criptomoedas em alta

Perguntas relacionadas

QWhat is the main change Base is making to its technological stack according to the article?

ABase is shifting from the OP Stack to a new, unified stack called base/base to accelerate upgrades and enhance security.

QDespite moving away from the OP Stack, what ongoing support will Base receive?

ABase will still receive mission-critical support from the Optimism Foundation.

QWhat is the primary goal of Base's new unified stack, base/base?

AThe goal is to dramatically simplify the number of components, making the network easier to update and allowing developers to focus on Base's specific needs.

QWhat key security feature is the team adding as part of its upgrades?

AThe team is strengthening security by adding an independent signer.

QWhat is the planned change for the Base V1 hard fork regarding proofs?

AThe Base V1 hard fork will transition from Optimistic proofs to TEE/ZK proofs for a faster network.

Leituras Relacionadas

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbitHá 6m

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbitHá 6m

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbitHá 7m

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbitHá 7m

Trading

Spot

Artigos em Destaque

Como comprar LAYER

Bem-vindo à HTX.com!Tornámos a compra de Solayer (LAYER) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Solayer (LAYER) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Solayer (LAYER)Depois de comprar o teu Solayer (LAYER), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Solayer (LAYER)Transaciona facilmente Solayer (LAYER) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

342 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar LAYER

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de LAYER (LAYER) são apresentadas abaixo.

活动图片