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

  • DeepSeek Seeks Over $300 Million in First Round of External Funding

    According to The Information, DeepSeek is seeking over $300 million in its first round of external funding, with a valuation exceeding $10 billion.

  • BTC Surpasses $78,000

    Market data shows that BTC has surpassed $78,000, currently priced at $78,024.64, with a 24-hour increase of 5.63%. The market is highly volatile, so please ensure proper risk management.

  • BTC Surpasses $77,000

    Market data shows that BTC has surpassed $77,000, currently priced at $77,022.24, with a 24-hour increase of 3.42%. Due to significant market fluctuations, please ensure proper risk management.

  • US and Iran Discuss Plan to End War

    On April 17, U.S. media reported, citing two American officials and two sources familiar with the negotiations, that the United States and Iran are communicating about a plan aimed at ending the war. One key topic is the U.S. potentially unfreezing $20 billion of Iran's frozen assets in exchange for Iran giving up its enriched uranium stockpile. The report also quoted another source familiar with the mediation efforts, stating that negotiations are expected to take place this Sunday in Islamabad, the capital of Pakistan. (Xinhua News Agency)

  • ETH Surpasses $2400

    Market data shows that ETH has surpassed $2400, currently priced at $2402.37, with a 24-hour increase of 2.58%. The market is experiencing significant volatility, so please ensure proper risk management.

  • US Plans to Unfreeze $20 Billion in Funds for Iran's Uranium Cessation

    On April 17, according to AXIOS, two US officials and two sources familiar with the negotiations revealed that the US and Iran are negotiating a three-page plan to end the conflict, one element of which involves the US unfreezing $20 billion of Iranian funds in exchange for Iran abandoning its enriched uranium stockpile. According to the two sources, in the early stages of negotiations, the US proposed unfreezing $6 billion for humanitarian supplies, while Iran requested $27 billion. The latest figures being discussed between the US and Iran are $20 billion. One US official stated that this is the US proposal. Another US official described the concept of 'cash for uranium' as 'one of many discussions.' Meanwhile, the US is demanding that Iran agree to send all its nuclear materials to the US, while Iran has only agreed to 'dilution' within its territory. Under the compromise being discussed, some highly enriched uranium would be sent to a third country (not necessarily the US), while some would be diluted under international supervision within Iran.

  • Iranian Foreign Minister Amir-Abdollahian: Commercial Shipping in the Strait of Hormuz is Open

    On April 17, Iranian Foreign Minister Amir-Abdollahian announced that commercial shipping in the Strait of Hormuz is now open.

  • Payward Agrees to Acquire Crypto Derivatives Firm Bitnomial for $550 Million

    Kraken's parent company Payward has announced that it has agreed to acquire the stock and crypto derivatives trading company Bitnomial for $550 million. This is a cash and stock transaction that enables Payward to gain control of a fully licensed U.S. cryptocurrency derivatives stack, accelerating its expansion in regulated markets.

  • Senator Pressures U.S. DOJ and Treasury on Binance-Iran Fund Flow Issues

    On April 17, U.S. Senator Richard Blumenthal (Democrat, Connecticut) sent a letter to the Department of Justice (DOJ) and the Financial Crimes Enforcement Network (FinCEN) requesting clarification on the status of two compliance supervisors at Binance. Reports had previously indicated that internal investigators at Binance warned executives about over $1 billion in funds flowing to wallets related to Iran, but were subsequently fired. Binance denies that the dismissals were related to the investigation's findings and claims that its compliance system is stringent. Notably, the DOJ had previously terminated independent oversight requirements for Glencore and Boeing, raising concerns about whether similar oversight mechanisms have also been suspended for Binance. In 2023, Binance was fined $4.3 billion for failures in anti-money laundering and sanctions compliance, and the two supervisors were part of the agreement at that time.

  • Goldman Sachs: Without Monetary Policy Support, US Stock Gains May Be Unsustainable

    On April 17, Goldman Sachs' head of asset allocation research, Muller-Grissman, stated that the recent rise in US stocks requires the Federal Reserve to restart interest rate cuts to maintain momentum. He described the recent stock market rebound as a 'rapid and intense recovery phase,' partly driven by technical factors, including hedge funds that previously sold stocks to reduce risk now being forced to rebuild their positions. Although the S&P 500 is expected to rise over 3% for three consecutive weeks, he questioned whether the gains could be sustained without monetary policy support. He noted that while the stock market is rising, oil prices remain high and the credit market is lagging. The strong performance of the stock market is partly due to high exposure to technology stocks.