Ethereum’s development community has officially confirmed the dates for the upcoming Glamsterdam event, a series of coordinated testnet upgrades and experiments designed to push the frontier of scalability, security, and decentralisation. While the announcement has been welcomed by developers eager to trial the latest protocol improvements, the Ethereum core teams also issued a stark warning: the presence of so‑called “fake” builders could threaten the smooth progression of the upgrade process and even stall the chain under certain conditions. ## What is Glamsterdam?

Glamsterdam is not a single hard fork but a multi‑phase testing framework that runs on Ethereum’s public testnets, chiefly Sepolia and Goerli, before any changes are considered for mainnet. The name blends “glamour” and “Amsterdam,” reflecting the event’s aim to showcase cutting‑edge research in a collaborative, open‑source environment.

Over the course of several weeks, developers will experiment with new consensus mechanisms, transaction ordering algorithms, and data availability solutions. The schedule, now publicly posted, outlines a series of milestones: initial test‑net deployment, validator onboarding, proposer‑builder separation trials, and final performance benchmarking. ## The Role of Test Ether A key component of the Glamsterdam rollout is the distribution of free test ether (ETH) to participants. This test ether is intended to lower the barrier to entry, enabling anyone with a modest computer setup to run a validator or a builder node without risking real capital.

However, the developers acknowledge a double‑edged sword: because the test ether is abundant and costless, it creates an environment where malicious actors—referred to as “fake” builders—can flood the network with artificially high bids for block proposals. These fake builders can outbid legitimate participants, capture proposer rewards, and then withhold or manipulate transaction payloads.

In effect, they can create a denial‑of‑service scenario for genuine users, slowing down transaction processing and potentially causing temporary chain stalls. ## How Fake Builders Operate Fake builders exploit the proposer‑builder separation (PBS) model that has been under active investigation for Ethereum’s transition to a more decentralized block production system. In PBS, proposers (validators) delegate block construction to specialized builder services, which compete by offering the highest fee to the proposer. The test ether’s zero‑cost nature means a malicious builder can submit extremely high bids without any economic downside, thereby winning the proposer’s slot.

Once in control, the builder can: 1. **Withhold Transaction Payloads** – By refusing to publish the full list of transactions, the builder forces the proposer to broadcast an incomplete block, which other nodes may reject, leading to re‑orgs.

2. **Inject Invalid Transactions** – The builder can include malformed or deliberately expensive transactions that waste gas and computational resources.

3. **Create Spam Blocks** – By repeatedly submitting blocks that contain no useful work, the builder can saturate the network’s bandwidth, slowing down honest traffic. These tactics are particularly potent on a testnet where the economic incentives that normally deter such behaviour are absent.

## Mitigation Strategies The Ethereum client teams have prepared a suite of countermeasures to limit the impact of fake builders during Glamsterdam: - **Reduced Review Window**: Client developers will operate with only half the standard review time for incoming payloads before Sepolia’s scheduled upgrade. This accelerated cadence forces builders to act quickly, reducing the window in which a fake builder can manipulate the system. - **Enhanced Payload Verification**: New validation logic will be rolled out to automatically detect missing or malformed transaction data.

Nodes will reject blocks that fail these checks, limiting the ability of a malicious builder to propagate harmful payloads. - **Reputation Scoring**: Builders will be assigned temporary reputation scores based on their historical behaviour during the test. Those with low scores will be deprioritised by proposers, making it harder for a fake builder to win bids repeatedly.

- **Rate Limiting of Bids**: The protocol will enforce a cap on the number of high‑value bids a single builder can submit within a given timeframe, curbing the ability to flood the network with artificially inflated offers. ## Impact on Developers and Researchers For developers, the presence of fake builders introduces an additional layer of complexity to the testing process. Code that interacts with the block‑building pipeline must now handle the possibility of missing payloads or delayed block finalisation.

Researchers studying the economics of PBS will have a richer dataset, as the testnet will capture both honest and adversarial behaviours. This duality can inform future design decisions for mainnet roll‑outs, ensuring that the final protocol can withstand real‑world attack vectors. ## Community Response The broader Ethereum community has reacted with a mix of enthusiasm and caution. Many applaud the transparency of the core teams in publicly acknowledging the risk of fake builders, viewing it as a sign of mature governance.

Others express concern that the reduced review period may increase the chance of bugs slipping through, especially for less‑experienced contributors. To address these worries, the core teams have opened a series of office‑hour sessions and Discord channels where developers can ask questions, report anomalies, and receive guidance on best practices for interacting with the testnet.

## Looking Ahead to Sepolia Sepolia, the newest public testnet, will serve as the primary arena for Glamsterdam’s final phases. By the time Sepolia’s upgrade is live, the client teams expect to have refined the PBS model, hardened the payload verification code, and gathered sufficient data on builder behaviour. The shortened review window—half of what is typical for mainnet upgrades—will act as a stress test, ensuring that the system can operate efficiently even under time pressure. Successful completion of Glamsterdam will pave the way for similar large‑scale testing events in the future, potentially accelerating the rollout of Ethereum’s long‑term roadmap, including sharding and roll‑up integration.

## Conclusion Ethereum’s confirmation of the Glamsterdam dates marks a pivotal moment for the network’s evolution. While the promise of free test ether democratises participation, it also opens the door for fake builders to attempt disruptive tactics. By proactively limiting review times, tightening payload checks, and introducing reputation mechanisms, the client teams aim to mitigate these threats and preserve the integrity of the testnet environment. Developers, researchers, and community members are encouraged to engage actively, report any irregularities, and contribute to a robust, resilient upgrade process.

The lessons learned from Glamsterdam will not only shape the immediate Sepolia upgrade but also inform the broader strategy for scaling Ethereum safely and sustainably.