Cointime

Download App
iOS & Android

Modular Blockchains Are the Future

Validated Individual Expert

You are going to be filthy rich if you understand what I’m going to explain to you now in this article.

A new trend is breaking down the barriers of technology and creating the first truly powerful blockchain solutions.

May I present to you… okay, okay, I know you know it doesn’t work like that.

There’s no secret sauce to becoming rich with Crypto. Sadly for us, in the extremely risky world of Crypto, predicting what the future looks like is the million-dollar question.

The truth? Nobody knows.

But if you’re capable of understanding the technology driving innovation, your chances of making it are suddenly much, much higher.

For that matter, my role here is to delve into the complex world and minds of the geniuses working in the blockchain industry and their technicalities to cut through the noise and hand to you, in an understandable, digested way what those changing the world around us are doing.

And when it comes to blockchain, many smart kids in the space are screaming one word from the top of their lungs.

The duality between making money or creating something useful

The biggest problem with Crypto innovation is that the innovation that really matters is much less attractive, from an economic perspective, than creating yet another stupid coin that, although it provides no value, can be easily used in Ponzi-like structures that pump up in price pretty quickly.

They are glorified get-rich-quick schemes… but for founders, not for investors.

Therefore, as founders and developers aren’t in Crypto for altruism but for making money, how can we incentivize founders to create useful stuff?

But before that, the first question is, where’s innovation really needed?

Why are we really here?

When Bitcoin was created back in 2009, it was conceived to simply allow people to transact with each other using this new concept of cryptocurrency.

It was — and to great extent still is — an application-specific blockchain; it only has one use which is to send money to each other.

A few years later, people realized that blockchains could also be used for other applications.

For that matter, Ethereum was conceived as a distributed computer, allowing any application to run on top of a blockchain. Thus, Ethereum became the first general-purpose blockchain.

In layman’s terms, a blockchain that could run code.

Unsurprisingly, this gave rise to a flourishing ecosystem of applications and signaled the beginning of many trends we know today, such as DeFi, or NFTs.

But if creating your own blockchain and cryptocurrency can be much more profitable, why deploy your app on top of Ethereum and not create your own?

It all comes down to security

Blockchain’s main selling point is security, as distributed systems have no single point of failure and are also very hard to hack thanks to the power of the majority.

Thus, the more distributed your network is, the more secure. This means that older blockchains like Bitcoin or Ethereum, by being much larger and distributed, are much more secure than newer ones.

Consequently, when deploying your application on top of Ethereum, your app becomes protected by Ethereum’s security.

On the other hand, if you create a new blockchain to run your application, that blockchain can be easily tampered with the proper amount of resources.

Therefore, deploying your app in a consecrated chain like Ethereum is a no-brainer.

However, the choice isn’t always that easy.

Going old also has its drawbacks

Deploying on Ethereum forces you to adapt to it, to its constraints. This means that, besides the fact that it’s not that scalable, there are certain rules that need to be followed.

The application needs to follow the rules of the distributed computer — for instance, you can’t run an iOS app on an Android phone — and other innovative approaches to consensus or data storage are also hard-capped.

These constraints, in some cases, force these projects to look elsewhere in another blockchain that fits better, or simply create their own, with the security trade-offs that entails.

We can see this with an example:

Blockchain gaming requires high performance for online gaming.

In other words, they need to run on blockchains with high performance. For Crypto-gaming projects, deploying on Ethereum forces them to “share” blockspace with thousands of other projects.

What this means is that all applications on Ethereum compete with one another to have their transactions validated by the blockchain, which in times of high demand pushes up fees and also increases validation times.

It’s not that they don’t want to benefit from Ethereum’s security, it’s just that they simply can’t.

Hence, we run into a conundrum: how can these applications benefit from Ethereum’s security while having the freedom and capacity to create projects with higher scalability requirements, and while still having an economic incentive to do so?

Look no further, as I have the answer for you.

The future of blockchain architecture

In the end, Bitcoin and Ethereum were right.

Keeping it simple is the way to go.

Albeit sacrificing speed and latency, the developers in both blockchains stayed committed to small block spaces. That is, the number of transactions fitting in each block is relatively small in comparison to other blockchains.

Naturally, this means that for a transaction to be inserted into a block for approval, the time it takes lengthens with demand, which is why they are the two slowest blockchains of them all.

But why take such a counterintuitive stance?

Easy. To stay decentralized.

Decentralization and performance aren’t friends

If you increase block space to be capable of validating more transactions per second, the physical computers required to run the network become much more complex and expensive to run, which in turn fosters centralization as only a few people/entities are capable of committing such resources.

Simply put, blockchains can’t be fast and distributed at the same time.

All the innovations that, over the years, came to Crypto bringing higher performance than Ethereum or Bitcoin, always did it at the expense of centralizing their blockchains, which defeats their purpose in the first place.

So, how can we create a blockchain architecture that is very decentralized and also very scalable?

The word you’ve been waiting for this whole article, modularity.

Blockchains are fairly simple in concept

It’s ironic if you think that one of the most complex technologies ever, the blockchain, actually does just a few things.

In fact, they only do one.

Blockchains order transactions and validate them through consensus.

That’s it. The process is simple in nature:

  • Bob sends a transaction to Alice
  • This transaction goes into a pool of pending transactions
  • Nodes pack these pending transactions into a block and the chosen node proposes the block they want to introduce (this process differs between proof-of-work blockchains like Bitcoin and proof-of-stake blockchains like Ethereum)
  • The rest of the nodes download the complete block and, by having a complete history of all transactions, run the new ones to check they are valid
  • If a consensus is reached, the block is accepted and all nodes include it as the newest block in the chain, updating the state.

Also, as proven by Bitcoin and Ethereum, base layers must stay simple to stay decentralized. But nobody said base layers should perform these three actions at once.

Which begs the question, what happens if these actions are performed by different systems?

What happens is something almost magical.

Keep it simple, stupid

In simple terms, modularity is the process of separating consensus, DA, and execution into separate layers to allow the combined architecture to have high performance while staying decentralized.

In other words, by detaching these components, they are ‘free’ to grow without the constraints that the other two impose.

This, in my opinion, is the unequivocally-certain future of blockchains.

And what are the elements that form this futuristic architecture?

These are:

  1. A consensus layer, including a consensus algorithm, the process by which nodes validate transactions and agree on the new state of the chain
  2. A Data availability (DA) layer, as blockchain’s deterministic nature — all nodes arrive at the same answer (state) if they perform the same operations — forces nodes to possess the complete transaction history to check if transactions are valid
  3. An execution layer, layer capable of running code and executing complex transactions. Research points out to zero-knowledge rollups as the ideal solution for this matter.

The magical secret?

In these architectures, while having no apparent security trade-offs as transactions are still settled in the base layer (they inherit its high security), and block space is extended by executing transactions outside the base layer (faster performance) all the while allowing base layers to stay very decentralized as the requirements to be a node are lightened by smaller storage requirements, you achieve… the ultimate blockchain architecture.

Examples of projects following this trend

Already, many researchers and developers have realized this is the future of Crypto, with examples like:

  • BitDAO, one of the biggest DAOs in the world, has partnered with EigenLayer to create a system, running on Ethereum, called Mantle. This system will leverage BitDAO’s execution layer, probably a zk-rollup based on zkSync’s technology, with EigenLayer’s EigenDA, a data availability layer.
  • Celestia is a new blockchain that offers data availability and consensus in its base layer, with a powerful abstraction layer so that any virtual machine can run on top of it. Unlike the case above, Celestia does require a set of validator nodes to provide consensus, so Celestia will require strong adoption at the base layer to ensure security.

Note: The described examples aren’t, in any case, recommended investments by the writer. Both are fairly new projects with unclear tokenomics and funding, which completely prevent any possible investment evaluation at this stage of their development unless you’re a multi-billion venture capital, which I happen not to be. Never take my word as advice.

Comments

All Comments

Recommended for you

  • Bank of Japan to Maintain Interest Rates in April

    On April 21, according to Nikkei News: The Bank of Japan will maintain interest rates unchanged in April.

  • Iranian Military: Ready to Respond Decisively to 'Enemy's Breach of Promises'

    On April 21, local time, Abdollahi, commander of the Khatam al-Anbiya Central Command of the Iranian Armed Forces, stated that Iran is prepared to respond decisively to the 'enemy's breach of promises.' Abdollahi emphasized that the current Iranian military possesses 'authority, readiness, and comprehensive strategic capabilities.' He noted that the Islamic Revolutionary Guard Corps and other defense forces have demonstrated combat capabilities in relevant operations, putting 'Israel and the United States in a difficult and fatigued position,' forcing them to 'seek a ceasefire.' Abdollahi also stressed that the Iranian armed forces maintain a high level of unity with the government and the people under the supreme leader's unified command, and will respond 'decisively, resolutely, and promptly' to any threats and actions. (CCTV News)

  • Another Iranian Oil Tanker Returns to Iran After Breaking US Blockade

    On April 21, according to CCTV News, maritime intelligence company 'TankerTrackers' reported that a tanker belonging to the National Iranian Tanker Company returned to Iran after unloading approximately 2 million barrels of crude oil in Indonesia, crossing the relevant maritime blockade line. The tanker is currently en route to Iran's main oil export hub, Khark Island, and is expected to arrive on April 22 local time. It is reported that the tanker set sail from Iran in late March, heading towards the Riau Islands of Indonesia.

  • White House: US and Iran on the Verge of Reaching an Agreement

    On April 21, White House Press Secretary Kayleigh McEnany stated in an interview with Fox News on the evening of the 20th that the United States and Iran are on the "verge of reaching an agreement." McEnany remarked, "The US has never been closer to achieving a truly good deal." However, she did not disclose any information regarding the current status of the negotiations. McEnany noted that even if an agreement is not reached, President Trump has multiple options and is not afraid to utilize these measures. Previous actions have demonstrated that Trump is not just "bluffing."

  • Kelp DAO Attacker Transfers 30,800 ETH to Special Address

    On April 21, news emerged that, according to monitoring by PeckShield, the Kelp DAO attacker transferred 30,800 ETH to a special address starting with 0x00000, possibly indicating a destruction action.

  • Trump: 'Midnight Hammer' Completely Dismantled Iran's Nuclear Dust Base

    On April 21, U.S. President Trump stated that the 'Midnight Hammer' operation has completely destroyed the 'nuclear dust' base within Iran. As a result, the cleanup will be a long and arduous process. The fake news media, including CNN and other corrupt media networks and platforms, have failed to give our great pilots the credit they deserve, instead always attempting to belittle and undermine them. They are losers!!! (Dongxin News Agency)

  • BTC Drops Below $76,000

    Market data shows that BTC has dropped below $76,000, currently priced at $75,999.63, with a 24-hour increase of 1.68%. The market is experiencing significant volatility, so please ensure proper risk management.

  • Japan Officially Allows Export of Lethal Weapons Through Cabinet Resolution

    On April 21, according to Kyodo News, the Japanese government officially revised the 'Three Principles on Transfer of Defense Equipment' and its operational guidelines during a cabinet meeting, which will, in principle, allow the export of lethal weapons. (Xinhua News Agency)

  • Trump Claims Iran Will Negotiate

    On April 21, during a phone interview with CNN, U.S. President Trump stated that Iran "will negotiate" and expressed confidence in potential talks set to take place in Pakistan. Trump remarked, "They will negotiate; if they don't, they will face unprecedented problems." He also expressed hope that both sides could reach a "fair agreement" and emphasized that Iran "will not have nuclear weapons." Additionally, he defended military actions against Iran by stating there was "no choice" and claimed that they would ultimately "wrap things up."

  • Amazon to Invest Additional $5 Billion in Anthropic

    On April 21, Amazon announced on Monday that it will invest an additional $5 billion in the artificial intelligence company Anthropic, bringing the total investment to as much as $20 billion. Anthropic develops the Claude chatbot and programming tools, and plans to invest over $100 billion in Amazon's cloud technology and chips over the next decade.