en
Back to the list

What is Ethereum (ETH)? Ethereum Explained for Complete Beginners

source-logo  changelly.com 01 January 2021 06:30, UTC

Ethereum is the second most famous cryptocurrency in the world. It also takes second place in terms of market capitalization. The interest around ETH, as well as its price, keeps on growing, making Ethereum one of the most influential players on the crypto market. We are going to observe Ethereum in detail, explain what Ethereum actually is, who created it, and what impact it has on the community. 

What Is Ethereum?

Ethereum is a decentralized platform that enables anyone to build and implement decentralized applications (dApps). The platform is also open-source, which means anyone can examine its code, updates, and other details in the GitHub repository. Ethereum is a public chain so that anyone who wants to become an ETH miner can freely join the network. All the transactions made on the blockchain can be easily found in the Ethereum block explorer. 

Initially, Ethereum blockchain utilizes the Proof-of-Work consensus algorithm that requires mining work. Just like the Bitcoin network, Ethereum has miners that sustain a healthy environment within the network, process transactions, and discover new blocks. In return, miners get a reward in ETH cryptocurrency. 

However, at the end of 2018, the creator of Ethereum, Vitalik Buterin, introduced the concept of Ethereum 2.0. This updated decentralized platform would show better transaction throughput, be more scalable and efficient in use. Buterin wanted Ethereum to migrate from the PoW algorithm to PoS (Proof-of-Stake) for all the features mentioned earlier to come live. Ethereum 2.0 has a detailed roadmap as the migration of such a great network as Ethereum to the new algorithm will take much time and effort. 

Learn more about Ethereum 2.0 here. 

As of December 2020, all the conditions to bring Ethereum 2.0/Phase 0 are met. Buterin announced that the launch was successful. Leading exchanges like Binance and Coinbase will soon add ETH2 tokens to their platforms. 

Let’s get back to Ethereum V1. What makes Ethereum so special? 

Ethereum is unique because it is one of the first platforms that allow building and deploying decentralized applications. These applications do not assume any intermediary, and it brings people together directly. 

According to the Ethereum white paper, there are three types of dApps:

  • Applications that manage money. A user swaps Ethereum as a method of settling a contract with another user, using distributed computer network nodes to simplify the data distribution. 
  • Applications that run with money involved. It contains funds with the information outside the blockchain. 
  • Other applications, including governmental systems such as voting.

You can create your tokens based on the Ethereum platform. These tokens are called ERC-20. ERC (Ethereum Request for Comments) is the official Protocol for making proposals to improve the Ethereum network. Twenty (20) is the unique identification number of the proposal. Technical specifications for tokens issued on the Ethereum blockchain were published in 2015. Tokens that meet these specifications are known as ERC-20 tokens. They are smart contracts on the Ethereum blockchain. The real use-cases of Ethereum dApps will be described below.

What Is Ether?

Ether (ETH) is a native cryptocurrency of the Ethereum blockchain. Being an essential part of the entire network, ether plays several critical roles.

  1. ETH is used as a payment entity 
  2. Ether fuels the whole network. Ethereum miners get paid in ETH so that transaction can be processed, blocks are added to the blockchain, and the network to operate flawlessly; 

By the way, ETH and over 170 crypto-assets can be transferred to your wallet within several minutes. Changelly provides quick access to the world of crypto so that even your grandma can purchase cryptocurrency with a credit card, bank transfer, or Apple Pay. 

Who Сreated Ethereum

Anyone who is involved in the crypto industry probably knows two important names: Satoshi Nakamoto (the creator of Bitcoin) and Vitalik Buterin (the co-founder of the Ethereum platform). In 2013, a young programmer and a co-founder of Bitcoin Magazine Vitalik Buterin introduced a white paper where he described a decentralized platform that would allow building blockchain-based applications. 

Being involved in the crypto community, Buterin sent Ethereum’s white paper to his friends in order to get a review upon it. Instead, around thirty people contacted him to discuss the concept and the potential of the technology. At the end of 2013, there were several notable investors involved in the Ethereum project, which later would be called “the initial five.” These were Anthony Di Iorio, Charles Hoskinson, Mihai Alisie, Amir Chetrit, and Vitalik Buterin. Three more important co-founders joined the Ethereum team at the beginning of 2014. And the story of the most influential decentralized platform began. 

Is Ethereum like Bitcoin?

Basically, bitcoin is the “father” to the rest of cryptocurrencies. Some projects just take Bitcoin source code in order to create their own blockchain-based cryptocurrency; some may upgrade the code and create another blockchain and cryptocurrency (like Bitcoin Cash, Litecoin, etc.) But all the crypto enthusiasts are inspired by Bitcoin technology. Vitalik Buterin has proved the fact that blockchain and cryptocurrency can be improved and be more than Bitcoin.

Generally speaking, ETH is like BTC – both of them are cryptocurrencies based on blockchain technology. However, the similarities stop here. Bitcoin is a digital currency with a limited issue. There are 21,000,000 BTC in the Bitcoin system, while Ethereum coins can be issued endlessly – ETH maximum supply is unlimited. 

Ethereum offers multiple ways of technology usage. Due to smart contracts, Ethereum is a giant platform that provides developers with the necessary tools for building decentralized applications.

How Does Ethereum Work?

Before reading about the way Ethereum works, it is highly recommended to study our article What is blockchain? 

The Ethereum team created a virtual environment called Ethereum Virtual Machine (EVM), which allows smart contracts to interact with each other. Within the Ethereum network, nodes start the Ethereum blockchain, and this way, they form EVM. This system is better to be considered as a virtual computer on the blockchain, which turns your ideas into code and reproduces it in the global network of Ethereum. 

The ERC-20 standard is set for all tokens. It contains a set of rules for creating coins based on 

Ethereum. Their observance is necessary for the regular interaction of tokens with the system. Access to blockchain resources is not free. 

A commission is paid for each operation. It is measured in units of gas. For all computational operations it has its own fixed rate depending on the complexity. But you need to pay for gas in Ethereum, and the user sets the cost of each unit of fuel. The higher the execution price of a smart contract, the higher its priority and processing speed.

The Ethereum ecosystem consists of several essential components:

  • Accounts

There are two types in the Ethereum network: 1) externally-owned account (users’ accounts or those accounts that require private keys; 2) contract account or a smart contract. Such an account is controlled by the code.

  • Proof-of-Work (PoW)

Just like Bitcoin, Ethereum utilizes the PoW consensus algorithm. Yet, Ethereum requires less computational power. PoW allows miners to reach consensus and add new blocks to the chain. 

  • Mining

Current Ethereum 1 requires mining and miners. The latter plays a crucial role in blockchain health. In fact, miners validate transactions and add new blocks to the blockchain. Miners get rewarded with ETH. Please note that once Ethereum fully migrates to PoS, there will be no miners in the system. The network will be maintained by validators or stakers. Ethereum miners usually use CPU or GPU to mine ETH.

  • Blocks

Ethereum miners compete with each other in order to find the right hash of the next block. Once it is found, the next block is added to the chain while a miner gets a reward. Each block consists of several components, including header, nonce, the hash of the previous block, information about comprised transactions, and so on. 

  • Gas and fees

Users usually complain about high fees within the Ethereum system. Each computation performed on Ethereum is actually a transaction that requires users to pay a fee. Ethereum transaction fees are denominated in gas. When initiating a transaction, a user sets the gas limit and gas price – the amount of gwei (a unit that a sender wants to pay for the transaction execution). The higher is the gas price, the faster miners will process the transaction. 

  • Proof-of-Stake (PoS)

Ethereum’s 2.0 Phase 0. Serenity introduces Ethereum Beacon Chain which will help the network to migrate from PoW to PoS. The idea was implemented at the beginning of December enabling staking. The next year is promised to be exciting for the Ethereum community.

Ethereum blockchain is impossible to hack. However, there was a situation that led to a conflict within the community and later to a hard fork.

The scandal happened on June 17, 2016. The unknown attacker managed to withdraw more than $60 million from the DAO fund. This event went down in history as an Ethereum crucial moment. The community proposed three options:

  1. Implement a soft fork and rollback the system
  2. Make hard fork and reset smart contracts, which the attacker implemented
  3. To not interfere in the process

On July 20, the second option was chosen. Back then, cryptocurrency appeared in two versions of Ethereum: Ethereum (ETH) and Ethereum Classic (ETC). 

Hard fork helped to return all stolen funds. Ethereum developers switched to the new branch. Among them were Vitalik Buterin, Charles Hoskinson, and Gavin Wood. Opponents of the hard fork remained on the old blockchain and named it Ethereum Classic (ETC).

As of now, the differences in the codebase are not huge. Ethereum Classic supports smart contracts and shares its Ethash mining algorithm with ETH. Most of the other technical features are also present in both cryptocurrencies.

ETC is vastly different from Ethereum financially and community wise. Most of the prominent leaders of the Ethereum community picked the new coin as the main Ethereum platform. Additionally, the development team of the Ethereum foundation also decided to support the fork. As a result, ETC lost a major part of users and creators.

What Can Ethereum Be Used for?

Ethereum was one of the first platforms to offer smart contracts. Back to glorious for Initial Coin Offerings (ICOs) year 2017, Ethereum network became extremely popular as most of “top-notch” projects introduced Ethereum-based platforms and issued ERC-20 tokens. 

What does Ethereum blockchain allow users to do? 

  • Build complex smart contracts for supply chain management;
  • Run various applications, from utilities to games;
  • Turn into tokens any assets, including various cryptocurrencies, fiat, and even precious metals;
  • Create user identification services, document authentication, etc.
  • Organize a decentralized asset exchange.

Gaming and gambling dApps boosted the awareness of the crypto industry while bringing a new look to the entertainment sector as well. A well-known gaming application built on the Ethereum blockchain, CryptoKitties, managed to slow down the whole network because of its great popularity and desire of users to have an “immortal pet.”

cryptokitties

This year, the decentralized finance sector has definitely impacted both Ethereum’s recognition outside the crypto industry and ETH price. Most decentralized exchanges (DEXs) are built on the Ethereum blockchain, the leading stablecoins and DeFi tokens are Ethereum-backed. DApps that are built with the help of Ethereum take more than 50% of all blockchain-based applications. 

Pros and Cons of Ethereum

No one is perfect, and just like the rest of the things in the world, Ethereum has its ups and downs. In order to inspect the network from different perspectives, we have gathered Ethereum’s ups and downs.

Pros of Ethereum

Ethereum is the first platform to offer developers a friendly environment and ecosystem for decentralized application deployment. There are toolkits, tutorial videos, and articles that provide comprehensive instruction on how to build dApps on the Ethereum blockchain. Plus, ethereum.org supports over 30 languages, making access to the platform available for many countries and nationalities.

Ethereum being decentralized gives users so-long awaited freedom and a chance to spread the power among all network participants. There is no central authority that can edit or influence the network in any manner. It is theoretically impossible to hack Ethereum (or any other blockchain). Therefore, the Ethereum network is a secure and safe spot for making your crypto ideas a reality.

Cons of Ethereum

Ethereum 1 faces the same challenges as the rest of PoW-based blockchains that require many resources for mining (both electricity expenses and equipment). Being utilized PoW algorithm, Ethereum makes its users pay gas fees that, in time of network’s overload, can be very high.

Besides, the current Ethereum network is capable of processing around 15 transactions per second (TPS), which is definitely not that much. However, once all the preparation work is done, and Ethereum will be fully switched to Ethereum 2.0, all the current disadvantages of the network will be eliminated. 

How to Get Ether

Primarily, there are two ways to get ETH: you can either mine it or buy it on a cryptocurrency exchange. 

If you decide to mine ether, then you have to be prepared accordingly. ETH miner should obtain proper mining equipment, have a secure digital wallet to store ether, join a trustable mining pool (in case he/she does not want to mine the cryptocurrency solo).

The hash algorithm used by Ethereum is called Ethash. It hashes the metadata of the last block in the system using a unique code called a nonce (a random binary number that sets the exceptional value of the hash function). For each new block in the blockchain, the network sets a target hash value, and all miners in the system try to guess the nonce value that will lead to such a value.

ethereum photo

The underlying cryptographic principles make a random selection of nonce almost impossible. This means that the only way to find the correct nonce is to cycle through the entire range of possible solutions until the correct one is found. In this case, the solution can serve as “proof of work” that the computer detected the correct nonce value and completed the work. In other words, they are using computing power to run the hashing algorithm.

Is it profitable to mine ETH? To answer this question, you need to take into account many factors: 

  • Power cost
  • Hardware cost
  • Pool fees
  • ETH/USD exchange rate
  • Hash rate

You can always check your profit using the mining calculator.

In order to get all the nuances of ETH mining, we’ve collected articles that help you start mining Ethereum.

Best Ethereum Mining Software

Best Ethereum Mining Hardware

Best Ethereum Wallets

Best Ethereum Mining Pools

Since Ethereum is the second-largest cryptocurrency, it can be purchased on pretty much every crypto exchange and via multiple payment methods. We are going to provide a list of the best places to trade and buy ETH in the following paragraph. 

Where to Buy and Sell Ether

If you want to buy ETH swiftly using your Visa/Mastercard, bank transfer, or Apple Pay, then Changelly will be your last stop. Buy ETH instantly or swap it to 170+ altcoins within minutes. There is a wide range of fiat currencies available – just pick the one that suits you the most. Changelly partners with the best fiat-to-crypto providers that help us offer you the most competitive rates on the market. 

To identify a perfect platform for trading, one should understand what features of a trading spot are important for him/her personally. For instance, some value the nativity of the platform and the intuitive design of a trading terminal. Others pay attention to the number of markets available for trading. All in all, there are certain features that have to be implemented in each exchange in order to provide an efficient trading experience. What should be taken into account when identifying a platform for trading?

  • First things first. Check whether the exchange chosen operates in your country. Such information can be discovered in the Privacy Policy sector provided by every exchange;
  • Do the research about commission fees charged (withdrawal/deposit/etc.);
  • Know how many cryptocurrencies does the exchange list. Don’t forget to examine whether fiat deposits are available;
  • Check the trading terminal. The leading crypto exchanges provide a trading terminal that will suit both crypto newcomers and professional traders;
  • Security is probably the most important factor in identifying a platform for trading. Check what precautions an exchange takes in order to make your trading safe and secure;
  • Read reviews about an exchange you want to choose. The reputation of a platform depends on many factors, including all of the statements mentioned above; 
  • Support plays a vital role in your trading no matter how often/rarely you trade. The way the support responds and how helpful their answers are must be taken into consideration as well. 

If you prefer to trade ETH with ease while expressing the nativity and security of a trading platform, here is a list of the top five robust trading platforms that might help you to do so. 

Platform  Number of Trading Instruments  Launched
Binance  1013 2017
Changelly PRO 83 2020
Coinbase 129 2014
HitBTC 870 2013
Bitfinex  301 2012

Future of Ethereum

The future of the second cryptocurrency seems to be bright and promising. Upcoming improvements are going to upgrade not only Ethereum but also the whole blockchain industry: the decentralized finance (DeFi) sector, the gaming industry, blockchain development sector, and many others. Needless to say, all these upgrades require time and human resources, but it seems that Ethereum is doing great. And just like with smart contracts, Ethereum is going to revolutionize the crypto industry once again. 

changelly.com