>460K subscribers

Base has reached Stage 1 Decentralization
TLDR: Base has achieved Stage 1 Decentralization, a critical milestone in our journey to build an open and global onchain economy. We’ve done this by launching permissionless fault proofs and increasing the decentralization of our contract upgrade process with a security council. We believe that decentralization is critical to deliver on our mission of building a global onchain economy and are proud to have achieved this milestone.What decentralization means for BaseBase’s mission is to build...

Building for the long-term: making Base faster, simpler, and more powerful
TLDR: We’re introducing new building blocks that make it faster, simpler, and more powerful to build on Base: Flashblocks, Smart Wallet Sub Accounts, and Base Appchains — plus a new home base for builders.Base is building for the long-termBase’s mission is to build a global onchain economy that increases innovation, creativity, and freedom. To further our mission, we need to continue making Base more powerful, easier to use, and faster than ever. We are focused on cultivating an ecosystem of ...

Expanding Global Access to Crypto with Onboard
TLDR: Coinbase Wallet has integrated Onboard P2P as an onramp option to make buying crypto easier around the world. Onboard lets anyone purchase crypto with local currency through a peer-to-peer exchange, without lengthy verification, and lower fees. Coinbase Wallet and Base are committed to building a global onchain economy that increases innovation, creativity, and freedom. To achieve this mission, we need to make getting onchain as easy as possible – in every country in the world. However,...

Base has reached Stage 1 Decentralization
TLDR: Base has achieved Stage 1 Decentralization, a critical milestone in our journey to build an open and global onchain economy. We’ve done this by launching permissionless fault proofs and increasing the decentralization of our contract upgrade process with a security council. We believe that decentralization is critical to deliver on our mission of building a global onchain economy and are proud to have achieved this milestone.What decentralization means for BaseBase’s mission is to build...

Building for the long-term: making Base faster, simpler, and more powerful
TLDR: We’re introducing new building blocks that make it faster, simpler, and more powerful to build on Base: Flashblocks, Smart Wallet Sub Accounts, and Base Appchains — plus a new home base for builders.Base is building for the long-termBase’s mission is to build a global onchain economy that increases innovation, creativity, and freedom. To further our mission, we need to continue making Base more powerful, easier to use, and faster than ever. We are focused on cultivating an ecosystem of ...

Expanding Global Access to Crypto with Onboard
TLDR: Coinbase Wallet has integrated Onboard P2P as an onramp option to make buying crypto easier around the world. Onboard lets anyone purchase crypto with local currency through a peer-to-peer exchange, without lengthy verification, and lower fees. Coinbase Wallet and Base are committed to building a global onchain economy that increases innovation, creativity, and freedom. To achieve this mission, we need to make getting onchain as easy as possible – in every country in the world. However,...
Share Dialog
Share Dialog


TL;DR. The Base mainnet network briefly stalled on September 5, 2023 (incident). We’re sharing this postmortem as part of our commitment to building Base in a decentralized, open source manner and with an eye towards continually improving the reliability and resiliency of the Base network.
At approximately 2:25 pm PT, the Base mainnet network stopped producing blocks for 29 minutes. This was due to dependence on a set of L1 nodes that all exhausted their disk space at 2:15 pm, causing the L1 nodes to become unavailable to the sequencer.
Each new L2 block contains a reference to an L1 block called the “L1 origin.” The sequencer will periodically refresh the latest L1 block to ensure the L2 blocks are referencing recent L1 blocks, and will not produce any new L2 blocks if the L1 origin block is older than a threshold called the max sequencer drift (currently configured to 10 minutes on both mainnet and goerli).

The primary mitigation strategy was to point our sequencer and verifier nodes at alternate L1 nodes. We first worked on the sequencer, replacing the L1 URL with a working RPC, restarting op-node, and resuming sequencing blocks. We also had to restart posting batches and proposing state roots to the L1. Next we focused on getting our verifier nodes healthy, including some nodes that are responsible for gossiping new L2 blocks to the network and the nodes that serve our public RPC endpoint: mainnet.base.org.
To prevent this failure mode in the future, we are building resilience against L1 RPC failures. One particular inflight improvement is a proxy layer that will ensure that healthy L1 nodes are available to the L2 at all times, including redundancy across multiple L1 node providers.
While the sequencer currently isn’t an absolute requirement for interaction with Base (users can include transactions in the L2 using the L1 messenger contracts), we recognize that the user experience is severely degraded when block building has stalled. This is why we are committed to decentralization via the Superchain. One advantage this brings is the possibility of permissionless sequencing modes via modular sequencing, which would allow block building to be decentralized, removing the sequencer as a single-point-of-failures in the network.
We’ll continue to increase the resilience and decentralization of the Base network over the coming months and years.
TL;DR. The Base mainnet network briefly stalled on September 5, 2023 (incident). We’re sharing this postmortem as part of our commitment to building Base in a decentralized, open source manner and with an eye towards continually improving the reliability and resiliency of the Base network.
At approximately 2:25 pm PT, the Base mainnet network stopped producing blocks for 29 minutes. This was due to dependence on a set of L1 nodes that all exhausted their disk space at 2:15 pm, causing the L1 nodes to become unavailable to the sequencer.
Each new L2 block contains a reference to an L1 block called the “L1 origin.” The sequencer will periodically refresh the latest L1 block to ensure the L2 blocks are referencing recent L1 blocks, and will not produce any new L2 blocks if the L1 origin block is older than a threshold called the max sequencer drift (currently configured to 10 minutes on both mainnet and goerli).

The primary mitigation strategy was to point our sequencer and verifier nodes at alternate L1 nodes. We first worked on the sequencer, replacing the L1 URL with a working RPC, restarting op-node, and resuming sequencing blocks. We also had to restart posting batches and proposing state roots to the L1. Next we focused on getting our verifier nodes healthy, including some nodes that are responsible for gossiping new L2 blocks to the network and the nodes that serve our public RPC endpoint: mainnet.base.org.
To prevent this failure mode in the future, we are building resilience against L1 RPC failures. One particular inflight improvement is a proxy layer that will ensure that healthy L1 nodes are available to the L2 at all times, including redundancy across multiple L1 node providers.
While the sequencer currently isn’t an absolute requirement for interaction with Base (users can include transactions in the L2 using the L1 messenger contracts), we recognize that the user experience is severely degraded when block building has stalled. This is why we are committed to decentralization via the Superchain. One advantage this brings is the possibility of permissionless sequencing modes via modular sequencing, which would allow block building to be decentralized, removing the sequencer as a single-point-of-failures in the network.
We’ll continue to increase the resilience and decentralization of the Base network over the coming months and years.
No comments yet