SlideShare a Scribd company logo
What	is	Ethereum?	An	Explanation	for	Beginners	
	
Ethereum	is	a	cryptocurrency	like	Bitcoin,	
but	it	is	very	different	from	Bitcoin.	They’re	
both	 blockchain	 technologies,	 but	 where	
Bitcoin	 is	 an	 open	 source	 peer-to-peer	
payment	 platform,	 Ethereum	 is	 an	 open	
source	 decentralised	 application	 (dApp)	
platform.		
	
Its	model	enables	developers	to	create	their	
own	 dApps	 without	 having	 to	 create	 their	
own	 blockchain.	 What	 does	 that	 mean,	 I	
hear	 you	 asking.	 Well,	 if	 we	 think	 of	
blockchain	 as	 the	 Internet	 3.0,	 then	
Ethereum	 is	 kind	 of	 like	 an	 operating	
system,	like	Apple	and	the	App	store.	It	has	
actually	 made	 it	 much	 easier,	 faster	 and	
cheaper	for	any	company	wanting	to	create	
their	own	blockchain	application.		
	
	
Ethereum	–	A	World	Computer	
	
Who	Created	Ethereum?	
	
Ethereum	 was	 first	 conceived	 by	 Russian	
Canadian	 Vitalik	 Buterin	 who	 wrote	 and	
released	 the	 whitepaper	 in	 2013.	 The	
whitepaper	 described	 Ethereum	 as	 an	
alternative	 platform	 designed	 for	 any	 type	
of	 decentralized	 application	 developers	
would	want	to	build.	
	
After	 releasing	 the	 whitepaper,	 other	
developers	 Mark	 Wood	 and	 Joe	 Lubin	
joined	 ranks,	 and	 after	 a	 crowdfunding	
round	 which	 made	 $18m,	 they	 launched	
Ethereum	 in	 July	 2018.	 Since	 its	 launch	
Ethereum	 has	 become	 the	 second	 biggest	
cryptocurrency	 by	 market	 cap,	 and	 is	 the	
most	 built	 on	 platform	 in	 the	 blockchain	
space.	
	
What	is	Ethereum?	
	
Ethereum	is	decentralized	on	thousands	of	
different	computers,	so	unlike	the	Internet	
we	know	today,	there	is	no	central	point	of	
failure.	 Unfortunately,	 this	 is	 what	 slows	
Ethereum	 and	 all	 other	 blockchains	 down,	
but	 these	 issues	 are	 being	 worked	 on	 and	
will	be	sorted.	
	
Like	 all	 blockchains,	 the	 highly	
decentralized	 and	 cryptographic	 nature	 of	
Ethereum	makes	it	much	more	secure	than	
any	IPS.		
	
If	 you	 look	 at	 the	 Internet	 and	 how	 it	 is	
now,	all	data	is	stored	in	clouds	and	servers	
by	 companies	 like	 Amazon	 and	 Google.	 It	
may	 seem	 fine	 to	 some,	 but	 our	 very	 data	
that	 these	 servers	 hold	 is	 vulnerable	 to	
hackers	or	governments.		
	
The	 platform	 Ethereum	 is	 creating,	
however,	 is	 a	 decentralized	 blockchain	
“Internet”.	This	basically	means	that	all	the	
data	is	stored	on	all	the	computers	that	run	
the	protocol,	and	to	be	able	to	hack	it	means	
you	 will	 have	 to	 take	 more	 than	 50%	
control	of	all	the	network.		
	
ETH	is	Ethereum’s	Currency	
	
Like	Bitcoin,	Ethereum	needs	a	currency	to	
generate	the	network	(ETH).	It’s	needed	by	
any	 developer	 wanting	 to	 build	 on	
Ethereum,	 and	 it’s	 also	 used	 to	 pay	 for
transactions,	which	goes	to	the	miners	who	
help	verify	all	transactions.	
	
	
ETH	is	needed	by	developers	wanting	to	build	on	Ethereum	
	
Miners	 are	 also	 rewarded	 with	 newly	
minted	ETH	for	every	block	that	is	added	to	
the	blockchain.	For	now	it’s	2	ETH	for	every	
block	that’s	added.		
	
Ethereum	Virtual	Machine	(EVM)	
	
The	 core	 innovation	 of	 Ethereum	 -	 the	
Ethereum	Virtual	Machine	(EVM),	a	Turing	
complete	software	generates	the	Ethereum	
network.	 It	 allows	 anyone	 to	 run	 any	
program,	 regardless	 of	 the	 programming	
language	and	the	language	is	converted	into	
a	language	the	EVM	can	read.	
	
This	makes	it	possible	for	any	developer	to	
code	 any	 program	 in	 any	 language	 and	
install	 it	 on	 Ethereum.	 This	 flexibility	 has	
opened	 many	 doors	 for	 developers	 and	
companies	 wishing	 to	 break	 into	 the	
blockchain	space.		
	
And	 we	 have	 seen	 Microsoft	 and	 Ernst	
Young	partner	with	Ethereum	Development	
Studio	 ConsenSys	 to	 create	 a	 middleware	
solution	 for	 large	 companies	 to	 exchange	
data	 privately	 via	 the	 public	 Ethereum	
blockchain,	 which	 will	 allow	 businesses	 to	
use	the	blockchain	in	a	private	manner.		
	
	
	
	
Proof-of-Work	or	Proof-of-Stake	
	
Ethereum	is	like	Bitcoin	in	that	it’s	a	proof-
of-work	consensus	mechanism.	This	means	
that	every	transaction	that	goes	through	the	
Ethereum	blockchain,	it’s	verified	by	miners	
and	nodes.		
	
These	 miners	 and	 nodes	 are	 decentralized	
around	the	world,	and	because	the	network	
has	 to	 be	 in	 full	 agreement	 before	 any	
transaction	can	be	added	to	the	blockchain	
it	causes	a	backlog,	and	at	the	moment	only	
15	 transactions	 a	 second	 are	 possible	 on	
Ethereum.	
	
To	 combat	 this,	 Ethereum	 developers	 are	
actively	developing	a	proof-of-stake	system.	
When	 it’s	 ready,	 Ethereum	 will	 gradually	
evolve	from	a	PoW	to	a	PoS	network.	Once	
it’s	 a	 fully	 PoS	 blockchain,	 it’s	 believed	
Ethereum	 will	 be	 able	 to	 handle	 unlimited	
transactions	per	second.		
	
	
Which	is	better	PoW	or	PoS?		The	debate	is	ongoing.	
	
As	well	as	PoS	being	faster,	another	major	
difference	 is	 that	 Ethereum	 will	 no	 longer	
use	miners	to	validate	transactions.	Instead	
people	who	hold	ETH	will	be	able	to	stake	
it,	 and	 they	 will	 be	 the	 ones	 who	 validate	
transactions.	
	
Stakers	 will	 be	 rewarded	 with	 the	 block	
reward	 and	 transaction	 fee,	 just	 as	 miners	
are	today.	It’s	not	clear	how	many	ETH	you	
will	need	to	stake,	but	you	can	be	sure,	the
more	 ETH	 you	 stake	 with,	 the	 more	 ETH	
you	will	earn.	
	
Smart	Contracts	
	
One	of	the	main	differences	with	Ethereum	
and	 Bitcoin	 is	 Ethereum’s	 smart	 contract	
capabilities.	 Bitcoin	 can	 host	 smart	
contracts	 but	 in	 a	 much	 simpler	 form.	
Ethereum,	 however,	 was	 designed	
specifically	for	smart	contracts.	
	
	
Smart	Contracts	are	self	executing	agreements	
	
A	 smart	 contract	 is	 a	 computer-coded	
exchange	 that	 is	 agreed	 upon	 by	 two	 or	
more	 parties,	 and	 it	 can	 only	 be	 executed	
when	 all	 terms	 of	 the	 smart	 contract	 are	
met.	 They	 run	 exactly	 how	 they	 are	
programmed	 to	 run,	 and	 with	 the	
decentralized,	 immutability	 of	 Ethereum	 it	
eradicates	any	possibility	of	fraud.	
	
	Smart	 contracts	 can	 be	 used	 for	 many	
things,	such	as	money	lending,	property	and	
even	 voting.	 In	 fact	 all	 dApps	 built	 on	
Ethereum	are	basically	smart	contracts.	
	
What	are	dApps?	
	
Think	 of	 apps	 in	 the	 App	 Store	 or	 Google	
Play	 and	 you	 have	 part	 of	 your	 answer.	
They’re	 applications	 built	 on	 a	 blockchain,	
or	 should	 that	 be	 decentralized	 apps	
(dApps).	The	fact	they’re	decentralized,	also	
means	they’re	unstoppable	applications.	
	
Any	dApp	built	on	Ethereum	will	be	like	a	
democratized	 version	 of	 what	 we	 have	
today.	 Ethereum	 blockchain	 is	 immutable	
and	any	data	that	is	input	by	a	user	within	
these	 dApps	 and	 ultimately	 on	 Ethereum	
will	be	owned	by	the	user.		
	
Nobody	will	be	able	to	stop	it,	because	any	
data	 that	 is	 added	 to	 Ethereum	 cannot	 be	
erased.	It’s	immutable	and	uncensorable.		
	
Conclusion	
	
Ethereum	is	a	cryptocurrency,	but	is	much	
more	than	a	currency.	The	currency	ETH	is	
needed	 to	 power	 and	 secure	 the	 network,	
but	the	Ethereum	blockchain	makes	it	much	
more	 accessible	 for	 anybody	 wanting	 to	
create	a	secure	dApp.	
	
Smart	 contracts	 power	 dApps	 and	 many	
different	 types	 of	 dApps	 are	 being	 created	
by	many	different	sized	startups.	For	them	
to	 realise	 their	 potential,	 however,	
Ethereum	needs	to	scale.	The	scaling	issue	
is	being	worked	on	and	once	Ethereum	can	
scale	 we	 could	 quite	 well	 see	 the	 Internet	
move	onto	the	blockchain.	
	
We	are	in	the	very	early	stages	of	Ethereum,	
and	nobody	knows	exactly	what	it’s	capable	
of.	 But	 huge	 corporations	 are	 taking	 note,	
and	 are	 building	 on	 it.	 They	 can	 see	 the	
potential	 of	 Ethereum,	 and	 the	 more	 you	
look	into	it,	so	will	you.	
	
	
Find	Out	More	About	Ethereum	
	
www.ethereum.org	
www.ethereumnexus.org

More Related Content

PDF
An introduction to ethereum pdf room bitcion
PDF
Exploring ethereum
PDF
WHAT’S THE BIG IDEA BEHIND ETHEREUM’S WORLD COMPUTER?
PDF
Blockchain presentation v0617
PDF
ConvergĂŞncia de Tecnologias Disruptivas
PPTX
Digital utopias - definition & examples
PPTX
The Beginners Guide To Ethereum: Crypto Academy
PDF
Unlocking the Potential of Ethereum for Your Home-Based Business.pdf
An introduction to ethereum pdf room bitcion
Exploring ethereum
WHAT’S THE BIG IDEA BEHIND ETHEREUM’S WORLD COMPUTER?
Blockchain presentation v0617
ConvergĂŞncia de Tecnologias Disruptivas
Digital utopias - definition & examples
The Beginners Guide To Ethereum: Crypto Academy
Unlocking the Potential of Ethereum for Your Home-Based Business.pdf

Similar to What Is Ethereum? An Explanation for Beginners (20)

PPTX
What is Ethereum? – A Complete Guide to Ethereum for Beginners
PPTX
Ethereum (Blockchain Network)
PPTX
Understanding Ethereum: The Future of Blockchain Technology
PDF
Ethereum (ETH) Coin What Is It And How Does It Work.pdf
PDF
Ethereum-101-A-Beginners-Guide-to-the-Future-of-Finance.pdf.pdf
PDF
Ethereum-101-A-Beginners-Guide-to-the-Future-of-Finance.pdf.pdf
PDF
Ethereum 101.: A beginner's Guide to the Future of Finance
PPTX
Ethereum
PDF
Evaluation of Ethereum
PDF
Ethereum white paper made simple
PPTX
Ethereum and Blockchain : in basic position
PPTX
Chapter 3.pptx
PDF
All About Ethereum
PPTX
Etherium Intro for techies
PPTX
Ethereum
DOCX
The basics of ethereum
PPTX
Block chain - Smart contacts.pptx
PPTX
Understanding blockchain
PDF
Introduction to Blockchain with an Ethereuem Hands-on
PDF
What Is Ethereum_.pdf
What is Ethereum? – A Complete Guide to Ethereum for Beginners
Ethereum (Blockchain Network)
Understanding Ethereum: The Future of Blockchain Technology
Ethereum (ETH) Coin What Is It And How Does It Work.pdf
Ethereum-101-A-Beginners-Guide-to-the-Future-of-Finance.pdf.pdf
Ethereum-101-A-Beginners-Guide-to-the-Future-of-Finance.pdf.pdf
Ethereum 101.: A beginner's Guide to the Future of Finance
Ethereum
Evaluation of Ethereum
Ethereum white paper made simple
Ethereum and Blockchain : in basic position
Chapter 3.pptx
All About Ethereum
Etherium Intro for techies
Ethereum
The basics of ethereum
Block chain - Smart contacts.pptx
Understanding blockchain
Introduction to Blockchain with an Ethereuem Hands-on
What Is Ethereum_.pdf
Ad

Recently uploaded (20)

PDF
WRN_Investor_Presentation_August 2025.pdf
PDF
A Brief Introduction About Julia Allison
PDF
Types of control:Qualitative vs Quantitative
PDF
Deliverable file - Regulatory guideline analysis.pdf
PDF
Unit 1 Cost Accounting - Cost sheet
PPTX
Lecture (1)-Introduction.pptx business communication
PDF
Training And Development of Employee .pdf
PDF
Ôn tập tiếng anh trong kinh doanh nâng cao
PDF
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
PDF
COST SHEET- Tender and Quotation unit 2.pdf
DOCX
Euro SEO Services 1st 3 General Updates.docx
PPTX
Probability Distribution, binomial distribution, poisson distribution
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PPTX
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
PDF
DOC-20250806-WA0002._20250806_112011_0000.pdf
PPT
Data mining for business intelligence ch04 sharda
PPTX
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
PDF
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
PPTX
Belch_12e_PPT_Ch18_Accessible_university.pptx
PDF
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
WRN_Investor_Presentation_August 2025.pdf
A Brief Introduction About Julia Allison
Types of control:Qualitative vs Quantitative
Deliverable file - Regulatory guideline analysis.pdf
Unit 1 Cost Accounting - Cost sheet
Lecture (1)-Introduction.pptx business communication
Training And Development of Employee .pdf
Ôn tập tiếng anh trong kinh doanh nâng cao
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
COST SHEET- Tender and Quotation unit 2.pdf
Euro SEO Services 1st 3 General Updates.docx
Probability Distribution, binomial distribution, poisson distribution
340036916-American-Literature-Literary-Period-Overview.ppt
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
DOC-20250806-WA0002._20250806_112011_0000.pdf
Data mining for business intelligence ch04 sharda
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
Belch_12e_PPT_Ch18_Accessible_university.pptx
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
Ad

What Is Ethereum? An Explanation for Beginners

  • 1. What is Ethereum? An Explanation for Beginners Ethereum is a cryptocurrency like Bitcoin, but it is very different from Bitcoin. They’re both blockchain technologies, but where Bitcoin is an open source peer-to-peer payment platform, Ethereum is an open source decentralised application (dApp) platform. Its model enables developers to create their own dApps without having to create their own blockchain. What does that mean, I hear you asking. Well, if we think of blockchain as the Internet 3.0, then Ethereum is kind of like an operating system, like Apple and the App store. It has actually made it much easier, faster and cheaper for any company wanting to create their own blockchain application. Ethereum – A World Computer Who Created Ethereum? Ethereum was first conceived by Russian Canadian Vitalik Buterin who wrote and released the whitepaper in 2013. The whitepaper described Ethereum as an alternative platform designed for any type of decentralized application developers would want to build. After releasing the whitepaper, other developers Mark Wood and Joe Lubin joined ranks, and after a crowdfunding round which made $18m, they launched Ethereum in July 2018. Since its launch Ethereum has become the second biggest cryptocurrency by market cap, and is the most built on platform in the blockchain space. What is Ethereum? Ethereum is decentralized on thousands of different computers, so unlike the Internet we know today, there is no central point of failure. Unfortunately, this is what slows Ethereum and all other blockchains down, but these issues are being worked on and will be sorted. Like all blockchains, the highly decentralized and cryptographic nature of Ethereum makes it much more secure than any IPS. If you look at the Internet and how it is now, all data is stored in clouds and servers by companies like Amazon and Google. It may seem fine to some, but our very data that these servers hold is vulnerable to hackers or governments. The platform Ethereum is creating, however, is a decentralized blockchain “Internet”. This basically means that all the data is stored on all the computers that run the protocol, and to be able to hack it means you will have to take more than 50% control of all the network. ETH is Ethereum’s Currency Like Bitcoin, Ethereum needs a currency to generate the network (ETH). It’s needed by any developer wanting to build on Ethereum, and it’s also used to pay for
  • 2. transactions, which goes to the miners who help verify all transactions. ETH is needed by developers wanting to build on Ethereum Miners are also rewarded with newly minted ETH for every block that is added to the blockchain. For now it’s 2 ETH for every block that’s added. Ethereum Virtual Machine (EVM) The core innovation of Ethereum - the Ethereum Virtual Machine (EVM), a Turing complete software generates the Ethereum network. It allows anyone to run any program, regardless of the programming language and the language is converted into a language the EVM can read. This makes it possible for any developer to code any program in any language and install it on Ethereum. This flexibility has opened many doors for developers and companies wishing to break into the blockchain space. And we have seen Microsoft and Ernst Young partner with Ethereum Development Studio ConsenSys to create a middleware solution for large companies to exchange data privately via the public Ethereum blockchain, which will allow businesses to use the blockchain in a private manner. Proof-of-Work or Proof-of-Stake Ethereum is like Bitcoin in that it’s a proof- of-work consensus mechanism. This means that every transaction that goes through the Ethereum blockchain, it’s verified by miners and nodes. These miners and nodes are decentralized around the world, and because the network has to be in full agreement before any transaction can be added to the blockchain it causes a backlog, and at the moment only 15 transactions a second are possible on Ethereum. To combat this, Ethereum developers are actively developing a proof-of-stake system. When it’s ready, Ethereum will gradually evolve from a PoW to a PoS network. Once it’s a fully PoS blockchain, it’s believed Ethereum will be able to handle unlimited transactions per second. Which is better PoW or PoS? The debate is ongoing. As well as PoS being faster, another major difference is that Ethereum will no longer use miners to validate transactions. Instead people who hold ETH will be able to stake it, and they will be the ones who validate transactions. Stakers will be rewarded with the block reward and transaction fee, just as miners are today. It’s not clear how many ETH you will need to stake, but you can be sure, the
  • 3. more ETH you stake with, the more ETH you will earn. Smart Contracts One of the main differences with Ethereum and Bitcoin is Ethereum’s smart contract capabilities. Bitcoin can host smart contracts but in a much simpler form. Ethereum, however, was designed specifically for smart contracts. Smart Contracts are self executing agreements A smart contract is a computer-coded exchange that is agreed upon by two or more parties, and it can only be executed when all terms of the smart contract are met. They run exactly how they are programmed to run, and with the decentralized, immutability of Ethereum it eradicates any possibility of fraud. Smart contracts can be used for many things, such as money lending, property and even voting. In fact all dApps built on Ethereum are basically smart contracts. What are dApps? Think of apps in the App Store or Google Play and you have part of your answer. They’re applications built on a blockchain, or should that be decentralized apps (dApps). The fact they’re decentralized, also means they’re unstoppable applications. Any dApp built on Ethereum will be like a democratized version of what we have today. Ethereum blockchain is immutable and any data that is input by a user within these dApps and ultimately on Ethereum will be owned by the user. Nobody will be able to stop it, because any data that is added to Ethereum cannot be erased. It’s immutable and uncensorable. Conclusion Ethereum is a cryptocurrency, but is much more than a currency. The currency ETH is needed to power and secure the network, but the Ethereum blockchain makes it much more accessible for anybody wanting to create a secure dApp. Smart contracts power dApps and many different types of dApps are being created by many different sized startups. For them to realise their potential, however, Ethereum needs to scale. The scaling issue is being worked on and once Ethereum can scale we could quite well see the Internet move onto the blockchain. We are in the very early stages of Ethereum, and nobody knows exactly what it’s capable of. But huge corporations are taking note, and are building on it. They can see the potential of Ethereum, and the more you look into it, so will you. Find Out More About Ethereum www.ethereum.org www.ethereumnexus.org