Global Decentralized Hackathon Show Coming Soon
BFM Times
Register
  • Home
  • BFM Talks
    • Finance
    • Startup
    • Investment
    • Technology
    • Web3
  • Press Release
  • Partners
  • Events
  • Market Live
  • Exchanges
  • Contact Us
Reading: What is Ethereum?
Share
  • bitcoinBitcoin(BTC)$87,656.00
  • ethereumEthereum(ETH)$2,954.60
  • tetherTether(USDT)$1.00
  • rippleXRP(XRP)$2.19
  • binancecoinBNB(BNB)$865.11
  • solanaSolana(SOL)$139.07
  • usd-coinUSDC(USDC)$1.00
  • tronTRON(TRX)$0.274610
  • staked-etherLido Staked Ether(STETH)$2,951.81
  • dogecoinDogecoin(DOGE)$0.151738
BFM TimesBFM Times
Font ResizerAa
Search
  • Home
  • BFM Talks
    • Finance
    • Startup
    • Investment
    • Technology
    • Web3
  • Press Release
  • Partners
  • Events
  • Market Live
  • Exchanges
  • Contact Us
Have an existing account? Sign In
Follow US
  • Home
  • BFM Talks
  • Press Release
  • Partners
  • Events
  • Market Live
  • Exchanges
  • Contact Us
© 2025 All Rights Reserved.
BFM Times > Blog > Web3 > Educational > What is Ethereum?
Educational

What is Ethereum?

Dhirender
Last updated: November 25, 2025 1:02 pm
Dhirender
Published: November 25, 2025
Share
What is Ethereun
What is Ethereun
SHARE

Ethereum is a general-purpose Layer-1 Blockchain that serves as the backbone of DeFi. Launched in 2015 by Vitalik Buterin, Charles Hoskinson, and their team, the Ethereum Blockchain was the first to support on-chain smart contracts, which allow users to automate tasks such as Auctioning, Lending, Borrowing, Creating Tokens, Launching dApps, and many other activities.

Contents
  • History
    • DAO Hack (2016)
    • NFT Era (2017-22)
    • The Merge (2022)
    • Dencun Upgrade (2024)
    • Pectra Upgrade (2025)
    • Future Upgrades
  • How Does it Work?
    • Consensus Mechanism
  • Different Layers of Ethereum
    • Layer 0
    • Layer 1
    • Layer 2
    • Layer 3

History

Ethereum was launched in 2015 by Vitalik Buterin, who sought to bring programmability to the Bitcoin Blockchain, which was only able to send and receive cryptocurrencies. The introduction of Ethereum aimed to bring automation, programmability (via Smart Contracts), and decentralized applications (dApps).

Among the co-founders was Charles Hoskinson, who later co-founded another major Blockchain network, Cardano.

Ethereum was the first Blockchain to support complete decentralized financial activities, such as lending, borrowing, staking, token swaps, and bridging. This brought significant functionality to the world of Blockchain, which had previously been limited to just token transfers.

Ethereum has been managed by the Ethereum DAO since its early years, a decentralized organization whose decisions are taken democratically via on-chain voting.

DAO Hack (2016)

Ethereum suffered a hack in 2016, resulting in the loss of 3.6 million ETH (valued then at $50 million) due to a “recursive call vulnerability”.

The loss was substantial, considering Ethereum’s market cap was $1.2 billion at the time.

As a result, the DAO made a decision to reverse and nullify all transactions just prior to the hack.

This left the entire ETH community in a split, many of whom did not want the reversal, leading to the first hard fork in Ethereum. This hard fork created the Ethereum Classic blockchain.

NFT Era (2017-22)

NFTs are unique tokens used to represent assets such as art, tickets, passes, governance rights, and even property ownership. These tokens were first minted on the Ethereum blockchain and later spread to other chains. Opposed to crypto tokens that were

NFTs became popular around the 2017-18 crypto bull run, and at their peak were a multi-hundred-billion-dollar market. However, their use declined because they offered only a limited number of applications.

By the 2022 crypto bear market, NFT markets were practically dead.

The Merge (2022)

The Merge was a code upgrade in Ethereum that changed its consensus mechanism from Proof of Work to Proof of Stake, resulting in a 99% decrease in energy consumption.

Further, it also made Ethereum further upgradeable, which was necessary for its scaling. Most decentralized proof of work chains like Bitcoin are limited to around 7 to 15 transactions per second.

Dencun Upgrade (2024)

The Dencun Upgrade added a feature on Ethereum blocks called “Blobs”, which are temporary spaces on the blocks where rollup transactions are stored.

In Rollups, multiple transactions are combined into a single batch, which is processed as a single transaction, resulting in much lower gas consumption.

A result of the upgrade was that gas costs became a lot cheaper. Till then (i.e., March 13, 2024), most high gas consumers (layer-2s, layer-3s, stablecoins, and defi protocols), which used the Ethereum L1 chain and jammed up the network. As a result, the gas cost drove up when retail customers tried to use Ethereum. As these “gas guzzlers” began using “blobs”, Ethereum’s L1 chain was freed, making it cheaper (from $150 to $400 per transaction to less than $1 within a year).

Pectra Upgrade (2025)

Pectra, short for Prague and Electra, was a batch of 11 upgrades that solved several of Ethereum’s scalability and decentralization problems.

  1. EIP 2537 – Faster Digital Signature Verification
  2. EIP 2935 – Improved Block Fetching 
  3. EIP 6110 – Reducing Validator Onboarding Time
  4. EIP 7002 – Validator Offboarding Made Easy
  5. EIP 7521 – Increased Maximum Validator Stake to 2048 ETH
  6. EIP 7549 – Faster Consensus
  7. EIP 7623 – Discouraging Older Scaling Methods
  8. EIP 7685 – Allows Smart Contract to Validator Communication
  9. EIP 7691 – Increase Blobs per Block to 8 (max)
  10. EIP 7702 – Smart Accounts
  11. EIP 7840 – Adjustable Blob Spaces

Future Upgrades

In the future, the goal of the Ethereum community remains to onboard light nodes where validators could join Ethereum with just 1 ETH at stake, opposed to the current requirement of 32 ETH.

Further, Sharding of Ethereum’s chain also remains a major goal. Currently, Ethereum has around 1 million validators, which can be easily split into smaller groups, each capable of adding a block to the Ethereum Blockchain.

Vitalik Buterin, the founder of Ethereum, shared his vision that in the future, validator nodes would be so light that they could run on mobile phones.

How Does it Work?

Basically, Ethereum works in 6 stages:

  • A user initiates a transaction (token transfers, swaps, lending, staking, etc.)
  • The transaction is picked by a validator who verifies it
  • The transaction is then added to the blockchain
  • The transaction is then broadcast to the network, who verify it multiple times
  • It is then finalized on the Ethereum Blockchain and cannot be removed
  • The receiver receives the token if it is a transfer; otherwise, in case of a swap, the original user gets a new token

All the processing that makes this possible is done by the nodes, which are computers run by validators. All this processing is done on the Ethereum Virtual Machine, which pulls computational power from its nodes and runs the Ethereum Blockchain.

Consensus Mechanism

Ethereum, like all blockchains, uses a consensus mechanism to ensure that each transaction is validated multiple times and that all validators reach consensus before it is added to the Ethereum Blockchain. This is to ensure that trust is attained at the highest level in an otherwise trustless decentralized environment.

Initially, Ethereum used a Proof of Work consensus mechanism that relied on rigorous computational work by validator nodes (computers) to find the same random number (called a Nonce) for a given transaction.

However, this process consumed a lot of energy and required specialized high-powered computers. As a result, Ethereum switched to Proof of Stake in 2022 via a process named The Merge. This made Ethereum a more energy-efficient chain, reducing the energy required to run it by 99%.

Different Layers of Ethereum

Layer 0

Layer 0 is the foundational architecture of any Blockchain and comprises the software and protocols that run it. In the case of Ethereum, the layer zero is the Ethereum Virtual Machine.

Example – EVM, Cosmos SDK

Layer 1

Layer-1 is the independent Blockchain that processes and finalizes its own transactions and does not require any external computational assistance. Each Layer-1 has its own or shares a virtual machine with other chains. For example, the Ethereum Virtual Machine originally belongs to the Ethereum Blockchain ( a Layer-1 chain) but is also used by most Layer-2 chains.

Example – Ethereum, Bitcoin, Algorand, XRPL

Layer 2

Layer-2 chains are dependent blockchains that rely on layer-1 chains to finalize their transactions. These chains are often built with speed in mind and therefore have lower security, which necessitates using a Layer-1 chain to finalize their transactions.

Example – Arbitrum, Optimism, Polygon, Linea, etc.

Layer 3

Layer-3 networks are specialized decentralized applications that run on multiple similar chains. Opposed to layer-1 and layer-2, they are not blockchains, but rather networks.

Example – Uniswap

Stablecoins: The Crypto That Doesn’t Pump, But Why Is It Important?
What are Crypto Wallets?
CEX vs DEX: Which Crypto Exchange Should You Choose?
Ethereum’s Big Idea: What Are Smart Contracts?
What is the Blockchain? The Technology Behind Crypto in Simple Term
Share This Article
Facebook Email Copy Link Print
Previous Article What is DeFi What is Decentralized Finance?
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

- Advertisement -
Ad image

Latest Posts

What is DeFi
What is Decentralized Finance?
Educational
What is Bitcoin
What is Bitcoin?
Educational
What is Public Keys
What are Public Keys?
Educational
What is Paper Wallet
What are Paper Wallets?
Educational

You Might Also Like

Technical Analysis
Educational

Technical Analysis 101: Key Metrics Every Trader Should Watch

November 6, 2025
The Safe Way to Store Crypto
Educational

The Safe Way to Store Crypto: A Beginner’s Guide to Wallets

November 6, 2025
Crypto Slangs
Educational

Understanding Crypto Slang: What Is HODL, FUD, FOMO, and Whales?

November 6, 2025
Transaction Cost
Educational

The True Cost of a Transaction: Understanding and Predicting Gas Fees

November 8, 2025

Follow Us on Socials

We use social media to react to breaking news, update supporters and share information

Facebook X-twitter Instagram Linkedin Reddit Pinterest Telegram Youtube
BFM Times

For the Phenomenal Times

Quick Links

  • Privacy Policy
  • Press Release
  • Events
  • Partners
  • About Us
  • Advertise
  • Career
  • Contact Us

Newsletter

You can be the first to find out the latest news and tips about trading, markets...

Please enable JavaScript in your browser to complete this form.
Loading
Ad image
© 2025 All Rights Reserved.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?