Network
Launch Date
Consensus
Note
Sepolia
Oct 2021
PoW
Like-for-like representation of Ethereum
Görli
Jan 2019
PoA
Proof-of-Authority
Kiln
Mar 2022
PoS
Post-Merge (for ETH2), shadow fork of the mainnet
Kintsugi
Dec 2021
PoS
DEPRECATED, use Kiln; post-Merge (for ETH2)
Ropsten
Nov 2016
PoW
DEPRECATED, use Sepolia; the Merge to happen on Jun 8, 2022
Rinkeby
Apr 2017
PoA
DEPRECATED, use Görli and Görli Faucet
Kovan
Mar 2017
PoA
DEPRECATED, use Sepolia or Görli
List of active and deprecated Ethereum testnets, including Kintsugi.
Features
Optimistic rollup 
ZK-rollup 
Proof
Uses fraud proofs to prove transaction validity. 
Uses validity (zero-knowledge) proofs to prove transaction validity. 
Capital efficiency
Requires waiting through a 1-week delay (dispute period) before withdrawing funds. 
Users can withdraw funds immediately because validity proofs provide incontrovertible evidence of the authenticity of off-chain transactions. 
Data compression
Publishes full transaction data as calldata to Ethereum Mainnet, which increases rollup costs. 
Doesn't need to publish transaction data on Ethereum because ZK-SNARKs and ZK-STARKs already guarantee the accuracy of the rollup state. 
EVM compatibility
Uses a simulation of the Ethereum Virtual Machine (EVM), which allows it to run arbitrary logic and support smart contracts. 
Doesn't widely support EVM computation, although a few EVM-compatible ZK-rollups have appeared. 
Rollup costs
Reduces costs since it publishes minimal data on Ethereum and doesn't have to post proofs for transactions, except in special circumstances. 
Faces higher overhead from costs involved in generating and verifying proofs for every transaction block. ZK proofs require specialized, expensive hardware to create and have high on-chain verification costs. 
Trust assumptions
Doesn't require a trusted setup. 
Requires a trusted setup to work. 
Liveness requirements
Verifiers are needed to keep tabs on the actual rollup state and the one referenced in the state root to detect fraud. 
Users don't need someone to watch the L2 chain to detect fraud. 
Security properties 
Relies on cryptoeconomic incentives to assure users of rollup security. 
Relies on cryptographic guarantees for security. 
Start building
on Alchemy.
Sign up for free
Start building on Optimism.
Sign up for free
Start building on Arbitrum.
Sign up for free
Start building on Ethereum.
Sign up for free
Start building on Polygon.
Sign up for free
Start building on Starknet.
Sign up for free
Start building on Flow.
Sign up for free
kiln faucet
Get free Kiln ETH.
Start building today
Goerli faucet
Get free Goerli ETH.
Start building today
SEPOLIA FAUCET
Get free Sepolia ETH.
Start Building Today
mumbai faucet
Get free Mumbai Matic.
Start building today
rinkeby faucet
Get free Rinkeby
ETH.
Start building today
Start building on Ethereum.
Get started for free
Start building on Ethereum.
Get started for free
Start building on Flow.
Get started for free
Start building on Polygon.
Get started for free
Start building on Starknet.
Get started for free
Start building on Optimism.
Get started for free
Start building on Solana.
Get started for free
Start building on Solana.
Sign up for beta access
Start building on Solana.
Join the waitlist
Arbitrum logo
Start building on Arbitrum.
Get started for free
Build with Alchemy's
Gas Manager & Bundler APIs
Learn
Solidity at
Alchemy
University
Get started today
Build with Alchemy's
Gas Manager & Bundler APIs
curl 
https://release.solana.com/v1.10.32/solana-install-init-x86_64-pc-windows-msvc.exe 
--output 
C:\solana-install-tmp\solana-install-init.exe 
--create-dirs
Testnets
PRATER TESTNET OVERVIEW

What is the Prater testnet?

Learn about the Prater Testnet and it's Merge with Goerli
Last Updated:
June 21, 2022

This article covers the Prater testnet and how developers can use it to test and refine their smart contracts on the Ethereum blockchain. 

The Prater testnet allowed developers to test node operations such as adding and removing validators, migrating between clients, and performing upgrades and backups. 

The Prater testnet is unique because it involves a proof-of-stake testing environment rather than proof-of-work. Because the mainnet Ethereum blockchain merged with the Beacon Chain to switch to a proof-of-stake consensus mechanism, the Prater testnet was a useful environment for developers to test their node configurations and smart contracts. 

Generally, testnets are alternative blockchains for developers to run their smart contracts in a sandbox environment to detect bugs and refine their codebase. 

Overall, the Prater testnet was a great place for developers to test their validators, particularly regarding node operations, which ensured a smooth deployment of Ethereum's planned proof-of-stake mainnet migration in 2022. 

Deprecation Notice

While you can use the Goerli testnet, we caution against it as the Ethereum Foundation has announced that Goerli will soon be deprecated. Therefore, we recommend using Sepolia testnet as Alchemy has full Sepolia support and a free Sepolia faucet.

What is the Prater testnet?

The Prater testnet, a Proof-of-Stake beacon chain, which was first deployed in March 2021 by the Ethereum Foundation, is a testnet that specializes in testing node validator actions, particularly those that simulate staking. 

A testnet is a sandbox environment that mimics the blockchain mainnet (in this case, the Ethereum mainnet), to allow developers to test their node configurations and smart contract code without threat of spending real ETH or disrupting the production environment. 

To understand the Prater testnet, we must first understand the basics of consensus and validation on Ethereum.

A validator is an entity that participates in the process of achieving consensus on the Ethereum protocol–effectively, they vote on whether a new block should be added to the blockchain. 

The more Ethereum a validator has staked, the higher the weight of their vote. The minimum weight for an Ethereum–and Prater–validator is 32 ETH, and this ETH is staked to ensure financial consequences if validators behave improperly. 

Additionally, to ensure that the validation of nodes is not taken over by a large party and remains decentralized, staking more than 32 ETH does not add to the weight of one’s consensus vote. The Prater testnet currently has 328,681 active validators.

Prater and Goerli Merge

In preparation for the Ethereum merge, which had Ethereum migrating from a Proof-of-Work consensus mechanism to a Proof-of-Stake consensus mechanism, the Consensus Layer (CL) Proof-of-Stake testnet, Prater, was merged with the Goerli, the Execution Layer (EL), Proof-of-Authority testnet.

Because Prater simulates a Proof-of-Stake, Consensus Layer environment, independent stakers, and validators should use Prater to test their CL client configurations before the official Prater merge with Goerli.

If you are not an independent staker or node operator and want to test dApps in a testnet, it is recommended that you use the Sepolia testnet because it is the primary testnet after the Ethereum Merge, with all others - Kovan, Ropsten, and Rinkeby - being deprecated.

How to Get Prater Testnet ETH

Because Prater merged with the Goerli testnet, Prater accepts Goerli ETH (goETH). You can get Prater testnet ETH from a Goerli faucet by following this simple guide on how to request Goerli ETH from a faucet.

If you need larger quantities of Goerli ETH, please reach out to the Alchemy support team.

Prater Testnet Alternatives

Alternative testnets to Prater that might be relevant to your blockchain application or Ethereum Merge planning include the Sepolia testnet which uses a Proof-of-Stake consensus mechanism that will replace the now merged proof-of-work testnet, Ropsten.

For more information regarding the Ethereum Merge timeline, review Alchemy’s resources.

ALCHEMY SUPERNODE - ETHEREUM NODE API

Scale to any size, without any errors

Alchemy Supernode finally makes it possible to scale blockchain applications without all the headaches. Plus, our legendary support will guide you every step of the way.

Get started for free
Supernode footer
Testnets
PRATER TESTNET OVERVIEW

What is the Prater testnet?

Learn about the Prater Testnet and it's Merge with Goerli
Last Updated:
June 21, 2022
Last Updated:
March 14, 2023
Don't miss an update
Sign up for our newsletter to get alpha, key insights, and killer resources.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Talk to an Expert

Learn how Alchemy's blockchain developer tools can help your business succeed in web3!
Valid number
Thank you! An Alchemy expert will be in touch with you shortly!
Oops! Something went wrong while submitting the form.

{{goerli-faucet-ad}}

Table of Contents

This article covers the Prater testnet and how developers can use it to test and refine their smart contracts on the Ethereum blockchain. 

The Prater testnet allowed developers to test node operations such as adding and removing validators, migrating between clients, and performing upgrades and backups. 

The Prater testnet is unique because it involves a proof-of-stake testing environment rather than proof-of-work. Because the mainnet Ethereum blockchain merged with the Beacon Chain to switch to a proof-of-stake consensus mechanism, the Prater testnet was a useful environment for developers to test their node configurations and smart contracts. 

Generally, testnets are alternative blockchains for developers to run their smart contracts in a sandbox environment to detect bugs and refine their codebase. 

Overall, the Prater testnet was a great place for developers to test their validators, particularly regarding node operations, which ensured a smooth deployment of Ethereum's planned proof-of-stake mainnet migration in 2022. 

Deprecation Notice

While you can use the Goerli testnet, we caution against it as the Ethereum Foundation has announced that Goerli will soon be deprecated. Therefore, we recommend using Sepolia testnet as Alchemy has full Sepolia support and a free Sepolia faucet.

What is the Prater testnet?

The Prater testnet, a Proof-of-Stake beacon chain, which was first deployed in March 2021 by the Ethereum Foundation, is a testnet that specializes in testing node validator actions, particularly those that simulate staking. 

A testnet is a sandbox environment that mimics the blockchain mainnet (in this case, the Ethereum mainnet), to allow developers to test their node configurations and smart contract code without threat of spending real ETH or disrupting the production environment. 

To understand the Prater testnet, we must first understand the basics of consensus and validation on Ethereum.

A validator is an entity that participates in the process of achieving consensus on the Ethereum protocol–effectively, they vote on whether a new block should be added to the blockchain. 

The more Ethereum a validator has staked, the higher the weight of their vote. The minimum weight for an Ethereum–and Prater–validator is 32 ETH, and this ETH is staked to ensure financial consequences if validators behave improperly. 

Additionally, to ensure that the validation of nodes is not taken over by a large party and remains decentralized, staking more than 32 ETH does not add to the weight of one’s consensus vote. The Prater testnet currently has 328,681 active validators.

Prater and Goerli Merge

In preparation for the Ethereum merge, which had Ethereum migrating from a Proof-of-Work consensus mechanism to a Proof-of-Stake consensus mechanism, the Consensus Layer (CL) Proof-of-Stake testnet, Prater, was merged with the Goerli, the Execution Layer (EL), Proof-of-Authority testnet.

Because Prater simulates a Proof-of-Stake, Consensus Layer environment, independent stakers, and validators should use Prater to test their CL client configurations before the official Prater merge with Goerli.

If you are not an independent staker or node operator and want to test dApps in a testnet, it is recommended that you use the Sepolia testnet because it is the primary testnet after the Ethereum Merge, with all others - Kovan, Ropsten, and Rinkeby - being deprecated.

How to Get Prater Testnet ETH

Because Prater merged with the Goerli testnet, Prater accepts Goerli ETH (goETH). You can get Prater testnet ETH from a Goerli faucet by following this simple guide on how to request Goerli ETH from a faucet.

If you need larger quantities of Goerli ETH, please reach out to the Alchemy support team.

Prater Testnet Alternatives

Alternative testnets to Prater that might be relevant to your blockchain application or Ethereum Merge planning include the Sepolia testnet which uses a Proof-of-Stake consensus mechanism that will replace the now merged proof-of-work testnet, Ropsten.

For more information regarding the Ethereum Merge timeline, review Alchemy’s resources.

This article covers the Prater testnet and how developers can use it to test and refine their smart contracts on the Ethereum blockchain. 

The Prater testnet allowed developers to test node operations such as adding and removing validators, migrating between clients, and performing upgrades and backups. 

The Prater testnet is unique because it involves a proof-of-stake testing environment rather than proof-of-work. Because the mainnet Ethereum blockchain merged with the Beacon Chain to switch to a proof-of-stake consensus mechanism, the Prater testnet was a useful environment for developers to test their node configurations and smart contracts. 

Generally, testnets are alternative blockchains for developers to run their smart contracts in a sandbox environment to detect bugs and refine their codebase. 

Overall, the Prater testnet was a great place for developers to test their validators, particularly regarding node operations, which ensured a smooth deployment of Ethereum's planned proof-of-stake mainnet migration in 2022. 

Deprecation Notice

While you can use the Goerli testnet, we caution against it as the Ethereum Foundation has announced that Goerli will soon be deprecated. Therefore, we recommend using Sepolia testnet as Alchemy has full Sepolia support and a free Sepolia faucet.

What is the Prater testnet?

The Prater testnet, a Proof-of-Stake beacon chain, which was first deployed in March 2021 by the Ethereum Foundation, is a testnet that specializes in testing node validator actions, particularly those that simulate staking. 

A testnet is a sandbox environment that mimics the blockchain mainnet (in this case, the Ethereum mainnet), to allow developers to test their node configurations and smart contract code without threat of spending real ETH or disrupting the production environment. 

To understand the Prater testnet, we must first understand the basics of consensus and validation on Ethereum.

A validator is an entity that participates in the process of achieving consensus on the Ethereum protocol–effectively, they vote on whether a new block should be added to the blockchain. 

The more Ethereum a validator has staked, the higher the weight of their vote. The minimum weight for an Ethereum–and Prater–validator is 32 ETH, and this ETH is staked to ensure financial consequences if validators behave improperly. 

Additionally, to ensure that the validation of nodes is not taken over by a large party and remains decentralized, staking more than 32 ETH does not add to the weight of one’s consensus vote. The Prater testnet currently has 328,681 active validators.

Prater and Goerli Merge

In preparation for the Ethereum merge, which had Ethereum migrating from a Proof-of-Work consensus mechanism to a Proof-of-Stake consensus mechanism, the Consensus Layer (CL) Proof-of-Stake testnet, Prater, was merged with the Goerli, the Execution Layer (EL), Proof-of-Authority testnet.

Because Prater simulates a Proof-of-Stake, Consensus Layer environment, independent stakers, and validators should use Prater to test their CL client configurations before the official Prater merge with Goerli.

If you are not an independent staker or node operator and want to test dApps in a testnet, it is recommended that you use the Sepolia testnet because it is the primary testnet after the Ethereum Merge, with all others - Kovan, Ropsten, and Rinkeby - being deprecated.

How to Get Prater Testnet ETH

Because Prater merged with the Goerli testnet, Prater accepts Goerli ETH (goETH). You can get Prater testnet ETH from a Goerli faucet by following this simple guide on how to request Goerli ETH from a faucet.

If you need larger quantities of Goerli ETH, please reach out to the Alchemy support team.

Prater Testnet Alternatives

Alternative testnets to Prater that might be relevant to your blockchain application or Ethereum Merge planning include the Sepolia testnet which uses a Proof-of-Stake consensus mechanism that will replace the now merged proof-of-work testnet, Ropsten.

For more information regarding the Ethereum Merge timeline, review Alchemy’s resources.

{{goerli-faucet-ad}}

Contact Us

Talk to an expert at Alchemy to answer all of your product questions.
Valid number
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Build blockchain magic with Alchemy

Alchemy combines the most powerful web3 developer products and tools with resources, community and legendary support.

Get started for free