Skip to main content

Ethereum Merge - So What?

Artwork by Steven Grundy
The long awaited Ethereum "Merge" is finally upon us.  I've heard people say "So what".   So what?  I think they don't understand the implications of the merge.  Either that or they really are betting against Ethereum.

I think this upgrade is probably the biggest thing for Ethereum since smart contracts first came out.  This change has the possibility of upsetting the apple cart in terms of Ethereum and BTC.  That's a big claim, but I really think it's possible.

The Ethereum Merge has been set for the week of September 19th, 2022.  The merge is when the Ethereum execution layer will be joined with the new proof of stake consensus layer.  What does that mean and why should I care?

What it means is that Ethereum will be changing from an energy intensive Crypto coin like all others to a 99% more efficient crypto coin like only a few have done.  Right now Ethereum is mined just like BTC and a host of other Crypto currencies.  That mining takes place by running very energy intensive operations on specialized computers.  

After the merge, Ethereum mining will change to what is called "Proof of Stake".  Proof of Stake means in order to mine more Ethereum, people will securely store, or "Stake," some or all of their Ethereum.  So now instead of running computer programs which gobble up energy, one will simply pledge to store their Ethereum for some time period in exchange for some payout, or "Yield".

The yield will vary, but it is expected to be somewhere from 4-6%, perhaps rising as high as 20% as it does for some other coins.  It functions in much the same way as a bond does.  You put out a certain amount of money, for a specified time period, in exchange for a defined interest rate to be paid at the end of that time period.

This change will most likely have very positive effect on the price of Ethereum.  First of all, institutional investors who have come into the Crypto space have done so halfheartedly.  They want to get in on the money being made in crypto, but they general much prefer to deal in pre-defined yields rather than in price growth.  Additionally the very wide price swings of crypto turns a lot of them off.  The same should not be true for a merged Ethereum.

In addition to the influx of institutional investors, the merge should also lead to an increase in price due to increase demand and decreased supply.  The increased demand is simply due to the added potential investors, but the decreased supply is not so obvious.  The switch to a Proof of Stake consensus layer, by nature will reduce the Ethereum supply.  There are estimates as high as 30% for how much of the Ethereum float will be staked after the merge. That is a LOT of Ethereum being taken out of the supply side of the equation.  There are several more changes, that will help encourage staking, thereby reducing the supply even further.

How much will that effect the price, nobody knows.  But by the look of things, with the price of Ethereum up over 50% in the past 3 weeks, the feeling by most, myself included, is that it will effect the price in a very positive way.  

Comments

Popular posts from this blog

Dride Zero - Dashcam on Steroids

I took part in a Kickstarter project to build "The ultimate Dashcam".  One with front and back cameras that would shoot in HD, was durable and low power, and would upload video clips to the cloud with the push of a button.  We'll after waiting more than a year, they did just that.  I received my Dride Zero a couple of days ago and, other than an initial rocky "Setup" process, it has been working fantastic. This post isn't so much to talk about the Dride, you can get that information from them at https://dride.io.   This is more for those people who might run into the same issues with Setup that I had.  Hopefully this will save them some of the time I wasted trying to figure it out. Dride Zero Getting Started 1) Unpack from the shipping box.   To get started all you need at first is the Dride Camera, the powercord that has the cigarette lighter connector, and a 16Gb type 10 Micro SD card. 2) Insert the 16Gb Micro SD card in the slot on th

IOTA - A Beginner's Guide to Why IOTA Matters

IOTA is not your typical cryptocurrency.  IOTA, which typically stands for the Internet Of Things is a completely new approach to managing a blockchain. Blockchain technology is what made coins like Bitcoin (BTC) possible.  BTC is just a coin that uses the blockchain technology.  As I've said many times before, the "real" invention here was coming up with a blockchain that works.  To show that it works they created BTC.  The success of BTC is a very good indication of how well blockchains can work. Blockchains are what provide the audit trail of each transaction.  It is what allows you to purchase a digital "product" and be assured that the product is authentic and that you are the only one who owns that particular product.  It is what allows us to use BTC as money because it protects against counterfeiting.  Blockchains do have their limitations, most notably transaction speed, and IOTA solves these limitations.  This is hugely important because almost

Sending SMS/MMS text messages via Twilio and ColdFusion in 5 minutes or less

Wow, almost exactly a year since my last post.   How some things change and other things don't. On the one hand my father has passed away almost a year ago and that has left a big hole in our lives.  On the other hand a year ago BitCoin was at it's peak and was days away from jumping off the cliff.  Well it fell from about $19,000 all the way to $6000 where it has held for many months...until yesterday when it jumped off the cliff again.  On to Twilio - I'm blown away with how easy it is to get communication components accomplished with Twilio.  We are using it for normal SMS text messages at TapCloud.  We also use it to send out our Authy based 2-Factor authentication tokens, and we are starting to use it for peer-to-peer and one-to-many video conferencing. One of the great things about Twilio is just how easy it is to use.  Here's an example of just a handful of code that will let you go from start to finish so you'll be sending out MMS messages in about 5 m